Hi Norbert, I created the issue:

http://bugs.linuxnetworks.de/index.php?do=details&id=28

kind regards

Mariano

On Fri, Dec 25, 2009 at 1:08 PM, Mariano Martinez Peck <
marianop...@gmail.com> wrote:

> I run the strace command with Squeak running that single test and I put the
> output in a log file which I attach here.
>
> The file is 4mb :) ahhaha but don't worry, look at the end, you will read:
>
> open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 9
> writev(9, [{"*** glibc detected *** ", 23},
> {"/home/ubuntu/squeak/pharo-vm-0.1"..., 49}, {": ", 2}, {"double free or
> corruption (out)", 31}, {": 0x", 4}, {"08d12840", 8}, {" ***\n", 5}], 7) =
> 122
>
>
> After that you can look what happened before.
>
> Hope this is helpful.
>
> Cheers,
>
> Mariano
>
>
>
> On Fri, Dec 25, 2009 at 12:00 PM, Mariano Martinez Peck <
> marianop...@gmail.com> wrote:
>
>>
>>
>> On Thu, Dec 24, 2009 at 5:08 PM, Norbert Sendetzky <
>> norb...@linuxnetworks.de> wrote:
>>
>>> Hi Mariano
>>>
>>> > When it tries to finish the first resultset, I have this error:
>>> > *** glibc detected ***
>>> /home/ubuntu/squeak/pharo-vm-0.15.2f-linux/squeak:
>>> > free(): invalid next size (fast): 0x09b95f28 ***
>>>
>>> Hmm, this is hard to debug and I can see nothing in the code up to now
>>> that
>>> may cause this. Could you please try to compile OpenDBX with --enable-
>>> singlelib to get a single binary and attach gdb to your Squeak process?
>>> Maybe
>>> we get more information from the debugger.
>>>
>>>
>> Ok, I will try and let you know.
>>
>>
>>> It would be also interesting if the value of
>>>
>>> ((XSQLDA*) result->generic)->sqln
>>>
>>> is the same in firebird_odbx_result() and firebird_odbx_result_finish()
>>> and
>>> what's going on in odbx_result() when malloc()ing the buffers for the
>>> columns
>>> (var[i].sqldata).
>>>
>>>
>>>
>> I am not sure if I understood you correctly. Would you mind sending me the
>> printf put in the correct places so that I can compile and see the values?
>>
>> Thank you very much!
>>
>> Mariano
>>
>>
>>> Norbert
>>> --
>>> OpenPGP public key
>>> http://www.linuxnetworks.de/norbert.pubkey.asc
>>>
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> This SF.Net email is sponsored by the Verizon Developer Community
>>> Take advantage of Verizon's best-in-class app development support
>>> A streamlined, 14 day to market process makes app distribution fast and
>>> easy
>>> Join now and get one step closer to millions of Verizon customers
>>> http://p.sf.net/sfu/verizon-dev2dev
>>> _______________________________________________
>>> libopendbx-devel mailing list
>>> libopendbx-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
>>> http://www.linuxnetworks.de/doc/index.php/OpenDBX
>>>
>>>
>>
>
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
libopendbx-devel mailing list
libopendbx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libopendbx-devel
http://www.linuxnetworks.de/doc/index.php/OpenDBX

Reply via email to