POV-Ray : Newsgroups : povray.beta-test : utf8 Server Time
28 Mar 2024 15:11:10 EDT (-0400)
  utf8 (Message 1 to 8 of 8)  
From: ThH
Subject: utf8
Date: 27 Jan 2017 07:51:24
Message: <588b424c$1@news.povray.org>
Hallo Everybody :))

I'm back. And here's my "present" for you:

8< Code Start>8 -----

global_settings {
   charset utf8
}
#include "colors.inc"

8< Code End>8 -------

Results in:
*** Error in `povray': free(): invalid next size (fast): 
0x00007fa98000e280 ***
Abgebrochen (Aborted)

Is it just me or is someone able to reproduce this?

povray --version

POV-Ray 3.7.1-beta.2.unofficial

This is an unofficial version compiled by:
  ThH <no.spam@address>
  The POV-Ray Team is not responsible for supporting this version.

Copyright 1991-2017 Persistence of Vision Raytracer Pty. Ltd.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Built-in features:
   I/O restrictions:          enabled
   X Window display:          enabled (using SDL)
   Supported image formats:   gif tga iff ppm pgm hdr png jpeg tiff openexr
   Unsupported image formats: -

Compilation settings:
   Build architecture:  x86_64-unknown-linux-gnu
   Built/Optimized for: x86_64-unknown-linux-gnu (using -march=native)
   Compiler vendor:     gnu
   Compiler version:    g++ 4.9.2
   Compiler flags:      -pipe -Wno-multichar -Wno-write-strings 
-fno-enforce-eh-specs -Wno-non-template-friend -s -O3 -ffast-math 
-march=native -pthread

ThH


Post a reply to this message

From: William F Pokorny
Subject: Re: utf8
Date: 27 Jan 2017 10:05:02
Message: <588b619e$1@news.povray.org>
On 01/27/2017 07:51 AM, ThH wrote:
> Hallo Everybody :))
>
> I'm back. And here's my "present" for you:
>
> 8< Code Start>8 -----
>
> global_settings {
>   charset utf8
> }
> #include "colors.inc"
>
> 8< Code End>8 -------
>
> Results in:
> *** Error in `povray': free(): invalid next size (fast):
> 0x00007fa98000e280 ***
> Abgebrochen (Aborted)
>
> Is it just me or is someone able to reproduce this?
>

Thanks. On linux - Ubuntu 16.04 - I am seeing POV-Ray hang, not the 
error you see - so looks like something amiss. I had to issue a sig kill 
signal to the process to stop it. Off to dig.

Bill P.


Post a reply to this message

From: ThH
Subject: Re: utf8
Date: 27 Jan 2017 10:11:55
Message: <588b633b$1@news.povray.org>
Am 27.01.2017 um 16:05 schrieb William F Pokorny:

> Thanks. On linux - Ubuntu 16.04 - I am seeing POV-Ray hang, not the
> error you see - so looks like something amiss. I had to issue a sig kill
> signal to the process to stop it. Off to dig.

Thank you Bill. Good huntin :))


Post a reply to this message

From: Le Forgeron
Subject: Re: utf8
Date: 30 Jan 2017 17:54:47
Message: <588fc437$1@news.povray.org>
Le 27/01/2017 à 16:12, ThH a écrit :
> Am 27.01.2017 um 16:05 schrieb William F Pokorny:
> 
>> Thanks. On linux - Ubuntu 16.04 - I am seeing POV-Ray hang, not the
>> error you see - so looks like something amiss. I had to issue a sig kill
>> signal to the process to stop it. Off to dig.
> 
> Thank you Bill. Good huntin :))
> 

Seems C.Lipka has already fixed that bug.


Post a reply to this message

From: ThH
Subject: Re: utf8
Date: 31 Jan 2017 06:44:25
Message: <58907899$1@news.povray.org>
Am 30.01.2017 um 23:54 schrieb Le_Forgeron:

> Seems C.Lipka has already fixed that bug.

Great news. (Im)patiently waiting for the next release ;))

Thank you Le_Forgeron :))


Post a reply to this message

From: Cousin Ricky
Subject: Re: utf8
Date: 1 Feb 2017 21:13:59
Message: <589295e7$1@news.povray.org>
On 2017-01-27 08:51 AM (-4), ThH wrote:
> 8< Code Start>8 -----
>
> global_settings {
>   charset utf8
> }
> #include "colors.inc"
>
> 8< Code End>8 -------
>
> Results in:
> *** Error in `povray': free(): invalid next size (fast):
> 0x00007fa98000e280 ***
> Abgebrochen (Aborted)
>
> Is it just me or is someone able to reproduce this?

I got:

*** Error in `povray-3.7.1.b2': malloc(): memory corruption: 
0x00007f2dc800e370 ***

And then a frozen terminal that I had to kill -9.


Post a reply to this message

From: ThH
Subject: Re: utf8
Date: 2 Feb 2017 03:40:49
Message: <5892f091$1@news.povray.org>
Am 02.02.2017 um 03:17 schrieb Cousin Ricky:

> I got:
>
> *** Error in `povray-3.7.1.b2': malloc(): memory corruption:
> 0x00007f2dc800e370 ***
>
> And then a frozen terminal that I had to kill -9.

I will try the latest Master today. It is said the problem is fixed here :))

-- 
Thorsten aka ThH


Post a reply to this message

From: ThH
Subject: Re: utf8
Date: 2 Feb 2017 05:40:43
Message: <58930cab@news.povray.org>
Am 02.02.2017 um 09:41 schrieb ThH:

> I will try the latest Master today. It is said the problem is fixed here
> :))

utf8 is working now. Thanks to everyone involved :))

-- 
Thorsten aka ThH


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.