2024-05-04 15:06 BST

View Revisions: Issue #2159

Summary 0002159: nsgtk crashes on selecting view source on the default page
Revision 2014-06-26 14:30 by johndory
Description The browser_window_create lines in browser.c:
if (!(flags & BW_CREATE_HISTORY)) {
    if (!(flags & BW_CREATE_CLONE) || existing == NULL) {
will always assert because there is no BW_CREATE_HISTORY, or BW_CREATE_CLONE flag in the gtk/dialogs/source.c:
Revision 2014-06-26 15:13 by Vincent Sanders
Description The browser_window_create lines in browser.c:
if (!(flags & BW_CREATE_HISTORY)) {
    if (!(flags & BW_CREATE_CLONE) || existing == NULL) {
will always assert because there is no BW_CREATE_HISTORY, or BW_CREATE_CLONE flag in the gtk/dialogs/source.c:
Revision 2014-06-26 14:30 by johndory
Steps To Reproduce 1) Created user, git downloaded ns and libs.
2) Installed to cusom location. PREFIX=/home/user/local
3) Setup PKG_CONFIG_PATH=/home/user/local/lib/pkgconfig & PATH=/home/user/local/bin
4) Compile libs, compile nsgtk
5) Setup NETSURFRES=/home/user/local/share/netsurf
6) cd to home dir, run netsurf, click 'view', choose 'view source', boom.
 
Revision 2014-06-26 15:13 by Vincent Sanders
Steps To Reproduce 1) Created user, git downloaded ns and libs.
2) Installed to cusom location. PREFIX=/home/user/local
3) Setup PKG_CONFIG_PATH=/home/user/local/lib/pkgconfig & PATH=/home/user/local/bin
4) Compile libs, compile nsgtk
5) Setup NETSURFRES=/home/user/local/share/netsurf
6) cd to home dir, run netsurf, click 'view', choose 'view source', boom.