Comment 10 for bug 818857

Revision history for this message
Andrey Gelman (andrey-gelman) wrote :

The same behaviour here.
Just to provide additional debugging information, I have run it with gdb:

$ gdb /usr/bin/gedit
(gdb) run 1.txt
Starting program: /usr/bin/gedit 1.txt
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

** (gedit:9452): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[New Thread 0x7fffed3dc700 (LWP 9456)]
[New Thread 0x7fffe79e4700 (LWP 9458)]
[New Thread 0x7fffd5599700 (LWP 9459)]
[New Thread 0x7fffcf7e7700 (LWP 9471)]
[New Thread 0x7fffce964700 (LWP 9472)]
**
ERROR:../../gi/pygi-argument.c:1583:_pygi_argument_to_object: code should not be reached

Program received signal SIGABRT, Aborted.
0x00007ffff4a53f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007ffff4a53f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00007ffff4a57388 in __GI_abort () at abort.c:89
#2 0x00007ffff5374175 in g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3 0x00007ffff537420a in g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4 0x00007fffe64515bd in ?? () from /usr/lib/python3/dist-packages/gi/_gi.cpython-34m-x86_64-linux-gnu.so
#5 0x00007fffe64551e3 in ?? () from /usr/lib/python3/dist-packages/gi/_gi.cpython-34m-x86_64-linux-gnu.so
#6 0x00007ffff561f3b8 in g_closure_invoke () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7 0x00007ffff5630d3d in ?? () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8 0x00007ffff5638a29 in g_signal_emit_valist () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9 0x00007ffff5638ce2 in g_signal_emit () from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x0000000000430462 in ?? ()
#11 0x0000000000dcf180 in ?? ()
#12 0x000000000112cc00 in ?? ()
#13 0x0000000000000000 in ?? ()
(gdb)

Note:
The 1.txt file is attached.