Bug 3706 - Com_Error in a VM syscall causes a recursive error on VM_Free
Status: RESOLVED DUPLICATE of bug 3585
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 normal
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2008-07-01 09:00 EDT by Amanieu d'Antras
Modified: 2008-07-01 16:36:52 EDT
0 users

See Also:



Description Amanieu d'Antras 2008-07-01 09:00:09 EDT
If Com_Error is called it will try to free the loaded qvms as it shutdowns the game. If Com_Error is called in a syscall then there will be a recursive error because VM_Free will refuse to free a VM that is in use.
Comment 1 Amanieu d'Antras 2008-07-01 16:36:52 EDT

*** This bug has been marked as a duplicate of bug 3585 ***