View Issue Details

IDProjectCategoryView StatusLast Update
0000305unrealircdpublic2003-11-20 19:46
Reporterjkowall Assigned Tosyzop  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionnot fixable 
Platformi386OSFreeBSDOS Version4.6-STABLE
Product Version3.2-beta12 
Summary0000305: Crash when trying to load ircd
DescriptionFreeBSD 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 Reproducerun ircd after compiling
TagsNo tags attached.
3rd party modules

Activities

codemastr

2002-08-31 12:54

reporter   ~0000449

gdb src/ircd *core*

then type bt

jkowall

2002-09-01 10:05

reporter   ~0000455

Its not dumping core... so:

/usr/local/ircd/*core*: No such file or directory.

codemastr

2002-09-01 13:46

reporter   ~0000456

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...

jkowall

2002-09-01 14:49

reporter   ~0000457

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?

syzop

2003-04-16 20:15

administrator   ~0002375

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...

Issue History

Date Modified Username Field Change
2003-04-16 20:15 syzop Status acknowledged => resolved
2003-04-16 20:15 syzop Resolution open => not fixable
2003-04-16 20:15 syzop Assigned To => syzop
2003-04-16 20:15 syzop Note Added: 0002375
2003-11-20 19:46 syzop Status resolved => closed