TS crashes on x64 systems
-------------------------
Key: TS-100
URL: https://issues.apache.org/jira/browse/TS-100
Project: Traffic Server
Issue Type: Bug
Components: Core
Environment: Linux 2.6.20.14-amd64 #3 SMP Fri Jan 11 19:27:43 CET 2008
x86_64 GNU/Linux
Reporter: MichaĆ Szklarzewicz
Priority: Minor
On x64 linux, traffic server tends to crash during starting. It happens roughly
3 per 10 start attempts. However, if it manages to start it would work fine. I
start it manually from command line (by it's binary file, not some startup
script).
Still happens on #894140 revision of public subversion.
backtrace:
#0 0x00002b5fc5c51ed5 in raise () from /lib/libc.so.6
#1 0x00002b5fc5c533f3 in abort () from /lib/libc.so.6
#2 0x00002b5fc5c8e3a8 in __libc_message () from /lib/libc.so.6
#3 0x00002b5fc5c93948 in malloc_printerr () from /lib/libc.so.6
#4 0x00002b5fc5c9816c in realloc () from /lib/libc.so.6
#5 0x00000000006eae26 in ink_realloc (ptr=0x5081, size=20624) at
ink_memory.cc:233
#6 0x00000000006db075 in RecMessageMarshal_Realloc (msg=0x2aaaac96b010,
record=0x2b5fc39b01d0) at RecMessage.cc:340
#7 0x00000000006d8a1d in sync_cont::sync (this=0xc02880, event=<value
optimized out>, e=<value optimized out>) at P_RecCore.i:162
#8 0x00000000006e0aa8 in EThread::execute (this=0x2aaaab8ba010) at
I_Continuation.h:147
#9 0x00000000006ddf92 in spawn_thread_internal (a=0xc128d0) at Thread.cc:85
#10 0x00002b5fc3b85fc7 in start_thread () from /lib/libpthread.so.0
#11 0x00002b5fc5cef5ad in clone () from /lib/libc.so.6
#12 0x0000000000000000 in ?? ()
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.