finalterm
finalterm copied to clipboard
Finalterm doesn't start / exit before gui is shown
When I launch finalterm from terminal it just exits wihtout any errors. strace output (maybe helps): http://pastebin.com/raw.php?i=g94110wj OS: Arch Linux Finalterm ver: 81.00007b6-1 (installed from AUR few minutes ago)
What other debuging info I could provide ?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Please try to run Final Term in GDB. This might tell you which line in the Vala code causes the crash (if the problem is a segfault or similar).
Final Term is compiled with debugging symbols by default, and can easily be debugged in Nemiver.
no segfaults, nothing, seems to be clean exit, atleast I can't get any errors out of it nemiver gave me a nice dialog box that says "Program exited" gdb output isnt realy interesting either (gdb) run Starting program: /home/arti/code/finalterm/build/finalterm warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7ffff7ffa000 warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". [New Thread 0x7fffebed2700 (LWP 27398)] [New Thread 0x7fffe8bd7700 (LWP 27399)] [New Thread 0x7fffe0b9d700 (LWP 27402)] [Thread 0x7fffe8bd7700 (LWP 27399) exited] [Thread 0x7fffebed2700 (LWP 27398) exited] [Thread 0x7fffe0b9d700 (LWP 27402) exited] Inferior 1 (process 27393) exited normally
I will keep playing with nemiver, maybe I can get someting useful out of it.
main window seems to show up only when i single step the whole program
and settings schema does contain shell-argument

Hmm... don't quite know what to say here. Looks more like a GLib bug than anything else, since the error message is in obvious conflict with reality.