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

2013-04-02 Thread gambas
Comment #22 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 The issue is fixed with the latest version. So cleaning up the freeing seem to have fixed it. -- You received this message because this project is

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

2013-03-30 Thread gambas
Comment #20 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Difficult to explain, i'll try... The routine (Main.NotifySend) with the Exec[/notfound] code doesn't have a Catch section. During the execution of

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

2013-03-30 Thread gambas
Updates: Status: Fixed Comment #21 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Do you have the same behavior with the very last svn version? If you have more details, can you open a new issue? --

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

2013-03-29 Thread gambas
Comment #17 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Testing with the code. The native error is gone. But strange things happen. I get: 2013/03/29 10:01:59 ERROR: Parsing Ping Result: File or directory does

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

2013-03-29 Thread gambas
Comment #18 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 If I add a Catch section to the Main.NotifySend routine, it's ok. 2013/03/29 11:50:27 ERROR: NotifySend Result: File or directory does not exist at

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

2013-03-29 Thread gambas
Comment #19 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 I don't understand what is mixed up exactly in the error management (message #17). Can you give more details of what happens? -- You received this

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

2013-03-28 Thread gambas
Comment #8 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Normally, this error is the consequence of the last EXEC or SHELL instruction. Can you print each EXEC/SHELL arguments each time you call it? If it

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

2013-03-28 Thread gambas
Comment #9 on issue 415 by r...@cyberjunky.nl: 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?

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

2013-03-28 Thread gambas
Comment #10 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 I enabled DEBUG_ME in gbx_c_process.c and I'm waiting for it to fail.. -- You received this message because this project is configured to send all

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

2013-03-28 Thread gambas
Comment #11 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Bingo! Maybe it has to do with the missing quotes around the text, or it's random, don't know yet, nothing has changed in my code. Process_free

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

2013-03-28 Thread gambas
Comment #12 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 if errno = 2 is No such file or directory, that shoould means /usr/bin/notify-send does not exist. Can you check that? -- You received this message

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

2013-03-28 Thread gambas
Comment #13 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 if errno = 2 is No such file or directory, that shoould means /usr/bin/notify-send does not exist. Can you check that? -- You received this message

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

2013-03-28 Thread gambas
Comment #14 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Correct it doesn't exist anymore. Normally (in the old days) this just raises the correct error. But it now triggers a bug. See attached project.

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

2013-03-28 Thread gambas
Comment #15 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Or am I looking at the wrong error? -- You received this message because this project is configured to send all issue notifications to this address.

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

2013-03-28 Thread gambas
Updates: Status: Started Comment #16 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 In revision #5598, when dealing with the EXEC instruction, I now check that the executable file exists before

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

2013-03-25 Thread gambas
Comment #6 on issue 415 by r...@cyberjunky.nl: 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

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

2013-03-24 Thread gambas
Comment #4 on issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 I was on a long weekend outdoors.. Will test this soon, too bad you tagged 3.4.1 already... would be nice if this was fixed too in next release. -- You

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

2013-03-24 Thread gambas
Comment #5 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 I will make a 3.4.2 release then. The issue 415 may be complex to solve, so I prefer release 3.4.1 now! -- You received this message because this

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

2013-03-24 Thread Kende KrisztiƔn
Cool, I've been waiting. Comment #5 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 I will make a 3.4.2 release then. The issue 415 may be complex to solve, so I prefer release 3.4.1 now!

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

2013-03-23 Thread gambas
Updates: Labels: -Version Version-TRUNK Comment #1 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Can you run the project from gdb with revision #5586? I have added a breakpoint that will be raised

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

2013-03-23 Thread gambas
Updates: Status: NeedsInfo Comment #2 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 (No comment was entered for this change.) -- You received this message because this project is configured to send

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

2013-03-23 Thread gambas
Comment #3 on issue 415 by benoit.m...@gmail.com: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 Oops, forgot to say that you must run the program that way: $ GB_ISSUE_415=1 gdb gbx3 -- You received this message because this project is

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

2013-03-20 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 415 by r...@cyberjunky.nl: Cannot run child process (native code) http://code.google.com/p/gambas/issues/detail?id=415 1) Describe the problem. While running my project