On 7/3/08, Petr Salinger <[EMAIL PROTECTED]> wrote: > > Thanks for you care, the applied fix (disabled DLL unloading) allows to > build db4.6, but the test case (tests/load.test) still segfaults. > > I prefer to leave this bug open as there is still a bug somewhere. > The bug does not show with --disable-threads.
It's true. Some tests in load.tcl lead to a segfault because of similar reason: if loading library fails because of errors in a library itself (missing Foo_Init() etc.) tclsh tries to unload it which causes segfault. So, a real fix is needed. -- Sergei Golovan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

