Welcome, Guest. Please login or register.

Author Topic: NetSurf OS3.x Issues  (Read 38224 times)

Description:

0 Members and 2 Guests are viewing this topic.

Offline wawrzon

Re: NetSurf OS3.x Issues
« Reply #29 from previous page: April 27, 2016, 09:46:44 PM »
just tried the last development version. images seem to display all right on rtg 32bit. the crash no matter uae version and cpu setting remains the same. but so far not confirmed by others i assume its my setup fault.
 

Offline wawrzon

Re: NetSurf OS3.x Issues
« Reply #30 on: April 28, 2016, 02:05:15 AM »
Quote from: chris;807650
NetSurf -v will produce a log.  That's useful for indicating where it crashes but doesn't necessarily pinpoint the exact location.

ah, i recall. i have forgotten that. thats good, might give some hint;)
 

Offline wawrzon

Re: NetSurf OS3.x Issues
« Reply #31 on: April 28, 2016, 02:15:01 AM »
i need to redirect the outputu to serial to catch the log orderly.
so far after a lot of ami_font_bm_open calls, which seem to process all fine there is browser_window_update_favicon in desktop/browser.c 1182
and then amiga/schedule.c 247amiga_scheduler_run callback with at the first sight possibly valid arguments. callback like that look like being executed alright previously

and thats it.
 

Offline wawrzon

Re: NetSurf OS3.x Issues
« Reply #32 on: April 28, 2016, 12:36:09 PM »
maybe running enforcer wouldnt be that bad idea after all, with the -v option we could roughly see where the write hits are coming from. then we could inspect suspicious segment of code closer, even if with deadwoods method inserting debug statements by hand. or maybe someone familiar with uae debugger could help single step it. it woul probably be the content of one function, wouldnt it?
 

Offline wawrzon

Re: NetSurf OS3.x Issues
« Reply #33 on: April 30, 2016, 11:40:00 AM »
now with winuaeenforcer i cannot trace the issue, it actually opened the wikipedia page. however i must correct myself. the images are not rendered correctly.
« Last Edit: April 30, 2016, 11:44:20 AM by wawrzon »