Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
12 crawler(s) on-line.
 97 guest(s) on-line.
 0 member(s) on-line.



You are an anonymous user.
Register Now!
 zipper:  32 mins ago
 pixie:  1 hr 6 mins ago
 fatbob_gb:  1 hr 47 mins ago
 lewishamilton0998:  1 hr 54 mins ago
 amigakit:  2 hrs 3 mins ago
 Hammer:  2 hrs 6 mins ago
 Rob:  3 hrs 5 mins ago
 Musashi5150:  3 hrs 9 mins ago
 VooDoo:  3 hrs 14 mins ago
 agami:  4 hrs 34 mins ago

/  Forum Index
   /  Amiga OS4 Software
      /  AmigaOS4.1 OWB Development whilst we wait?
Register To Post

Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 Next Page )
PosterThread
Fab 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 1:05:25
#601 ]
Super Member
Joined: 17-Mar-2004
Posts: 1178
From: Unknown

@itix

Which typically could be some method call from a null c++ object, for instance. But only LR and stackframe would give a real hint at what's going on, of course. The log isn't particularly helpful in this regard.

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 9:39:20
#602 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Itix & Fab

Sadly that crash 100% random. I can't found any situation, in which this crash will happens all the time.

And crash all the time without any stacktrace (i even lucky enough to catch even that what i have now, via serial cable). I will try today to cause 3-4 crashes of this kind, and will try to compare if addresses always the same or not, if crashes always looks the same or not and so on.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
COBRA 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 9:46:13
#603 ]
Super Member
Joined: 26-Apr-2004
Posts: 1809
From: Auckland, New Zealand

@kas1e

Are you using memguard?

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 9:48:22
#604 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@COBRA

Yes, always in background.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
itix 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 10:16:26
#605 ]
Elite Member
Joined: 22-Dec-2004
Posts: 3398
From: Freedom world

@kas1e

Addresses are useless. What you need is a segment name and offset and that is why SegTracker functionality would be useful.

Regardless of random nature of this crash your crashlog didnt have random crash at all. Jumping to 0xDEADF00D could only happen with uninitialized jump tables and such. Or, alternatively, using dead pointer. It is possible that memory region is reallocated by OWB or other application and initialized to contain 0xDEADF00D pattern.

When debugging try to look for other magic words, too.

_________________
Amiga Developer
Amiga 500, Efika, Mac Mini and PowerBook

 Status: Offline
Profile     Report this post  
Deniil715 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 10:19:32
#606 ]
Elite Member
Joined: 14-May-2003
Posts: 4236
From: Sweden

I was skiing yesterday evening so no coding.
But about this stupid close gadget again: It can be changed by the user now by replacing a file. I will replace the red X with the disabled version of the image which is a grey X

About a ReAction version. Hahaha! is the only thing I can say. You can't port MUI-OWB to ReAction. That would be the same as taking the raw webkit and write a new RA GUI from scratch, like Joerg did. We obviously won't do that. Just backporting from MUI4 to MUI3 proved to be 2 month more difficult that I could ever imaging. MUI4 has features that will cause MUI3 to crash or become terribly unstable in the most incomprehensible ways.

This crash seems like a difficult one. I think it is either related to some MUI4->3 part we missed or the text codepage translation stuff which I believe is different in our port.

_________________
- Don't get fooled by my avatar, I'm not like that (anymore, mostly... maybe only sometimes)
> Amiga Classic and OS4 developer for OnyxSoft.

 Status: Offline
Profile     Report this post  
Fab 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 10:33:33
#607 ]
Super Member
Joined: 17-Mar-2004
Posts: 1178
From: Unknown

I had warned kas1e that it wouldn't be a trivial port. :)
I have no idea where the crash could come from, but if you have doubts on the codesets.library equivalent for charset stuff, you can just disable it and see what happens.

By the way, the initial version of OWB for MorphOS took me about 3 weeks to code (and it already had many features such as download manager and so on).



 Status: Offline
Profile     Report this post  
Georg 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:01:40
#608 ]
Regular Member
Joined: 14-May-2003
Posts: 451
From: Unknown

@kas1e

If OWB uses multiple tasks/threads you could try this: call Forbid() early on in each of of them (also main task). Do not call Permit(). This should basically turn the tasks into cooperative-task-switching
mode. They should still work normally, because Wait() breaks Forbid state, so it should not cause the system to hang in Forbid state (would only happen with task which busy loops all the time without ever triggering a Wait()).

If with this, the app becomes more stable, it's a hint about what could be wrong.

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:17:22
#609 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Itix
Quote:

Regardless of random nature of this crash your crashlog didnt have random crash at all.


I mean its random visually. I.e. i start to browse the net, come to one site, then to another, then type on message, another one, swith there to there, and then after a while - that "random visually but not random in general" crash. For now i write this message from the mui-owb, and pretty possible that when i will choice preview, or for example post comment, it will crash. Or maybe not, and i will continue , to another sites, and babah, on some site where all was fine before, i have the crash.

