This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Segmentation Fault: 11
Type: crash Stage: resolved
Components: macOS Versions: Python 2.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, ned.deily, ronaldoussoren, thecheater887
Priority: normal Keywords:

Created on 2016-02-22 17:07 by thecheater887, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python_2016-02-22-110201_Shuros-MacBook-Pro.crash thecheater887, 2016-02-22 17:07 Crash log
Messages (2)
msg260690 - (view) Author: Payden Comer (thecheater887) Date: 2016-02-22 17:07
A "Segmentation Fault:11" crash occurs on OS X El Captain when using `return pysodium.sodium.crypto_box_beforenm(clientpub, serverprivatekey)`, with args as None, serverprivatekey, rather than a traceback dissallowing a NoneType Argument.

Crash Log attached.
msg260691 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2016-02-22 17:13
pysodium is not part of Python's standard library. Please report 3rd party bugs in the project's bug tracker.
History
Date User Action Args
2022-04-11 14:58:27adminsetgithub: 70600
2016-02-22 17:13:41christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg260691

resolution: third party
stage: resolved
2016-02-22 17:07:59thecheater887create