Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

PR_Abort

Aborts the process in a nongraceful manner.

Syntax

#include <prinit.h>

void PR_Abort(void);

Description

PR_Abort results in a core file and a call to the debugger or equivalent, in addition to causing the entire process to stop.

Document Tags and Contributors

 Contributors to this page: teoli, Rappo
 Last updated by: teoli,