|
|
|
|
|
|
| |
| |
|
|
From: Warp
Subject: Bug confirmation request: Povray and MegaPov for windows crash when #reading garbage
Date: 9 May 2000 05:39:58
Message: <3917dcee@news.povray.org>
|
|
|
| |
| |
|
|
Please confirm that this is a bug:
Make a file (for example trash.txt) that contains something not readable
by the #read command, for example just:
@
Then make a scene file which tries to read that, for example:
#fopen inFile "trash.txt" read
#read(inFile, Trash)
Render this. Povray for windows, as well as megapov for windows will both
crash.
Does this happen to anyone else?
Neither of the Unix versions crashes in this situation, so it seems to
be a windows-specific problem.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
From: Ken
Subject: Re: Bug confirmation request: Povray and MegaPov for windows crash when #reading garbage
Date: 9 May 2000 05:49:18
Message: <3917DE96.FE4EC8B1@pacbell.net>
|
|
|
| |
| |
|
|
Warp wrote:
>
> Please confirm that this is a bug:
No crash here. Some error message about expected string literal but
no crash.
--
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Warp wrote:
>
> Please confirm that this is a bug:
>
> Make a file (for example trash.txt) that contains something not readable
> by the #read command, for example just:
>
> @
>
> Then make a scene file which tries to read that, for example:
>
> #fopen inFile "trash.txt" read
> #read(inFile, Trash)
>
> Render this. Povray for windows, as well as megapov for windows will both
> crash.
> Does this happen to anyone else?
>
> Neither of the Unix versions crashes in this situation, so it seems to
> be a windows-specific problem.
>
SGI IRIX 6.5 custom compile
error message:
test.read:1: error: float, vector, or string literal expected but @
found instead.
Aborted normally
Marc
--
Marc Schimmler
Post a reply to this message
|
|
| |
| |
|
|
From: Warp
Subject: Re: Bug confirmation request: Povray and MegaPov for windows crash when #reading garbage
Date: 9 May 2000 10:00:31
Message: <391819ff@news.povray.org>
|
|
|
| |
| |
|
|
Ken <tyl### [at] pacbellnet> wrote:
: No crash here. Some error message about expected string literal but
: no crash.
I wonder why it crashes in my system.
I'll try it again today to see if it was just something else, like some
other program interfering or something like that.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|
| |
| |
|
|
From: Antti Markus
Subject: Re: Bug confirmation request: Povray and MegaPov for windows crash when #reading garbage
Date: 9 May 2000 11:22:10
Message: <39182D07.B760768C@chemnet.ee>
|
|
|
| |
| |
|
|
Warp wrote:
>
> Please confirm that this is a bug:
Bug confirmed. Tried official Visual C++ compile and MegaPov 0.4 - both
crashed. Official Watcom compile didn't crash. I am using Windows NT 4.0
SP6.
Antti
Post a reply to this message
|
|
| |
| |
|
|
From: Nathan Kopp
Subject: Re: Bug confirmation request: Povray and MegaPov for windows crash when #reading garbage
Date: 9 May 2000 21:58:59
Message: <3918c263$1@news.povray.org>
|
|
|
| |
| |
|
|
Warp <war### [at] tagpovrayorg> wrote...
> Please confirm that this is a bug:
This was previously reported to me and has been fixed for 0.5. You can
expect 0.5 for Windows to be available by this time next week.
-Nathan
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |