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

gambas at ...2524... gambas at ...2524...
Thu Mar 28 15:25:09 CET 2013


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

I enabled these in gbx_exec.c and started again
#define DEBUG_STACK 1
#define SHOW_FUNCTION 1

I got these as last entries... does is reveal anything more?
I will add DEBUG lines to my code (about 25 places with exec/shell enabled)

| >> EXEC_leave
| SP = 6  BP = 0  FP = 0xd515e4  PC = 0xd52dbc  EC = 0xd52dbe
| << EXEC_leave()
| SP = 0  BP = 5143040  FP = (nil)  PC = (nil)  EC = (nil)

| >> EXEC_native: Stream.m_free (0x7fffffffd548)
| << EXEC_native: m_free (0x7fffffffd548)
| >> EXEC_native: Process.m_free (0x7fffffffd548)
| << EXEC_native: m_free (0x7fffffffd548)

Program received signal SIGTRAP, Trace/breakpoint trap.
throw_last_child_error (signum=<value optimized out>, data=<value optimized  
out>) at gbx_c_process.c:256
256		if (child_error < 0)


-- 
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