|
|
Hi!
I've installed POV-Ray for Linux, but it doesn't seem to
work. When i try to run povray i get the message: "segmentation fault
(core dumped)" I'm running Linux RedHat 5.2 on a pentium
pc, and I've tried both an rpm version of povray-3.02 and a standard
version of povray3.1.
Using the gdb (Gnu Debugger) to make a backtrace gives
the following output:
(gdb) run
Starting program: /usr/bin/povray
(no debugging symbols found)...(no debugging symbols
found)...
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x401535cf in __getopt_clean_environment () at
getopt_init.c:66
getopt_init.c:66: No such file or directory.
(gdb) bt
#0 0x401535cf in __getopt_clean_environment () at
getopt_init.c:66 #1 0x401011f4 in init (argc=134891912, argv=0x0,
envp=0x2d)
at ../sysdeps/unix/sysv/linux/init-first.c:77
#2 0x40101271 in _init (arg=0x80a4988)
at ../sysdeps/unix/sysv/linux/init-first.c:86
#3 0x40002165 in _dl_boot ()
#4 0x1 in ?? ()
- but i can't figure out how to fix it:-(
Apparently, I'm not the only one, who has this problem
(I've seen other descriptions of the same problem on deja.com - but none
with answers, and none with a backtrace included), so I
hope there's someone out there who knows stuff... - I'm afraid, I have
no
clue:-)
Thanks!
Sune Mai
Post a reply to this message
|
|
|
|
Sune Mai <d31### [at] inetuni2dk> wrote:
: #4 0x1 in ?? ()
If you want to see the line which is causing the crash, you have to
compile the program with the -g option.
--
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
|
|