Re: [opendbx] Trying to find MySQL random segmentation fault

2009-09-19 Thread Norbert Sendetzky
Hi Mariano > Thanks!!! I did it. I attach the 6 connetions generated during my tests. > The one with the problem was the opendbx-0x93d8390.dbg. However, that line > of log seems the same as the rest. I've found the problem in mysql_odbx_finish(): If you removed the mysql_thread_end() and mysql_

Re: [opendbx] Problem with Sqlite3 in 1.4.3

2009-09-19 Thread Norbert Sendetzky
Hi Mariano > Norbert: I was trying to run all my tests in 1.4.3 for all backends and I > found a problem with sqlite3. With 1.4.2 AND with the latest svn on trunk, > it works perfect (it is weird that it works perfect in trunk). But, with > 1.4.3 I have a segmentation fault when calling odbx_unbin

Re: [opendbx] Trying to find MySQL random segmentation fault

2009-09-19 Thread Mariano Martinez Peck
Sorry. I forgot to said that for others backends, like PostgreSQL I can run all of my tests the number I want without this problem. On Sat, Sep 19, 2009 at 3:22 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > Thanks Norbert: This is really excellent news. One of the most important > e

Re: [opendbx] Problem with Sqlite3 in 1.4.3

2009-09-19 Thread Mariano Martinez Peck
On Sat, Sep 19, 2009 at 10:33 AM, Norbert Sendetzky < norb...@linuxnetworks.de> wrote: > Hi Mariano > > > Norbert: I was trying to run all my tests in 1.4.3 for all backends and I > > found a problem with sqlite3. With 1.4.2 AND with the latest svn on > trunk, > > it works perfect (it is weird tha

Re: [opendbx] Trying to find MySQL random segmentation fault

2009-09-19 Thread Mariano Martinez Peck
Thanks Norbert: This is really excellent news. One of the most important ever :) I tried and works perfect. No segmentation fault. However, I found another problem. If I run ALL my tests several times, after running them like 5 o 6 times, I get the error "Out of Memory" when calling odbx_init(). I

Re: [opendbx] Trying to find MySQL random segmentation fault

2009-09-19 Thread Norbert Sendetzky
Hi Mariano > I tried and works perfect. No segmentation fault. However, I found another > problem. If I run ALL my tests several times, after running them like 5 o 6 > times, I get the error "Out of Memory" when calling odbx_init(). In > addition to this, in my Linux console I see the error: "Can

Re: [opendbx] Trying to find MySQL random segmentation fault

2009-09-19 Thread Mariano Martinez Peck
On Sat, Sep 19, 2009 at 3:56 PM, Norbert Sendetzky wrote: > Hi Mariano > > > I tried and works perfect. No segmentation fault. However, I found > another > > problem. If I run ALL my tests several times, after running them like 5 o > 6 > > times, I get the error "Out of Memory" when calling odbx_

Re: [opendbx] Problem with Sqlite3 in 1.4.3

2009-09-19 Thread Mariano Martinez Peck
The error with version svn 287 is: *** glibc detected *** /home/mariano/squeak/expury/build/squeak: free(): invalid pointer: 0x090db6a0 *** === Backtrace: = /lib/tls/i686/cmov/libc.so.6[0xb7f74454] /lib/tls/i686/cmov/libc.so.6(cfree+0x96)[0xb7f764b6] /usr/local/lib/opendbx/libsqlite3

Re: [opendbx] Trying to find MySQL random segmentation fault

2009-09-19 Thread Mariano Martinez Peck
At least now this is a reproducible bug ;) On Sat, Sep 19, 2009 at 7:04 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > > > On Sat, Sep 19, 2009 at 3:56 PM, Norbert Sendetzky < > norb...@linuxnetworks.de> wrote: > >> Hi Mariano >> >> > I tried and works perfect. No segmentation fault

Re: [opendbx] SqueakDBX in ESUG 09

2009-09-19 Thread Mariano Martinez Peck
Here are some pictures: http://www.a3aan.st/esug2009/index.php/view/12/02+Conference/04+Thursday/IMG_6406.JPG http://picasaweb.google.com/andres.valloud/ESUG2009?feat=email#5379098538089830466 http://picasaweb.google.com/yuri.vrancken/Esug2009#5378469458885670338 http://picasaweb.google.com/yuri.v

Re: [opendbx] Problem with Sqlite3 in 1.4.3

2009-09-19 Thread Mariano Martinez Peck
Weird...In Windows it works perfect :( Perhaps something with the gcc ? Best, Mariano On Sat, Sep 19, 2009 at 7:14 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > The error with version svn 287 is: > > > > *** glibc detected *** /home/mariano/squeak/expury/build/squeak: free(): > i

Re: [opendbx] Trying to find MySQL random segmentation fault

2009-09-19 Thread Mariano Martinez Peck
I have exactly the same behavior in Windwos: the segmentation fault disappear ;) but the bug about the out of memory is also present and reproducible. Cheers, Mariano On Sat, Sep 19, 2009 at 7:18 PM, Mariano Martinez Peck < marianop...@gmail.com> wrote: > At least now this is a reproducible bu