From: Hidetoshi NAGAI Date: 2003-11-10T12:01:17+09:00 Subject: Re: Segfault in Ruby/ODBC Hi, From: "Nathaniel Talbott" Subject: Segfault in Ruby/ODBC Date: Sat, 8 Nov 2003 07:08:25 +0900 Message-ID: <013501c3a57b$835ee2a0$c81e140a@abraham> > My program is causing a segfault under load, and while I'm going to dig in > to figuring out why, I thought I'd go ahead and see if anyone here could > give me a hand. It appears that the Ruby/ODBC extension is somehow behaving > badly, and not being a C guy, I'd appreciate any help you can give me. I don't know Ruby/ODBC, but I think that your trouble is similar to the trouble on Ruby/Tk with pthread-enabled Tck/Tk libraries. I worked to fix the Ruby/Tk problem last week, and added '--with-pthead-ext' to configure options. If your trouble depends on the same part of Ruby core, the option may help you. -- Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)