I've just installed PVM (Parallel virtual machine) with emerge pvm and installation went OK. The problem comes when I want to run it: the daemon (pvmd3) runs without problem, but pvm console (pvm) fails with Segmentation Fault just after running it. I couldn't get more information, so I tried to reinstall it removing "-fomit-frame-pointer" from make.conf hoping I would obtain extra debugging info. After it was reinstalled, run it inside gdb, but only got the following:
Code: Select all
(gdb) run
Starting program: /usr/bin/pvm
Failed to read a valid object file image from memory.
(no debugging symbols found)
(no debugging symbols found)
pvmd already running.
Program received signal SIGSEGV, Segmentation fault.
0x080580e9 in ?? ()
(gdb) backtrace
#0 0x080580e9 in ?? ()
#1 0x08091180 in ?? ()
#2 0x08081c0f in _IO_stdin_used ()
#3 0xbf89da28 in ?? ()
#4 0x08091180 in ?? ()
#5 0x00000001 in ?? ()
#6 0xbf89e1ac in ?? ()
#7 0xbf89da38 in ?? ()
#8 0x080560bc in ?? ()
#9 0x00000000 in ?? ()
How can I solve / debug this?
Thank you very much!
