The amount of ABADCAFE in the log somewhat points to usage of uninitialized memory
Sent from my Xperia Z1
Search found 40 matches
- Sun Jun 15, 2014 2:37 pm
- Forum: General AmigaOS
- Topic: [SOLVED] OS freeze when using debug kernel with CPU Watcher
- Replies: 14
- Views: 8170
- Wed Oct 30, 2013 2:46 pm
- Forum: General Developer Support
- Topic: Kernal Update / Hollywood
- Replies: 2
- Views: 1653
Re: Kernal Update / Hollywood
After updating the Kernel via AmiUpdate in the last couple of weeks my Hollywood application Jack has become unstable. Define "unstable". Crashes ? Which ones ? DSI ? ISI ? Crashlog ? What machine ? There were some memory copy related changes recently, did you set the appropriate flags in...
- Tue Apr 03, 2012 10:19 am
- Forum: Platform: AmigaOne XE and MicroA1-C
- Topic: Swapping doesn't work with update 4.
- Replies: 18
- Views: 19235
Re: Swapping doesn't work with update 4.
Now, any beta tester, or even developer (:-o !!!) willing to risk their reputation by repeating this very very simple test case in a 100% controlled situation/environment causing a pretty certain lockup? ;-) Remember that the source code is included so you can verify that the code is not at fault. ...
- Tue Apr 03, 2012 10:05 am
- Forum: Platform: AmigaOne XE and MicroA1-C
- Topic: Swapping doesn't work with update 4.
- Replies: 18
- Views: 19235
Re: Swapping doesn't work with update 4.
Question: Did it work prior to Update 4 ?
- Fri Dec 09, 2011 3:02 pm
- Forum: General AmigaOS
- Topic: SWAP broken
- Replies: 11
- Views: 8753
Re: [BUG] SWAP broken
I just made a very simple CLI tool to test memory allocations using MEMF_VIRTUAL. http://hem.bredband.net/deniil/files/swaptest.lha Why MEMF_VIRTUAL ? Have you actually checked the autodocs ? If yes, where does it even mention MEMF_VIRTUAL ? MEMF_VIRTUAL is NOT for memory allocations. Use either ME...
- Tue Oct 25, 2011 8:30 pm
- Forum: General Developer Support
- Topic: AllocVecTags
- Replies: 16
- Views: 11600
Re: AllocVecTags
But on the other hand it would make sense if AllocVecTags() doesn't allow impossible combinations, returning NULL instead of an allocated object that is known to be crashing the next instruction. See my post again. As I said, it shouldn't crash, so I would like to see the crash it produces, or mayb...
- Tue Oct 25, 2011 1:00 pm
- Forum: General Developer Support
- Topic: AllocVecTags
- Replies: 16
- Views: 11600
Re: AllocVecTags
I can't but rephrase that i am rather disappointed that "the SDK does not provide more in detecting wong input to functions with a limited number of acceptable parameter values" If the easiest solution to this means that such library functions should be rewritten to fail more gracefully a...
- Mon Sep 26, 2011 11:17 am
- Forum: Forum Questions
- Topic: The following words in your search query were ignored
- Replies: 2
- Views: 6941
Re: The following words in your search query were ignored
It's a problem of the forum software. Nothing that can be done about it.
- Tue Aug 02, 2011 11:02 am
- Forum: General AmigaOS
- Topic: Suggestion: Click Cursor Position in CLI
- Replies: 14
- Views: 9040
Re: Suggestion: Click Cursor Position in CLI
Suggestion: Click a Cursor Position on a CLI command. example: workbench:> assign work:test/ Click with the Mouse on w of "work" to change it to backup What would that actually do ? Where does "backup" come from and how should the mouseclick know what to exchange the word for ?
- Tue Jul 26, 2011 2:18 pm
- Forum: SDK Support
- Topic: SDK evolution
- Replies: 13
- Views: 13944
Re: SDK evolution
I rechecked now: -lauto is not mentioned but obviously works end is helpfull in the porting from OS3 to OS4. It would be good that the gcc --help mentions it. -lauto is not a command line obtion, actually... -l is, and that's documented. All -lauto does is to link with libauto.a So a) "-lauto&...