View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000305 | unreal | ircd | public | 2002-08-30 17:38 | 2003-11-20 19:46 |
Reporter | jkowall | Assigned To | syzop | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | not fixable | ||
Platform | i386 | OS | FreeBSD | OS Version | 4.6-STABLE |
Product Version | 3.2-beta12 | ||||
Summary | 0000305: Crash when trying to load ircd | ||||
Description | FreeBSD smoke.bigbong.com 4.6-STABLE FreeBSD 4.6-STABLE #5: Mon Aug 19 17:32:54 EDT 2002 [email protected]:/usr/obj/usr/src/sys/SMOKE i386 /usr/local/ircd/src> ./ircd Fatal error 'Cannot allocate priority ready queue.' at line ? in file /usr/src/lib/libc_r/uthread/uthread_init.c (errno = ?) /usr/local/ircd/src> ldd ./ircd ./ircd: libssl.so.2 => /usr/lib/libssl.so.2 (0x280ba000) libcrypto.so.2 => /usr/lib/libcrypto.so.2 (0x280e8000) libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x281ab000) libc_r.so.4 => /usr/lib/compat/libc_r.so.4 (0x281c4000) If I don't use pthreads, will the app still run? Let me know what other debug info I can give you to help you track down the error. | ||||
Steps To Reproduce | run ircd after compiling | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
gdb src/ircd *core* then type bt |
|
Its not dumping core... so: /usr/local/ircd/*core*: No such file or directory. |
|
The only thing I can suggest is perhaps pthreads aren't installed correctly on that system, try getting a newer version, but I doubt that because I have unreal running fine on a FreeBSD 4.6.1-RELEASE machine... |
|
Well the OS update is from 2 weeks ago, so in theory its 4.6.2-S. pthreads are in libc, which is upgraded on a buildworld I believe. I use other multithreaded applications with no problem on this box (mysql,apache2,php,perl). Any other advice? I can try another upgrade now, and see if it changes anything. Is there a way to get the version of pthreads I am using? |
|
Try googling at "Cannot allocate priority ready queue", some quotes: "IIRC, there were some problems with the compiler, libstdc++, libgcc, or something like that in 4.2R." and some other similar freebsd 4.2 remarks when I googled at it some time ago... |