[Gambas-devel] About gb.gsl components

Emil Lenngren emil.lenngren at ...176...
Mon Aug 6 00:47:22 CEST 2012


Another segfault bug:

  Dim i As Integer
  Dim a As Complex = 3i
  Dim b As Complex = 4i

  For i = 1 To 2
    Print a = b
    b = Null
  Next

/Emil

2012/8/5 Emil Lenngren <emil.lenngren at ...176...>

> Bug: Is this typedef really correct?
> #define TYPE_are_objects(_t1, _t2) (((_t1) & (_t2)) >= T_OBJECT)
>
> Theoretically, _t1 could be 0xf0f0f0f0 and _t2 could be 0x0f0f0f00, both
> are valid pointers, but according to that typedef, they are not objects.
>
> /Emil
>
>
> 2012/7/12 Benoît Minisini <gambas at ...1...>
>
>> Le 12/07/2012 00:19, Emil Lenngren a écrit :
>> > OK, good.
>> >
>> > I will be on holiday from tomorrow until the first week in August, so I
>> > will start work when I come home.
>> >
>> > /Emil
>> >
>>
>> So good holidays!
>>
>> --
>> Benoît Minisini
>>
>>
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> Gambas-devel mailing list
>> Gambas-devel at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-devel
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/devel/attachments/20120806/1725dd9e/attachment.html>


More information about the Devel mailing list