Re: [Sablevm-developer] SableVM hangs during database connection
Brought to you by:
egagnon
From: Chris P. <chr...@ma...> - 2004-06-17 16:51:18
|
Roman Kennke wrote: > Am Di, den 15.06.2004 schrieb Roman Kennke um 20:18: > >>Hi list, >> >>I found another issue, this time related to a database connection with >>MySQL. During sending an update, the hole connection seems to hang >>infinitely. > > > Update: I've done a lot of tests, during which I got it running on > Linux. I used a new MySQL driver for this. Unfortunately my testprog > does still not run under FreeBSD. I will attach my testprog. Hi Roman, I think you forgot to attach the test case. Does anyone in our group have an account on a FreeBSD machine? Cheers, Chris The result > under FreeBSD is, that I can transmit a byte array of size <21488 bytes, > not 1 byte more (in this case the whole thing hangs). The gdb backtrace > is surprisingly short: > (gdb) bt > #0 0x2817f2af in poll () from /lib/libc.so.5 > #1 0x28123a51 in _thread_kern_sched_state_unlock () from > /usr/lib/libc_r.so.5 > #2 0x28123445 in _thread_kern_scheduler () from /usr/lib/libc_r.so.5 > (gdb) > > I have not yet solved this, and have no idea. > > But I have solved another small problem, which I will write in another > email. :-) > > Cheers, Roman > |