[Gambas-devel] System error... (42)

Ron ron at ...572...
Mon Oct 3 08:30:49 CEST 2011


On 5-12-2010 12:05, Benoît Minisini wrote:
>> Ok. Sometime things get weird...
>>
>> I found that my command line project wasn't running anymore...
>>
>> 2010/12/04 15:42:16 You have 2 new e-mails on Gmail.
>> 2010/12/04 15:47:16 Uploaded sensor data to Bwired.
>> 2010/12/04 15:47:21 Uploaded sensor data to Pachube.
>> 2010/12/04 16:00:00 The Time of Day is afternoon.
>> 2010/12/04 16:00:00 It's dark outside.
>> 2010/12/04 16:00:00 DomotiGa is running for 0 days, 4 hrs, 12 mins, and 43
>> secs. 2010/12/04 16:02:21 Uploaded sensor data to Pachube.
>> ERROR: #42: System error. Success
>>
>> System error... (42)
>> This error is raised when a system call returns an error that does not
>> match another specific Gambas error.
>>
>> Hmm ok, no clue... yes it's a Linux system, although the error message
>> has a Windows logic in it.
>>
>> Regards,
>> Ron_2nd.
>>
> Can you run your command line tool that way to know where the error comes
> from?
>
> $ gdb gbx2
> ...
> (gdb) break THROW
> ...
> (gdb) run
> ...
> ... Let your program run until it stops
> ...
> (gdb) bt
> ...
>
> Then send me the result of the 'bt' gdb command.
>
> Be sure that you have a Gambas 2 compiled with debugging symbols enabled.
>
> And if you use Gambas 3 instead of Gambas 2, replace "gbx2" by "gbx3".
>
> Regards,
>

Benoit,

Got bugged by this one again 'ERROR: #42: System error. Success'

Wil try to see if I can get information from gdb when it happens again.

Is on Gambas2 cli project.

Regards,
Ron_2nd.




More information about the Devel mailing list