Opened 18 years ago

Closed 17 years ago

#10631 closed defect (fixed)

BUG: openssl-0.9.8b and MallocStackLogging=1 crash

Reported by: darwin@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.2
Keywords: Cc: darwin@…, markd@…
Port:

Description

I am trying to debug malloc issues in various apps that link against the openssl library. man malloc(3) describes the environment variable MallocStackLogging=1 to turn on malloc logging. If you do this when running /usr/bin/openssl (Apple's version 0.9.7i) everything is fine. If you do the same thing with the dports version (0.9.8b), you get a segmentation violation and a core dump. Unfortunately debugging this with gdb is impossible, although I suspect the crash is in SSL_load_error_strings() since that's the last function I was able to trace before the crash.

Change History (4)

comment:1 Changed 18 years ago by markd@…

Summary: openssl and MallocStackLogging=1 crashBUG: openssl-0.9.8b and MallocStackLogging=1 crash

comment:2 Changed 17 years ago by markd@…

Cc: markd@… added

Does the updated openssl-0.9.8c fix this?

comment:3 Changed 17 years ago by markd@…

Cc: darwin@… added

Did 0.98d fix this?

comment:4 Changed 17 years ago by markd@…

Resolution: fixed
Status: newclosed

No feedback. Updates presumed to have fixed this.

Note: See TracTickets for help on using tickets.