Bugzilla – Bug 3236
debug handler crashes on x86_64
Last modified: 2005-04-27 10:00:21
You need to log in before you can comment on or make changes to this bug.
Programs which use the debug handler with wsc will crash on x86_64. In 2 spots, an int is passed in where a size_t is required. Those are different sizes on that architecture. (seen with 4.0.0rc4)
Created an attachment (id=597) [details] debug_handler_x86_64.diff Attached is a patch which fixes the debug handler for this architecture.
*** This bug has been marked as a duplicate of 3174 ***