[Gambas-user] Issue 415 in gambas: Cannot run child process (native code)

gambas at ...2524... gambas at ...2524...
Mon Mar 25 08:41:15 CET 2013


Comment #6 on issue 415 by r... at ...1740...: Cannot run child process  
(native code)
http://code.google.com/p/gambas/issues/detail?id=415

Yes we are at the breakpoint.
I will try to get some info, if you need more/other, just let me know.

[New Thread 0x7fffdbfff700 (LWP 22533)]
[Thread 0x7fffdbfff700 (LWP 22533) exited]
[Thread 0x7fffe36d2700 (LWP 22512) exited]

Program received signal SIGTRAP, Trace/breakpoint trap.
throw_last_child_error () at gbx_c_process.c:256
256		if (child_error < 0)
(gdb) print child_error
$1 = 5
(gdb) info locals
child_error = 5
child_errno = 2
(gdb)  p DEBUG_get_position(EXEC_current.cp, EXEC_current.fp,  
EXEC_current.pc)
$2 = 0x43baf4 "?"
(gdb) f 1
#1  0x000000000042f45b in callback_child (signum=17, data=0) at  
gbx_c_process.c:750
750		throw_last_child_error();
(gdb) bt
#0  throw_last_child_error () at gbx_c_process.c:256
#1  0x000000000042f45b in callback_child (signum=17, data=0) at  
gbx_c_process.c:750
#2  0x0000000000432f8a in SIGNAL_raise_callbacks (fd=<value optimized out>,  
type=<value optimized out>, data=<value optimized out>) at gbx_signal.c:184
#3  0x00007ffff5ec0ff4 in CWatch::read (this=0x159ad30, fd=49) at  
CWatch.cpp:143
#4  0x00007ffff5ec0dcf in CWatch::qt_metacall (this=0x159ad30,  
_c=QMetaObject::InvokeMetaMethod, _id=0, _a=0x7fffffffd8e0) at  
CWatch_moc.cpp:73
#5  0x00007ffff41f95a8 in QMetaObject::activate(QObject*, QMetaObject  
const*, int, void**) () from /usr/lib/libQtCore.so.4
#6  0x00007ffff4240b2e in QSocketNotifier::activated(int) () from  
/usr/lib/libQtCore.so.4
#7  0x00007ffff41feefb in QSocketNotifier::event(QEvent*) () from  
/usr/lib/libQtCore.so.4
#8  0x00007ffff46d29f4 in QApplicationPrivate::notify_helper(QObject*,  
QEvent*) () from /usr/lib/libQtGui.so.4
#9  0x00007ffff46d73ba in QApplication::notify(QObject*, QEvent*) () from  
/usr/lib/libQtGui.so.4
#10 0x00007ffff41e444c in QCoreApplication::notifyInternal(QObject*,  
QEvent*) () from /usr/lib/libQtCore.so.4
#11 0x00007ffff420ed59 in ?? () from /usr/lib/libQtCore.so.4
#12 0x00007ffff3015bcd in g_main_context_dispatch () from  
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#13 0x00007ffff30163a8 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#14 0x00007ffff3016639 in g_main_context_iteration () from  
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#15 0x00007ffff420f39f in  
QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)  
() from /usr/lib/libQtCore.so.4
#16 0x00007ffff477c4de in ?? () from /usr/lib/libQtGui.so.4
#17 0x00007ffff41e3832 in  
QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from  
/usr/lib/libQtCore.so.4
#18 0x00007ffff41e3a6c in  
QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from  
/usr/lib/libQtCore.so.4
#19 0x00007ffff41e7e7b in QCoreApplication::exec() () from  
/usr/lib/libQtCore.so.4
#20 0x00007ffff5e9e582 in hook_loop () at main.cpp:777
#21 0x00000000004261c0 in main (argc=1, argv=0x7fffffffe3d8) at gbx.c:402
(gdb)


-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings




More information about the User mailing list