POL097.3-2009-02-16 Coregina crash

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.

Moderator: POL Developer

Locked
CrazyMan
Expert Poster
Posts: 71
Joined: Wed Apr 05, 2006 8:08 am
Contact:

POL097.3-2009-02-16 Coregina crash

Post by CrazyMan »

Last Script: pkg/systems/housing/houseBanning.ecl PC: 769
Escript Instruction Cycles: 19850117689
Tasks Thread Checkpoint: 1
Active Client Thread Checkpoint: 116
Current Threads:
17553 - SocketClientThread
No clock movement in 30 seconds. Dumping thread status.
*Thread Info*
Semaphore PID: 17553
("kill -SIGUSR2 17553" to output backtrace)
[0x80f7a89]
[0x8226f8a]
[0x82272bb]
[0x826e7ea]
[0x82b7f3e]
Scripts Thread Checkpoint: 112
Last Script: pkg/systems/housing/houseBanning.ecl PC: 918
Escript Instruction Cycles: 19932204115
Tasks Thread Checkpoint: 1
Active Client Thread Checkpoint: 116
Current Threads:
17553 - SocketClientThread
HTTP client connected from 193.200.32.160
Assertion Failed: pthread_create( &th, &http_attr, http_conn_thread_stub, reinterpret_cast<void*>(client_socket) ) == 0, pol/polwww.cpp, line 1035
Forcing stack backtrace.
=== Stack Backtrace ===
Build: POL097.3-2009-02-16 Coregina (gentoo)
Stack Backtrace:
[0x8220724]
[0x8221821]
[0x810e73c]
[0x8112c49]
[0x8226f8a]
[0x82272bb]
[0x826e7ea]
[0x82b7f3e]
=======================
Aborting due to assertion failure.

And pol not create dump file
Nando
POL Developer
Posts: 282
Joined: Wed Sep 17, 2008 6:53 pm
Contact:

Re: POL097.3-2009-02-16 Coregina crash

Post by Nando »

Check the amount of free memory, it's failing to create a thread. When this happens, it's usually because you're running low on memory.
CrazyMan
Expert Poster
Posts: 71
Joined: Wed Apr 05, 2006 8:08 am
Contact:

Re: POL097.3-2009-02-16 Coregina crash

Post by CrazyMan »

I have 6 Gb RAM (32 bit Linux PAE)
Pol server use only 1.5-2 Gb

Maximum for 32bit application 3.9 Gbytes memory
Locked