From: Ferenc Engard Date: 2004-01-21T01:57:14+09:00 Subject: Re: segfaults on mandrake... On Wed, 21 Jan 2004, Andre Nathan wrote: >Ferenc Engard said: >> As there were no other suggestions, I try to do my first ruby >> compiling... :(( >> >> Mandrake uses many dist-specific patches to libc. Cannot be the >> problem connected with one of these patches? > >Mandrake has a ruby-tk package. Did you install this one? Also, the >ruby rpm is not compiled with pthreads enabled (at least the one from >rpmfind.net). You could try editing the spec file and re-create the >rpm. Sorry, I looked on my debian box. On mdk, the ruby and the libtk do not depend on pthreads. So, this cannot be the problem. :-((( We use those packages, and my brother tried compile from the latest sources which mdk provides. Still crashes... The program crashes after I start to iterate through on a DBI::statementHandle with 2-3000 rows, but not always the same place. Sometimes during the iteration (searching, anyway), sometimes after it. I suspect to the GC, too, as many objects are created during this process. How can I get more debug info, which I can forward to you? Ferenc