Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/library.js
Original file line number Diff line number Diff line change
Expand Up @@ -3148,7 +3148,7 @@ mergeInto(LibraryManager.library, {
var end = _emscripten_stack_get_end();
abort('stack overflow (Attempt to set SP to ' + ptrToString(requested) +
', with stack limits [' + ptrToString(end) + ' - ' + ptrToString(base) +
']). If you require more stack space build with -sSTACK_SIZE=<bytes>');
']). If you require more stack space build with -sSTACK_SIZE=<bytes> and -sDEFAULT_PTHREAD_STACK_SIZE=<bytes>');
},
#endif

Expand Down