View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0002159 | NetSurf | GTK-specific | public | 2014-06-26 13:30 | 2015-03-10 11:12 | ||||
Reporter | johndory | ||||||||
Assigned To | Vincent Sanders | ||||||||
Severity | trivial | Reproducibility | always | ||||||
Status | closed | Resolution | fixed | ||||||
Platform | Linux | OS | Arch linux | OS Version | Linux 3.15.1-1-Arch #1 SMP PREEM | ||||
Product Version | 3.2 | ||||||||
Target Version | Fixed in Version | 3.2 | |||||||
Summary | 0002159: nsgtk crashes on selecting view source on the default page | ||||||||
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: | ||||||||
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. | ||||||||
Additional Information | created a simple patch and works, however I'm not confident on whether the issue is address properly. | ||||||||
Tags | No tags attached. | ||||||||
Fixed in CI build # | |||||||||
Reported in CI build # | |||||||||
URL of problem page | |||||||||
Attached Files |
|
![]() |
|
Vincent Sanders (administrator) 2014-07-08 13:22 |
I am completely unable to reproduce this either from the about:welcome default or about:blank can you run netsurf with -v and attach the resulting log to this bug please? |
Vincent Sanders (administrator) 2014-07-19 10:54 |
OK to reproduce this needs to be the blank window not the welcome page |
Vincent Sanders (administrator) 2015-03-10 11:12 |
Confirmed fixed in 3.2 release |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2014-06-26 13:30 | johndory | New Issue | |
2014-06-26 13:30 | johndory | File Added: report_0001.diff | |
2014-06-26 14:13 | Vincent Sanders | Assigned To | => Vincent Sanders |
2014-06-26 14:13 | Vincent Sanders | Status | new => acknowledged |
2014-06-26 14:13 | Vincent Sanders | Product Version | => 3.2 |
2014-06-26 14:13 | Vincent Sanders | Description Updated | View Revisions |
2014-06-26 14:13 | Vincent Sanders | Steps to Reproduce Updated | View Revisions |
2014-07-08 13:22 | Vincent Sanders | Note Added: 0000403 | |
2014-07-08 13:22 | Vincent Sanders | Reproducibility | always => unable to reproduce |
2014-07-08 13:22 | Vincent Sanders | Status | acknowledged => feedback |
2014-07-19 10:54 | Vincent Sanders | Note Added: 0000417 | |
2014-07-19 10:54 | Vincent Sanders | Reproducibility | unable to reproduce => always |
2014-07-19 10:54 | Vincent Sanders | Status | feedback => confirmed |
2014-07-21 00:20 | Vincent Sanders | Status | confirmed => resolved |
2014-07-21 00:20 | Vincent Sanders | Resolution | open => fixed |
2014-07-21 00:20 | Vincent Sanders | Fixed in Version | => 3.2 |
2015-03-10 11:12 | Vincent Sanders | Note Added: 0000717 | |
2015-03-10 11:12 | Vincent Sanders | Status | resolved => closed |