You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Michał Szklarzewicz (JIRA)" <ji...@apache.org> on 2009/12/28 09:56:30 UTC

[jira] Created: (TS-100) TS crashes on x64 systems

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.


[jira] Resolved: (TS-100) TS crashes on x64 systems

Posted by "John Plevyak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak resolved TS-100.
-----------------------------

    Resolution: Cannot Reproduce

Closing under the assumption that it has been fixed.

> 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
>            Assignee: John Plevyak
>            Priority: Minor
>             Fix For: 2.0.0a
>
>
> 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.


[jira] Commented: (TS-100) TS crashes on x64 systems

Posted by "George Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806711#action_12806711 ] 

George Paul commented on TS-100:
--------------------------------

Hi,
Does this still happen with the latest SVN pull of trunk (svnversion: 904844)
Can you get a debug build to crash?
Can you indicate the Linux distro used and the gcc-tool chain version.
thx,
-George

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


[jira] Commented: (TS-100) TS crashes on x64 systems

Posted by "Michał Szklarzewicz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829290#action_12829290 ] 

Michał Szklarzewicz commented on TS-100:
----------------------------------------

I'm currently on leave, thus unable to provide information you require. However, one of my teammates said that he is no longer able to reproduce this. Probably fixed in latest repository versions.

> 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
>            Assignee: John Plevyak
>            Priority: Minor
>             Fix For: 2.0.0a
>
>
> 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.


[jira] Commented: (TS-100) TS crashes on x64 systems

Posted by "John Plevyak (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12829288#action_12829288 ] 

John Plevyak commented on TS-100:
---------------------------------

I can't reproduce this.  It looks like heap corruption which could
be the result of just about anything.  The code has changed a good
deal since Dec 28 as well.  Has anyone else seen it?  Can anyone reproduce?

> 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
>            Assignee: John Plevyak
>            Priority: Minor
>             Fix For: 2.0.0a
>
>
> 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.


[jira] Assigned: (TS-100) TS crashes on x64 systems

Posted by "John Plevyak (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Plevyak reassigned TS-100:
-------------------------------

    Assignee: John Plevyak

> 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
>            Assignee: John Plevyak
>            Priority: Minor
>             Fix For: 2.0.0a
>
>
> 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.


[jira] Updated: (TS-100) TS crashes on x64 systems

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-100:
-----------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.0.0a

> 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
>             Fix For: 2.0.0a
>
>
> 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.


[jira] Updated: (TS-100) TS crashes on x64 systems

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-100:
-----------------------------

    Fix Version/s: 2.0.0

> 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
>             Fix For: 2.0.0
>
>
> 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.