Re: Request for feedback

2012-10-06 Thread george greenfield
In message 52da69197bt...@netsurf-browser.org
  Michael Drake t...@netsurf-browser.org wrote:

 In article 800067da52.geo...@tiscali..co.uk,
george greenfield george.greenfi...@tiscali.co.uk wrote:
 
 BTW, a small plea to the developers: could the current release details
 be reinstated under 'Info' (Menu over NetSurf icon)? This (if
 possible) would make it easier to give NS release details when bug
 reporting. At the moment it just says '3.0 (Development)'.
 
 Please see:
 http://www.mail-archive.com/netsurf-users@netsurf-browser.org/msg04243.html
 
All clear - thanks.

-- 
george greenfield



Crashes on sites with frames

2012-10-06 Thread Chris Gransden
Platform  RISC OS
OS5.19  on Pandaboard
version   netsurf-2012-10-06_14-18-18/zip
browsing  http://www.archivemag.co.uk
error log

Running thread 0x5d13f4
  (  5d3868) pc:   45f160 lr:871bc sp:   5d386c  __write_backtrace()
  (  5d3894) pc:87120 lr:   45faac sp:   5d3898  ro_gui_signal()
  (  5d38bc) pc:   45fa94 lr:   45f788 sp:   5d38c0  __unixlib_exec_sig()
  (  5d3934) pc:   45f278 lr:   48a90c sp:   5d3938 
__unixlib_raise_signal()
  (  5d3944) pc:   48a8f0 lr:   467308 sp:   5d3948  raise()
  (  5d3958) pc:   4672cc lr:bee40 sp:   5d395c  abort()
  (  5d3978) pc:bed64 lr:beeb0 sp:   5d397c  _talloc_memdup()
  (  5d3990) pc:bee80 lr:53090 sp:   5d3994  talloc_strdup()
  (  5d39f0) pc:52938 lr:534a0 sp:   5d39f4  box_create_frameset()
  (  5d3a10) pc:5340c lr:5002c sp:   5d3a14  box_frameset()
  (  5d3b90) pc:4fb1c lr:9a43c sp:   5d3b94  convert_xml_to_box()
  (  5d3bb0) pc:9a3f4 lr:887d0 sp:   5d3bb4  schedule_run()
  (  5d3e6c) pc:8864c lr:35eb0 sp:   5d3e70  gui_poll()
  (  5d3e84) pc:35e8c lr: a0d4 sp:   5d3e88  netsurf_main_loop()
  (  5d3fe8) pc: 9a84 lr:   46dafc sp:   5d3fec  main()




Re: Crashes on sites with frames

2012-10-06 Thread Peter Young
On 6 Oct 2012  Chris Gransden chr...@care4free.net wrote:

 Platform  RISC OS
 OS5.19  on Pandaboard
 version   netsurf-2012-10-06_14-18-18/zip
 browsing  http://www.archivemag.co.uk
 error log

Same here with RISC OS 5.19 on ARMini; NetSurf-2012-10-05_23-21-14/zip

With best wishes,

Peter.



 Running thread 0x5d13f4
   (  5d3868) pc:   45f160 lr:871bc sp:   5d386c  __write_backtrace()
   (  5d3894) pc:87120 lr:   45faac sp:   5d3898  ro_gui_signal()
   (  5d38bc) pc:   45fa94 lr:   45f788 sp:   5d38c0  __unixlib_exec_sig()
   (  5d3934) pc:   45f278 lr:   48a90c sp:   5d3938
 __unixlib_raise_signal()
   (  5d3944) pc:   48a8f0 lr:   467308 sp:   5d3948  raise()
   (  5d3958) pc:   4672cc lr:bee40 sp:   5d395c  abort()
   (  5d3978) pc:bed64 lr:beeb0 sp:   5d397c  _talloc_memdup()
   (  5d3990) pc:bee80 lr:53090 sp:   5d3994  talloc_strdup()
   (  5d39f0) pc:52938 lr:534a0 sp:   5d39f4  box_create_frameset()
   (  5d3a10) pc:5340c lr:5002c sp:   5d3a14  box_frameset()
   (  5d3b90) pc:4fb1c lr:9a43c sp:   5d3b94  convert_xml_to_box()
   (  5d3bb0) pc:9a3f4 lr:887d0 sp:   5d3bb4  schedule_run()
   (  5d3e6c) pc:8864c lr:35eb0 sp:   5d3e70  gui_poll()
   (  5d3e84) pc:35e8c lr: a0d4 sp:   5d3e88  netsurf_main_loop()
   (  5d3fe8) pc: 9a84 lr:   46dafc sp:   5d3fec  main()





