Yep, running 64 bit
Kim


Ron Klinkien wrote:
> 
> Didn't follow the complete thread, but are you running on a 64 bits OS?
> 
> I had some weird crashes too (all fixed now), they occurred quite often, 
> but sometimes I had to restart my program 20+ times in a row to make it 
> fail again, it was because it only crashed when it was loaded in 64 bits 
> memory space.
> 
> Regards,
> Ron_2nd.
>>
>> 2010/1/18 Fiddler63 <mx4...@gmail.com>:
>>   
>>>> A button with the following code will cause a Signal 11 error in Gambas
>>>>  2.19. If I remove the ([50, 50]) I get no error.
>>>>
>>>> PUBLIC SUB New_Btn_Click()
>>>> DIM hPic AS Picture
>>>> hPic = NEW Picture([50, 50])
>>>> ....
>>>> END
>>>>
>>>> Cheers
>>>> Kim
>>>>
>>>>       
>>> Please provide your full project, because you should not get a signal 11
>>> (an
>>> interpreter crash) but a normal error message. I tried there, and got no
>>> signal 11, but the right error message (type mismatch...).
>>>     
>>
>>   
>>> Hmm, now when I run the code, I get error message (type mismatch....).
>>> Weird
>>>     
>>
>> Weirder still... "Please provide your full project, because you should
>> not get a signal 11".
>>
>> HTH
>>
>> What I mean is that I now get the "correct" error message and not "signal
>> 11" error and I cannot reproduce the "signal 11" error on my system now.
>>
>>   
> 
> 
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for
> Conference
> attendees to learn about information security's most important issues
> through
> interactions with peers, luminaries and emerging and established
> companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Error---Signal-11---Gambas-2.19-tp27187858p27209516.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to