Hi Chris,
hmm, there are two related bug fixes in our "problem tracking database", which are
- PTS1142584 (autosave_end suspends wrong task if autosave is running, fixed in 2009 with MaxDB 7.6.06).
- PTS1208411 (kernel crash, because resume count of 345 is out of range of the allowed 0-1 value, fixed in 2012 with 7.6.06.24).
But unfortunately for you these fixes were only downported to 7.6 and no correction was done for 7.5.
If you attach the callstack here, I can let you know if your crash indeed matches a known issue e.g. here is the callstack from PTS1208411:
2009-11-10 15:07:22
T71 Bad resume count detected:345
Symbolic Stack Back Trace 0: eo670_CTraceStackOCB
1: vabort
2: en56_StoreResumer_17_3
3: en56_remvresume
4: NextScheduledTask__21RTETask_TaskSchedulerFv
5: vsuspend
6: Suspend__12RTETask_TaskFUi
7: Run__13SrvTasks_TaskFv
8: Kernel_NonUserTask__FR13RTETask_ITaskR13Trans_ContextR20SAPDBErr_MessageList
9: Kernel_Main__FR13RTETask_ITask
10: RTETask_TaskMain
11: en88_CallKernelTaskMain__FP9TASK_TYPE
12: en88_CallCoroutineKernelTaskMain
...
Thorsten