Post subject: FCEU 2.1.5 crashing after compile (segfault)
Player (36)
Joined: 9/11/2004
Posts: 2623
I've got an issue where fceu 2.1.5 compiled from source using g++-4.6 (g++-4.7 does not compile the code) will segfault after what seems to be around a set amount of time (specifically while dumping a video). But will not if I'm running it through gdb. Has anyone else run into this issue?
Build a man a fire, warm him for a day, Set a man on fire, warm him for the rest of his life.
Emulator Coder
Joined: 8/12/2008
Posts: 42
Hi, lead fceux SDL developer here this issue has been resolved in the latest subversion source. you can get the latest source from here: http://sourceforge.net/p/fceultra/code/2612/tree/ If you still have issues with the latest source, feel free to PM me
** FceuX SDL Developer/Maintainer ** get the latest source http://sourceforge.net/p/fceultra/code/
Player (36)
Joined: 9/11/2004
Posts: 2623
Sorry, I should have mentioned that I tried compiling the SVN version but I got the following error:
/usr/bin/ld: src/lua/src/loadlib.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /usr/lib/x86_64-linux-gnu/libdl.so so try adding it to the linker command line
/usr/lib/x86_64-linux-gnu/libdl.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
But thanks very much for responding to my post :)
Build a man a fire, warm him for a day, Set a man on fire, warm him for the rest of his life.
Emulator Coder
Joined: 8/12/2008
Posts: 42
OmnipotentEntity wrote:
Sorry, I should have mentioned that I tried compiling the SVN version but I got the following error:
/usr/bin/ld: src/lua/src/loadlib.o: undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlclose@@GLIBC_2.2.5' is defined in DSO /usr/lib/x86_64-linux-gnu/libdl.so so try adding it to the linker command line
/usr/lib/x86_64-linux-gnu/libdl.so: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
But thanks very much for responding to my post :)
What distribution and distribution version are you attempting to compile this on? Thanks in advance!
** FceuX SDL Developer/Maintainer ** get the latest source http://sourceforge.net/p/fceultra/code/
Emulator Coder
Joined: 8/12/2008
Posts: 42
AFAIK this issue has been resolved in the latest SVN and should be fixed for when 2.1.6 is released. Let me know if you are still having issues with the lastest code in SVN.
** FceuX SDL Developer/Maintainer ** get the latest source http://sourceforge.net/p/fceultra/code/