Bugzilla – Bug 316412
Improper gpointer->int casts in debugger
Last modified: 2007-09-15 21:24:34 UTC
---- Reported by bmaurer@users.sf.net 2004-11-07 14:00:45 MST ---- [benm@omega metadata]$ make clean all > /dev/null mono-debug-debugger.c: In function `mono_debugger_unhandled_exception': mono-debug-debugger.c:1420: warning: passing arg 3 of `mono_debugger_event' makes integer from pointer without a cast mono-debug-debugger.c: In function `mono_debugger_handle_exception': mono-debug-debugger.c:1439: warning: passing arg 3 of `mono_debugger_event' makes integer from pointer without a cast mono-debug-debugger.c: In function `mono_debugger_throw_exception': mono-debug-debugger.c:1457: warning: passing arg 3 of `mono_debugger_event' makes integer from pointer without a cast These are from thigns like: gboolean mono_debugger_unhandled_exception (gpointer addr, gpointer stack, MonoObject *exc) { if (!mono_debugger_initialized) return FALSE; // Prevent the object from being finalized. last_exception = exc; mono_debugger_event (MONO_DEBUGGER_EVENT_UNHANDLED_EXCEPTION, exc, addr); However, this doesnt work for a 64 bit box. ---- Additional Comments From martin@ximian.com 2004-12-08 18:24:45 MST ---- Fixed in SVN. Unknown operating system unknown. Setting to default OS "Other".