Opened 4 years ago

Closed 4 years ago

#15476 closed bug (invalid)

nss: listsuites crashes during output

Reported by: cocobean Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/Kernel Version: R1/Development
Keywords: nss Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by cocobean)

Mozilla nss 3.40 -> 3.47 x86_64:

listsuites crashes during text output of cipher suites.

Tested on: Haiku R1B1 hrev52295+129 x86_64.

See attachment: https://github.com/haikuports/haikuports/files/3820489/listsuites-638-debug-07-11-2019-15-41-46.zip

Change History (2)

comment:1 by cocobean, 4 years ago

Description: modified (diff)

comment:2 by KapiX, 4 years ago

Resolution: invalid
Status: newclosed

This is not a Haiku issue. There is a loop in the calls which was fixed earlier by these lines in the patch:

ifeq (,$(filter-out BSD_OS FreeBSD Linux NetBSD OpenBSD BeOS, $(OS_TARGET)))
    MKSHLIB += -Wl,-Bsymbolic
endif

Since Mozilla removed BeOS support from NSPR I suppose it is not applied anymore. Please check if -Wl,-Bsymbolic is passed to the linker, and if it's not file an issue at Haikuports.

Note: See TracTickets for help on using tickets.