Re: Request for feedback

2012-10-06 Thread John-Mark Bell
On Sat, 2012-10-06 at 01:14 +, Chris Young wrote:
 Platform: AmigaOS 4.1
 File: NetSurf-2012-10-05_23-21-14.lha
 URL: http://www.danvk.org/wp/dragtable
 
 The above site freezes NetSurf as it fetches/displays.  I can't
 reproduce on the same Windows auto-build and have no way of testing on
 any of the other builds currently.

We can't reproduce this either, which suggests that it's an
Amiga-specific issue. That page does contain copious amounts of
non-latin text, if that helps.


J.




Re: Request for feedback

2012-10-06 Thread John-Mark Bell
On Sat, 2012-10-06 at 13:17 +, Chris Young wrote:
 Platform: AmigaOS 4.1
 File: NetSurf-2012-10-05_23-21-14.lha
 URL: http://us.asmodee.com
 
 Visiting the above site and clicking on Games causes a crash in
 libdom, as per the below stack trace:

Fixed.


J.




Re: Crashes on sites with frames

2012-10-06 Thread John-Mark Bell
On Sat, 2012-10-06 at 16:31 +0100, Chris Gransden wrote:
 Platform  RISC OS
 OS5.19  on Pandaboard
 version   netsurf-2012-10-06_14-18-18/zip
 browsing  http://www.archivemag.co.uk
 error log

Fixed.


J.




Re: Crashes on sites with frames

2012-10-06 Thread Peter Young
On 6 Oct 2012  John-Mark Bell j...@netsurf-browser.org wrote:

 On Sat, 2012-10-06 at 16:31 +0100, Chris Gransden wrote:
 Platform  RISC OS
 OS5.19  on Pandaboard
 version   netsurf-2012-10-06_14-18-18/zip
 browsing  http://www.archivemag.co.uk
 error log

 Fixed.

So it is. Blimey, that was quick; many thanks!

With best wishes,

Peter.

-- 
Peter   \  /  zfc Ta \ Prestbury, Cheltenham,  Glos. GL52
and  \/ ____  \  England.
family   / /  \ | | |\ | /  _  \  http://pnyoung.orpheusweb.co.uk
/  \__/ \_/ | \| \__/   \__ pnyo...@ormail.co.uk



Re: Crashes on sites with frames

2012-10-06 Thread Chris Newman
In article 2fbe7cda52.wra...@wra1th.plus.com,
   Gavin Wraith ga...@wra1th.plus.com wrote:
  On 6 Oct 2012  John-Mark Bell j...@netsurf-browser.org wrote:
  
   On Sat, 2012-10-06 at 16:31 +0100, Chris Gransden wrote:
   Platform  RISC OS
   OS5.19  on Pandaboard
   version   netsurf-2012-10-06_14-18-18/zip
   browsing  http://www.archivemag.co.uk
   error log
  
   Fixed.
  
  So it is. Blimey, that was quick; many thanks!

 Unfortunately, at least for me (Iyonix RO 5.18),
 netsurf-2012-10-06_14-18-18/zip crashes on http://www.archivemag.co.uk/

I was about to report Archive mag sit was working on RiscPC 700  Adjust 4.39
using previous build but then I saw the fix  got
netsurf-2012-10-06_14-18-18/zip now it crashes...

