This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/14359] tst-cancelx4.out: Segmentation fault


http://sourceware.org/bugzilla/show_bug.cgi?id=14359

--- Comment #9 from wbrana at gmail dot com 2012-07-13 11:03:46 UTC ---
It seems to crash in this function

00005610 <tf_usleep>:
    5610:       55                      push   %ebp
    5611:       89 e5                   mov    %esp,%ebp
    5613:       83 ec 18                sub    $0x18,%esp
    5616:       89 5d f8                mov    %ebx,-0x8(%ebp)
    5619:       89 75 fc                mov    %esi,-0x4(%ebp)
    561c:       e8 00 00 00 00          call   5621 <tf_usleep+0x11>
    5621:       5b                      pop    %ebx
    5622:       81 c3 17 48 00 00       add    $0x4817,%ebx
    5628:       8d b3 34 02 00 00       lea    0x234(%ebx),%esi
    562e:       89 34 24                mov    %esi,(%esp)
    5631:       e8 4a bf ff ff          call   1580 <pthread_barrier_wait@plt>
    5636:       40                      inc    %eax
    5637:       83 f8 01                cmp    $0x1,%eax
    563a:       76 24                   jbe    5660 <tf_usleep+0x50>
    563c:       8d 83 ea d1 ff ff       lea    -0x2e16(%ebx),%eax
    5642:       89 44 24 04             mov    %eax,0x4(%esp)
    5646:       8d 83 04 cc ff ff       lea    -0x33fc(%ebx),%eax
    564c:       89 04 24                mov    %eax,(%esp)
    564f:       e8 bc be ff ff          call   1510 <printf@plt>
    5654:       c7 04 24 01 00 00 00    movl   $0x1,(%esp)
    565b:       e8 30 c1 ff ff          call   1790 <exit@plt>
    5660:       8b 55 08                mov    0x8(%ebp),%edx
    5663:       85 d2                   test   %edx,%edx
    5665:       74 69                   je     56d0 <tf_usleep+0xc0>
    5667:       89 34 24                mov    %esi,(%esp)
    566a:       e8 11 bf ff ff          call   1580 <pthread_barrier_wait@plt>
    566f:       40                      inc    %eax
    5670:       83 f8 01                cmp    $0x1,%eax
    5673:       76 2b                   jbe    56a0 <tf_usleep+0x90>
    5675:       8d 83 ea d1 ff ff       lea    -0x2e16(%ebx),%eax
    567b:       89 44 24 04             mov    %eax,0x4(%esp)
    567f:       8d 83 f0 cc ff ff       lea    -0x3310(%ebx),%eax
    5685:       89 04 24                mov    %eax,(%esp)
    5688:       e8 83 be ff ff          call   1510 <printf@plt>
    568d:       c7 04 24 01 00 00 00    movl   $0x1,(%esp)                      
    5694:       e8 f7 c0 ff ff          call   1790 <exit@plt>                  
    5699:       8d b4 26 00 00 00 00    lea    0x0(%esi,%eiz,1),%esi            
    56a0:       31 c0                   xor    %eax,%eax                        
    56a2:       89 04 24                mov    %eax,(%esp)                      
    56a5:       e8 26 c0 ff ff          call   16d0 <usleep@plt>                
    56aa:       8d 83 ea d1 ff ff       lea    -0x2e16(%ebx),%eax               
    56b0:       89 44 24 04             mov    %eax,0x4(%esp)                   
    56b4:       8d 83 96 cf ff ff       lea    -0x306a(%ebx),%eax               
    56ba:       89 04 24                mov    %eax,(%esp)                      
    56bd:       e8 4e be ff ff          call   1510 <printf@plt>                
    56c2:       c7 04 24 01 00 00 00    movl   $0x1,(%esp)                      
    56c9:       e8 c2 c0 ff ff          call   1790 <exit@plt>                  
    56ce:       66 90                   xchg   %ax,%ax
    56d0:       b8 ff ff ff ff          mov    $0xffffffff,%eax
    56d5:       eb cb                   jmp    56a2 <tf_usleep+0x92>
    56d7:       89 c6                   mov    %eax,%esi
    56d9:       c7 04 24 00 00 00 00    movl   $0x0,(%esp)
    56e0:       e8 1b c5 ff ff          call   1c00 <cl>
    56e5:       89 34 24                mov    %esi,(%esp)
    56e8:       e8 93 c3 ff ff          call   1a80 <_Unwind_Resume@plt>
    56ed:       8d 76 00                lea    0x0(%esi),%esi

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]