Skip to content

locale.t ends with panic "attempting to unlock already unlocked locale" on Mac OS X Tiger #23159

Closed
@sevan

Description

@sevan

On Mac OS X Tiger/i386 (darwin 8) when running the test suite 2 failures are observed. One in run/locale.t and one in ../lib/locale.t.

Test Summary Report
-------------------
run/locale.t                                                       (Wstat: 65280 (exited 255) Tests: 41 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
run/todo.t                                                         (Wstat: 0 Tests: 6 Failed: 0)
  TODO passed:   3-4
../lib/locale.t                                                    (Wstat: 65280 (exited 255) Tests: 380 Failed: 0)
  Non-zero exit status: 255
  Parse errors: No plan found in TAP output
Files=2908, Tests=1180577, 2206 wallclock secs (170.38 usr 33.76 sys + 1608.72 cusr 206.82 csys = 2019.68 CPU)
Result: FAIL

for run/locale.t

panic: locale.c: 4715: attempting to unlock already unlocked locale; depth was 0                                                            
Dubious, test returned 255 (wstat 65280, 0xff00)                                                                                            
All 41 subtests passed                                                                                                                      
(less 3 skipped subtests: 38 okay)

for ../lib/locale.t

panic: locale.c: 4715: attempting to unlock already unlocked locale; depth was 0
Dubious, test returned 255 (wstat 65280, 0xff00)
All 380 subtests passed 

The issue is not observed on Tiger/powerpc but I'm not sure if that's just because all the PowerPC systems I have to test on are uniprocessor and this is a bug observed on multiprocessor systems or the issue is actually exclusive to the Intel build as there are version differences with components shipped with the OS (they're newer on the Intel build)

I built and ran the test suite using the following steps
./Configure -Duseshrplib -Duselargefiles -Dusethreads -des -Dusedevel && make && make test

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions