Closed
Bug 841415
Opened 10 years ago
Closed 9 years ago
nss_ctypes.py doesn't work in Mac
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amac, Assigned: amac)
Details
Attachments
(1 file)
1.22 KB,
patch
|
briansmith
:
review+
|
Details | Diff | Splinter Review |
STR: 1. Try to sign any app using the provided test script (security/manager/ssl/tests/unit/test_signed_apps/sign_b2g_app.py) on MacOS (tried on Darwin Kernel Version 12.2.0). 2. Python dies with a SIGSEGV error Cause: Apparently, Python behaves differently on Darwin than it does either on Linux or on Windows, and it messes the return pointer from PL_strdup.
Assignee | ||
Comment 1•10 years ago
|
||
This fixes it for me. Setting the return value to *void makes Python not touch the pointer at all, apparently.
Attachment #713946 -
Flags: review?(bsmith)
Assignee | ||
Comment 2•9 years ago
|
||
This has been pending of review for about 4 months... want me to assign it so somebody else?
Status: NEW → ASSIGNED
Flags: needinfo?(bsmith)
Updated•9 years ago
|
Attachment #713946 -
Flags: review?(bsmith) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(bsmith)
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5e11bb844eef
Keywords: checkin-needed
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5e11bb844eef
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•