Or even when i just will only go to new site, without typing anything. I mean catch visually some place where crash happens everytime looks like unpossible.

ps. was lucky enough, and no crash while write that answer

Last edited by kas1e on 25-Feb-2011 at 11:17 AM.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Fab 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:18:17
#610 ]
Super Member
Joined: 17-Mar-2004
Posts: 1178
From: Unknown

@kas1e

It could also be a flaky curl port.

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:21:05
#611 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Fab

But i change nothing in curl when port it , its have as i understand only one problem now : broken "file uri", but all the other stuff should be ok imho by default ? (still not crash, one more message from mui-owb).

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:27:05
#612 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@all

So, after i type 2 messages here, visit about 10 sites, i just come to one more site as usuall (which i visit few mins ago), and then after loading of some part of site, its crashes the same way.

There is that second crash log

The nature of crash the same as before: all works works, then at some point small stop on a second, then all continue to works for 2 seconds more, and then window totally lockup. On this stage OWB crashes, GR/digiclock and workbnench itself crashes.

Then after i try to press buttons/mouses on WB , then input.device are crashes as well.

Should to add that i do really nothing, only what i do : type addresses in the url string, and do some replyes on AW.net, then when i type address , it start to loads, and crashes.

@itix
LR always the same btw : LR: 7FFF690C , as with first crash and same with second one.

Last edited by kas1e on 25-Feb-2011 at 11:33 AM.
Last edited by kas1e on 25-Feb-2011 at 11:29 AM.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
samo79 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:33:12
#613 ]
Elite Member
Joined: 13-Feb-2003
Posts: 3505
From: Italy, Perugia

@kas1e

Did you try to just type an address and then leave OWB as is for a certain period of time ?

For example goto "www.google.com" and then don't touch anythings for a while (wait 5 or so minutes for example)

_________________
BACK FOR THE FUTURE

http://www.betatesting.it/backforthefuture

Sam440ep Flex 800 Mhz 1 GB Ram + AmigaOS 4.1 Update 6
AmigaOne XE G3 800 Mhz - 640 MB Ram - Radeon 9200 SE + AmigaOS 4.1 Update 6

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:34:11
#614 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@samo79

I yesterday leave mui-owb on some site (auto-refreshed one), for i think whole night, and no crashes was if i remember right.

Now, i am on google.com for about 5 minuts already, and waiting (no crash).

Last edited by kas1e on 25-Feb-2011 at 11:57 AM.
Last edited by kas1e on 25-Feb-2011 at 11:56 AM.
Last edited by kas1e on 25-Feb-2011 at 11:40 AM.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 11:55:35
#615 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@samo79

about 20 minuts on google.com without touch of owb - no crash. Cursor blinking in search field of google.com, and all works, no crash.

edit1: 30 minuts no crash as well

edit2: 40, and no crash. So its something which happens when you still do something. Browsing or such..

I remember you say that you have some site which autorefreshes every minut or so ? Some .it site ? Can you please give a link, i will try the same with it.

Last edited by kas1e on 25-Feb-2011 at 12:09 PM.
Last edited by kas1e on 25-Feb-2011 at 12:01 PM.
Last edited by kas1e on 25-Feb-2011 at 11:56 AM.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Troels 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 12:12:15
#616 ]
Elite Member
Joined: 8-Mar-2003
Posts: 2005
From: Unknown

@kas1e
Livescore.com autorefreshes.

_________________

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 12:13:50
#617 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

After i leave google.com for 40 minuts , then i type in google "blalba", do search. Then go to arosworld.org - same crash.

If i reboot, and go to arosworld.org - no crash.

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 12:17:40
#618 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Troels
Quote:

Livescore.com autorefreshes.


5 minuts on it already after reboot

But did it refreshes all the time ? Or only few times in a hour ?

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Troels 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 12:24:07
#619 ]
Elite Member
Joined: 8-Mar-2003
Posts: 2005
From: Unknown

@kas1e

AFAIK every minute or so, at least if there's a match going on. Bottom of the page some leagues are playing now, look for Azerbadjan and Iran

_________________

 Status: Offline
Profile     Report this post  
kas1e 
Re: AmigaOS4.1 OWB Development whilst we wait?
Posted on 25-Feb-2011 12:27:43
#620 ]
Elite Member
Joined: 11-Jan-2004
Posts: 3549
From: Russia

@Troels

Swithing back to aos, and owb ask me to save "swf" .. Maybe you know any other auto-refreshes site without flash ?

_________________
Join us to improve dopus5!
zerohero's mirror of os4/os3 crosscompiler suites

 Status: Offline
Profile     Report this post  
Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 Next Page )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle