MantisBT - NetSurf  | |||||
| View Issue Details | |||||
| 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 | ||||
| Priority | normal | 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 | |||
| Fixed in CI build # | |||||
| Reported in CI build # | |||||
| URL of problem page | |||||
| 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. | ||||
| Relationships | |||||
| Attached Files | https://bugs.netsurf-browser.org/mantis/file_download.php?file_id=165&type=bug  | ||||
| Notes | |||||
| 
			 | 
	|||||
			
  | 
		
			
  | 
	||||
| 
			 | 
	|||||
			
  | 
		
			
  | 
	||||
| 
			 | 
	|||||
			
  | 
		
			
  | 
	||||
| Issue History | |||||
| 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 | bug_revision_view_page.php?rev_id=1271#r1271 | ||
| 2014-06-26 14:13 | Vincent Sanders | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=1273#r1273 | ||
| 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 | ||