Bug 3236 - debug handler crashes on x86_64
: debug handler crashes on x86_64
Status: RESOLVED DUPLICATE of bug 3174
: C WS Core
Serialization/Transport
: development
: Other Linux
: P3 normal
: ---
Assigned To:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-04-27 07:47 by
Modified: 2005-04-27 10:00 (History)


Attachments
debug_handler_x86_64.diff (2.75 KB, patch)
2005-04-27 08:08, Joe Bester
Details


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-04-27 07:47:49
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)
------- Comment #1 From 2005-04-27 08:08:41 -------
Created an attachment (id=597) [details]
debug_handler_x86_64.diff

Attached is a patch which fixes the debug handler for this architecture.
------- Comment #2 From 2005-04-27 10:00:21 -------

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