NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/48324: ld.elf_so - tty.c memcpy overwrites tcb for tls variant 2



The following reply was made to PR lib/48324; it has been noted by GNATS.

From: Nat Sloss <nathanialsloss%yahoo.com.au@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: lib/48324: ld.elf_so - tty.c memcpy overwrites tcb for tls variant 
2
Date: Mon, 21 Oct 2013 07:39:48 +1100

 Hi.
 
 >  Pretty sure we have a minimal test case now with the following change
 >
 >  http://www.netbsd.org/~skrll/h_tls_dlopen.c.diff
 >  <http://www.netbsd.org/%7Eskrll/h_tls_dlopen.c.diff>
 >
 >  Nick
 
 The new test failed and here's the results:
 
 Tests root: /tmp/tls
 
 t_tls_static (1/3): 1 test cases
     t_tls_static: [0.115739s] Passed.
 [0.183923s]
 
 t_tls_dynamic (2/3): 1 test cases
     t_tls_dynamic: [0.119721s] Passed.
 [0.187352s]
 
 t_tls_dlopen (3/3): 1 test cases
     t_tls_dlopen: [0.248944s] Failed: Test program received signal 11 (core 
 dumped)
 [0.334807s]
 
 Failed test cases:
     t_tls_dlopen:t_tls_dlopen
 
 Summary for 3 test programs:
     2 passed test cases.
     1 failed test cases.
     0 expected failed test cases.
     0 skipped test cases.
 
 I was just wondering where the coredump was written to, so I can do a 
 backtrace in gdb and verify it is the same problem.
 
 Regards,
 
 Nat.
 
 


Home | Main Index | Thread Index | Old Index