(0.00) desktop/netsurf.c netsurf_init 159: version '3.0 (Development)'
(0.00) desktop/netsurf.c netsurf_init 166: NetSurf on RISC OS, node
riscpc.nom, release 4.39, version 20040511-001, machine armv4l
(0.00) desktop/netsurf.c netsurf_init 168: Using 'NetSurf:Choices' for
Options file
(0.04) image/image_cache.c image_cache_init 380: Image cache initilised
with a limit of 550502 hysteresis of 110100
(0.08) content/fetchers/curl.c fetch_curl_register 166: curl_version
libcurl/7.27.0 OpenSSL/1.0.1c zlib/1.2.7 c-ares/1.9.1
(0.20) utils/useragent.c user_agent_build_string 72: Built user agent
NetSurf/3.0 (RISC OS; armv4l)
(0.20) content/fetchers/curl.c fetch_curl_register 212: ca_bundle:
'NetSurf:Resources.ca-bundle'
(0.20) content/fetchers/curl.c fetch_curl_register 228: cURL linked
against openssl
(0.20) content/fetchers/curl.c fetch_curl_initialise 285: Initialise cURL
fetcher for http
(0.20) content/fetchers/curl.c fetch_curl_initialise 285: Initialise cURL
fetcher for https
(0.20) content/fetchers/data.c fetch_data_initialise 65:
fetch_data_initialise called for data
(0.21) content/llcache.c llcache_initialise 2199: llcache initialised
with a limit of 1651507 bytes
(0.23) utils/messages.c messages_load 124: Loading Messages from
'NetSurf:Resources.en.Messages'
(0.32) utils/messages.c messages_load 124: Loading Messages from
'NetSurf:Resources.LangNames'
(0.36) desktop/tree.c tree_set_icon_dir 179: Tree icon directory set to
NetSurf:Resources.Icons
(0.48) utils/filename.c filename_initialise 190: Temporary directory
location: Wimp$ScrapDir/WWW/NetSurf/Cache
(0.64) content/urldb.c urldb_load 351: Loading URL file
(0.89) content/urldb.c urldb_load 503: Successfully loaded URL file
(4.71) riscos/font.c ro_gui_wimp_desktop_font 546: desktop font
Homerton.Medium
(4.71) riscos/font.c ro_gui_wimp_desktop_font 562: family Homerton,
size 192, style 5
(4.97) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4140619
(4.97) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x41403d9
(5.10) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4144311
(5.11) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x41441f1
(5.11) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4143f89
(5.11) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4143bc1
(5.11) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4143979
(5.11) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4143731
(5.12) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4143529
(5.12) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4143409
(5.12) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x41432e9
(5.12) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x4144ad1
(5.12) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414b731
(5.14) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414b2b1
(5.16) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0xfffe
(5.16) riscos/gui.c ro_gui_check_resolvers 677: Inet$Resolvers
'192.168.0.1'
(5.18) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414b191
(5.19) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414b611
(5.53) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414b071
(5.54) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414b4f1
(6.06) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414af51
(6.07) riscos/wimp_event.c ro_gui_wimp_event_get_window 1595: Creating
structure for window 0x414b3d1

Re: Crashes on sites with frames

2012-10-06 Thread Michael Drake
In article 52da7e9ff0cvj...@waitrose.com,
   Chris Newman cvj...@waitrose.com wrote:
 In article 2fbe7cda52.wra...@wra1th.plus.com,
Gavin Wraith ga...@wra1th.plus.com wrote:
   On 6 Oct 2012  John-Mark Bell j...@netsurf-browser.org wrote:

On Sat, 2012-10-06 at 16:31 +0100, Chris Gransden wrote:
Platform  RISC OS
OS5.19  on Pandaboard
version   netsurf-2012-10-06_14-18-18/zip

   ^^^

browsing  http://www.archivemag.co.uk
error log

Fixed.

   So it is. Blimey, that was quick; many thanks!

  Unfortunately, at least for me (Iyonix RO 5.18),
  netsurf-2012-10-06_14-18-18/zip crashes on http://www.archivemag.co.uk/

^^^

 I was about to report Archive mag sit was working on RiscPC 700  Adjust
 4.39 using previous build but then I saw the fix  got
 netsurf-2012-10-06_14-18-18/zip now it crashes...

  ^^^

You've both got the same version that the bug was originally reported
with.  You'll need to use a later one to have any chance of seeing a fix.


This is one reason[1] why we hadn't meant to announce the general
availability[2] of development versions again.

[1]
http://www.mail-archive.com/netsurf-users@netsurf-browser.org/msg04243.html

[2]
http://www.mail-archive.com/netsurf-users@netsurf-browser.org/msg04220.html


It's not that we haven't received useful reports since asking for feedback
on the machine freeze issue.  It's that we don't have a good enough system
back in place yet* to keep the chances of well-meaning people wasting
their own time and ours to a minimum.

*We're working on it.

Best regards,

-- 

Michael Drake (tlsa)  http://www.netsurf-browser.org/



Re: Crashes on sites with frames

2012-10-06 Thread george greenfield
In message 52da7837d7chr...@care4free.net
  Chris Gransden chr...@care4free.net wrote:

 Platform  RISC OS
 OS5.19  on Pandaboard
 version   netsurf-2012-10-06_14-18-18/zip
 browsing  http://www.archivemag.co.uk
 error log
 
