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 config
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?
--
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 t
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 m
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 Main.
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 n
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 forking
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.
Yo
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.
Attach
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 mess
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 mess
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 0xde0ee8
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
issu
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?
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 i
Comment #7 on issue 415 by r...@cyberjunky.nl: Cannot run child process
(native code)
http://code.google.com/p/gambas/issues/detail?id=415
What can I do to get more info about which part of Gambas triggers this?
Is it the Exec/Shell command or something else?
Then I can try to strip down the c
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 0x7fff
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!
>
--
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 pro
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
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 configured
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 al
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 (nor
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 fr
24 matches
Mail list logo