Welcome, Guest. Please login or register.

Author Topic: Bug in AmigaOS 3.9 ram-handler ?  (Read 4766 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline PiR

  • Full Member
  • ***
  • Join Date: Apr 2003
  • Posts: 148
    • Show all replies
Re: Bug in AmigaOS 3.9 ram-handler ?
« on: January 14, 2004, 03:54:29 PM »
Hi

I don't think they spoiled something working properly. However some things changed, so some things may appear, although not showing up earlier.

My first bet is running out of stack. Stack requirements for functions may change from one OS to another, and I guess the newer OS, the higher requirement...

The second choice would be calling function from Task (even not directly), where you must have complete Process structure.

There are some tools that can help you - most obviously with stack, but this looks like heavy tracing job for you.

Good luck