[snipped]

The site displays here without crashing, but the 'Archive' page header 
is partially obscured by the frame below ('A monthly magazine for 
users of RISC OS'), so is not displaying correctly. The links to the 
left seem to work OK, as do the sliders.

(NS-2012-10-02_20-23-02, running on RPCEmu 0.8.9/RO 4.02 on Win7 
(64-bit) PC).

George



-- 
george greenfield



Re: Request for feedback

2012-10-06 Thread Chris Young
On Sat, 06 Oct 2012 16:45:03 +0100, John-Mark Bell wrote:

 On Sat, 2012-10-06 at 01:14 +, Chris Young wrote:
  Platform: AmigaOS 4.1
  File: NetSurf-2012-10-05_23-21-14.lha
  URL: http://www.danvk.org/wp/dragtable
  
  The above site freezes NetSurf as it fetches/displays.  I can't
  reproduce on the same Windows auto-build and have no way of testing on
  any of the other builds currently.
 
 We can't reproduce this either, which suggests that it's an
 Amiga-specific issue. That page does contain copious amounts of
 non-latin text, if that helps.

It just appears to terminate without warning, which is odd (and I
don't see what would cause this?)

I'll try with one of my own builds in case it's something specific to
CI.

(18.803219) desktop/browser.c browser_window_go_post 849: bw 0x56d7dda8, url 
http://www.danvk.org/wp/dragtable
(18.809603) utils/url.c url_host_is_ip_address 124: WARNING: called with 
non-host 'www.google.co.uk/'
(18.830195) desktop/browser.c browser_window_go_post 970: Loading 
'http://www.danvk.org/wp/dragtable'
(18.839547) content/fetchers/curl.c fetch_curl_setup 365: fetch 0x56c67698, url 
'http://www.danvk.org/wp/dragtable'
(18.848337) utils/url.c url_host_is_ip_address 124: WARNING: called with 
non-host 'www.danvk.org/wp/dragtable'
(19.611637) content/fetchers/curl.c fetch_curl_done 820: done 
http://www.danvk.org/wp/dragtable
(19.614008) content/fetchers/curl.c fetch_curl_process_headers 1178: HTTP 
status code 301
(19.617387) content/fetchers/curl.c fetch_curl_process_headers 1189: 
FETCH_REDIRECT, 'http://www.danvk.org/wp/dragtable/'
(19.623230) content/fetchers/curl.c fetch_curl_abort 681: fetch 0x56c67698, url 
'http://www.danvk.org/wp/dragtable'
(19.627327) content/fetchers/curl.c fetch_curl_setup 365: fetch 0x56c661d0, url 
'http://www.danvk.org/wp/dragtable/'
(19.631494) content/fetchers/curl.c fetch_curl_stop 702: fetch 0x56c67698, url 
'http://www.danvk.org/wp/dragtable'
(20.401906) content/fetchers/curl.c fetch_curl_process_headers 1178: HTTP 
status code 200
(20.406648) content/content.c content__init 85: url 
http://www.danvk.org/wp/dragtable/ - 0x56c64fe0
(20.409188) content/content.c content_add_user 576: content 
http://www.danvk.org/wp/dragtable/ (0x56c64fe0), user 0x6efda040 0x590a83a8
***Command 'netsurf' returned with unfreed signals 3FE0!




Re: Request for feedback

2012-10-06 Thread Chris Young
On 6 Oct 2012 19:19:09 +, Chris Young wrote:

 On Sat, 06 Oct 2012 16:45:03 +0100, John-Mark Bell wrote:
 
  On Sat, 2012-10-06 at 01:14 +, Chris Young wrote:
   Platform: AmigaOS 4.1
   File: NetSurf-2012-10-05_23-21-14.lha
   URL: http://www.danvk.org/wp/dragtable
   
   The above site freezes NetSurf as it fetches/displays.  I can't
   reproduce on the same Windows auto-build and have no way of testing on
   any of the other builds currently.
  
  We can't reproduce this either, which suggests that it's an
  Amiga-specific issue. That page does contain copious amounts of
  non-latin text, if that helps.
 
 It just appears to terminate without warning, which is odd (and I
 don't see what would cause this?)
 
 I'll try with one of my own builds in case it's something specific to
 CI.

It does appear to be CI-related, as my own build from git is perfectly
happy on that page.

I'm using gcc 4.4.3.

Chris