This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
>>>>> On Fri, 14 Nov 2003 12:29:28 -0800, Ulrich Drepper <drepper@redhat.com> said:
>> Which tests specifically?
Uli> Tons of them. tst-mutex8, tst-cond7, ... Don't have the
Uli> complete list. The interesting part is that they abort, not
Uli> crash.
OK, it looks to me like the unwinder is failing. I suspect it's
choking either on the .altrp directive or on the unwind directives for
the signal trampoline. I plugged libunwind into libgcc_s.so.1 and now
tst-mutex8, tst-cancel6, and many other tests are working fine. I
still have some others failing (basic4, stack{1,2},
cancelx{4,5,10,16,17,18}, cleanupx{0,1,3,4}, and oncex{3,4}), but I
don't understand the problem there yet and I'll need to look into
those next week.
--david
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |