Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #11 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 No it's still unstable. My project which had 24/7 stability for months in a row now only runs a few minutes. If this isn't fixed soon it's another big appointment using

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #12 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Attached latest valgrind output. Leaks everywhere, can someone help me? Attachments: valgrind.log.tar.gz 132 KB -- You received this message because this

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #13 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Can we please rollback the changes done in revision 5542? Just for one request of being able to do oauth request, the whole component and thuse gambas became useless..

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #14 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 While trying to extract a demo project to show the problem I figured out the reason for the hangs. Try attached project, if you don't code a _Read event for a async

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #15 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 I mean uncomment the _Read code... -- You received this message because this project is configured to send all issue notifications to this address. You may adjust

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #16 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Sorry for not answering, my PC was dead. I have a new one now, and I will look at the problem. -- You received this message because this project is configured to

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #17 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 HttpClient now calls the Read event while there is something to read. But it's stupid do that if there is no Read event handler! In revision #5584, this behavior is

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Comment #18 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 No problem for the delay, r5584 works ok, with and without _Read event present. Thanks. -- You received this message because this project is configured to send all

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-19 Thread gambas
Updates: Status: Fixed Comment #19 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 OK, marked as fixed. -- You received this message because this project is configured to send all issue notifications to this

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-16 Thread gambas
Comment #10 on issue 410 by adrien.p...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Hello, I had a similar issue with gb.net.curl recently (valgrind logs are close), and I fixed it in revision #5581. Can you tell me if this revision solved your

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-15 Thread gambas
Comment #9 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 It does the call against gambas xmlrpc server code. -- You received this message because this project is configured to send all issue notifications to this address.

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-11 Thread gambas
Comment #5 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 You see that in the gdb output, that it copies 3MB? Thats quite odd, while the code I use simply calls the google api to create a dial image of a few hundreds kb. This

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-11 Thread gambas
Comment #6 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 Attached the valgrind memcheck-full output of starting the project, let it run for a second or 10 and then run the signal 11 code. Attachments: valgrind.tar.gz

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-10 Thread gambas
Updates: Status: NeedsInfo Comment #4 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 The curl exit crash has been fixed upstream (see issue 405). The other crash occurs while trying to copy 3MB of data from the

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-09 Thread gambas
Comment #1 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 There is also a signal 11 bug in curls exit code. warning: no loadable sections found in added symbol-file system-supplied DSO at 0x77ffa000 [Thread debugging using

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-09 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 410 by benoit.m...@gmail.com: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 The signal 11 in curls exit code is known to be a bug in the curl library. -- You received

Re: [Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-09 Thread gambas
Comment #3 on issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 About the knowne exit bug in curl, it's the curl available in 13.04, it bleeding new, would be bad if that's the one in release version. Any references to bug report?

[Gambas-user] Issue 410 in gambas: Signal 11 in gb.net.curl

2013-03-08 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 410 by r...@cyberjunky.nl: Signal 11 in gb.net.curl http://code.google.com/p/gambas/issues/detail?id=410 1) Describe the problem. When running my project it crashes in