-
Notifications
You must be signed in to change notification settings - Fork 179
finalterm crash at init , #188
Comments
valgrind /usr/bin/finalterm ** (finalterm:7001): WARNING *: TerminalOutput.vala:292: Command start control sequence received while already in command mode |
Just as a friendly tip, output like that is probably better served through a gist. |
Thanks for the detailed report, I'll look into it. @steveno: Good idea in general, though IMO GitHub is at fault here. It sucks of course that the first 28 issues are now linked to this one for no reason (and even more that apparently there is no way to unlink them!) but the "hash + number" format is simply too common in all kinds of output to make issue linking the default. I bet it is happening all over GH all the time... |
Unfortunately, I cannot reproduce the problem and I do not see any information in the valgrind trace that tells me what is really going on. Therefore, I'm closing this issue. |
I'm also getting segmentation faults whenever I try to type anything in the terminal:
Using Ubuntu 14.04.1 LTS. |
Does anyone else have this problem? |
on ubuntu 12.04 64 bits at launch ,
I press anything and it crashes :
Program received signal SIGSEGV, Segmentation fault.
0x00007fffe3da105b in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
(gdb) bt
#0 0x00007fffe3da105b in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#1 0x00007fffe3d98800 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#2 0x00007fffe3d818b2 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#3 0x00007fffe3d6e7c7 in ?? () from /usr/lib/x86_64-linux-gnu/dri/i965_dri.so
#4 0x00007fffe38eb4c9 in ?? ()
from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
#5 0x00007ffff4f2ee0b in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9
#6 0x00007ffff4f2eae5 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9
#7 0x00007ffff4f2e975 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9
#8 0x00007ffff4f2fbc8 in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9
#9 0x00007ffff4f32410 in cogl_framebuffer_clear4f ()
from /usr/lib/x86_64-linux-gnu/libcogl.so.9
#10 0x00007ffff76938b6 in ?? ()
from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
#11 0x00007ffff5a27eca in _g_closure_invoke_va (closure=0x164bf30,
#12 0x00007ffff5a40741 in g_signal_emit_valist (instance=0x164e2c0,
#13 0x00007ffff5a41242 in g_signal_emit (instance=,
---Type to continue, or q to quit---
at /build/buildd/glib2.0-2.32.3/./gobject/gsignal.c:3352
#14 0x00007ffff7635f35 in clutter_actor_continue_paint ()
from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
#15 0x00007ffff764193c in ?? ()
from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
#16 0x00007ffff7697a0f in ?? ()
from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
#17 0x00007ffff762c32a in ?? ()
from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
#18 0x00007ffff769643e in ?? ()
from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
#19 0x00007ffff767b89d in ?? ()
from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
#20 0x00007ffff576ad53 in g_main_dispatch (context=0x665c40)
#21 g_main_context_dispatch (context=0x665c40)
#22 0x00007ffff576b0a0 in g_main_context_iterate (dispatch=1,
#23 g_main_context_iterate (context=0x665c40, block=,
---Type to continue, or q to quit---
#24 0x00007ffff576b164 in g_main_context_iteration (context=0x665c40,
#25 0x00007ffff5cfec94 in g_application_run (application=0x1644000,
#26 0x0000000000411b4d in final_term_main ()
, argc=1,#27 0x00007ffff518276d in __libc_start_main (main=0x40fb50
#28 0x000000000040fb99 in _start ()
The text was updated successfully, but these errors were encountered: