[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
This was a really stupid bug and very easy to fix. Here is the patch: --- at-spi-1.7.6/atk-bridge/bridge.c~ 2006-02-27 12:28:13.0 -0500 +++ at-spi-1.7.6/atk-bridge/bridge.c2006-04-02 15:05:27.0 -0400 @@ -311,7 +311,7 @@ canonical_display_name = g_strdup (disp

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Sorry - I spoke too soon. This does not fix all the problems, only some of them (gnome-terminal works again, but firefox doesn't). Also, there are a number of other similar errors in the code, for which I have included another patch. I am actively trying to track this down, as it is very anno

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, here is the real bug, nailed to the wall. It is trying to free memory on the stack! I guess this just happens to not break on i386? Anyway, please apply this patch in addition to the above ones. Everything (yelp, firefox, etc) is working for me now. This should also resolve all of the

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread chpe
Just FYI, the (guint) casts bug is already filed upstream at http://bugzilla.gnome.org/show_bug.cgi?id=333883 . -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, actually, the fix noted above doesn't seem to really fix everything. Now update-notifier and some other programs are breaking. I think that there is something fundamentally wrong with the way that the atk-bridge is trying to free things here but I don't know enough about the internals of

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Sebastien Bacher
** Changed in: at-spi (Ubuntu) Assignee: (unassigned) => Daniel Holbach -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
** Bug watch added: GNOME Bug Tracker #333883 http://bugzilla.gnome.org//show_bug.cgi?id=333883 ** Also affects: at-spi (upstream) via http://bugzilla.gnome.org//show_bug.cgi?id=333883 Severity: Unknown Priority: Unknown Status: Unknown -- All GNOME programs segfault immedi

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
at-spi (1.7.7-0ubuntu2) dapper; urgency=low . * debian/patches/fix-64bit-casts.patch: - applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=333883 (Malone: #37760) * debian/patches/revert-memory-leak-fix.patch: - reverted patch from http://bugzilla.gnome.org/show_b

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-06-15 Thread Bug Watch Updater
** Changed in: at-spi (upstream) Status: Confirmed => Fix Released -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
This was a really stupid bug and very easy to fix. Here is the patch: --- at-spi-1.7.6/atk-bridge/bridge.c~ 2006-02-27 12:28:13.0 -0500 +++ at-spi-1.7.6/atk-bridge/bridge.c2006-04-02 15:05:27.0 -0400 @@ -311,7 +311,7 @@ canonical_display_name = g_strdup (disp

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Sorry - I spoke too soon. This does not fix all the problems, only some of them (gnome-terminal works again, but firefox doesn't). Also, there are a number of other similar errors in the code, for which I have included another patch. I am actively trying to track this down, as it is very anno

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, here is the real bug, nailed to the wall. It is trying to free memory on the stack! I guess this just happens to not break on i386? Anyway, please apply this patch in addition to the above ones. Everything (yelp, firefox, etc) is working for me now. This should also resolve all of the

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread chpe
Just FYI, the (guint) casts bug is already filed upstream at http://bugzilla.gnome.org/show_bug.cgi?id=333883 . -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, actually, the fix noted above doesn't seem to really fix everything. Now update-notifier and some other programs are breaking. I think that there is something fundamentally wrong with the way that the atk-bridge is trying to free things here but I don't know enough about the internals of

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Sebastien Bacher
** Changed in: at-spi (Ubuntu) Assignee: (unassigned) => Daniel Holbach -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
** Bug watch added: GNOME Bug Tracker #333883 http://bugzilla.gnome.org//show_bug.cgi?id=333883 ** Also affects: at-spi (upstream) via http://bugzilla.gnome.org//show_bug.cgi?id=333883 Severity: Unknown Priority: Unknown Status: Unknown -- All GNOME programs segfault immedi

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
at-spi (1.7.7-0ubuntu2) dapper; urgency=low . * debian/patches/fix-64bit-casts.patch: - applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=333883 (Malone: #37760) * debian/patches/revert-memory-leak-fix.patch: - reverted patch from http://bugzilla.gnome.org/show_b

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
This was a really stupid bug and very easy to fix. Here is the patch: --- at-spi-1.7.6/atk-bridge/bridge.c~ 2006-02-27 12:28:13.0 -0500 +++ at-spi-1.7.6/atk-bridge/bridge.c2006-04-02 15:05:27.0 -0400 @@ -311,7 +311,7 @@ canonical_display_name = g_strdup (disp

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Sorry - I spoke too soon. This does not fix all the problems, only some of them (gnome-terminal works again, but firefox doesn't). Also, there are a number of other similar errors in the code, for which I have included another patch. I am actively trying to track this down, as it is very anno

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, here is the real bug, nailed to the wall. It is trying to free memory on the stack! I guess this just happens to not break on i386? Anyway, please apply this patch in addition to the above ones. Everything (yelp, firefox, etc) is working for me now. This should also resolve all of the

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread chpe
Just FYI, the (guint) casts bug is already filed upstream at http://bugzilla.gnome.org/show_bug.cgi?id=333883 . -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, actually, the fix noted above doesn't seem to really fix everything. Now update-notifier and some other programs are breaking. I think that there is something fundamentally wrong with the way that the atk-bridge is trying to free things here but I don't know enough about the internals of

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Sebastien Bacher
** Changed in: at-spi (Ubuntu) Assignee: (unassigned) => Daniel Holbach -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
** Bug watch added: GNOME Bug Tracker #333883 http://bugzilla.gnome.org//show_bug.cgi?id=333883 ** Also affects: at-spi (upstream) via http://bugzilla.gnome.org//show_bug.cgi?id=333883 Severity: Unknown Priority: Unknown Status: Unknown -- All GNOME programs segfault immedi

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
at-spi (1.7.7-0ubuntu2) dapper; urgency=low . * debian/patches/fix-64bit-casts.patch: - applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=333883 (Malone: #37760) * debian/patches/revert-memory-leak-fix.patch: - reverted patch from http://bugzilla.gnome.org/show_b

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-06-15 Thread Bug Watch Updater
** Changed in: at-spi (upstream) Status: Confirmed => Fix Released -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-06-15 Thread Bug Watch Updater
** Changed in: at-spi (upstream) Status: Confirmed => Fix Released -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-06-15 Thread Bug Watch Updater
** Changed in: at-spi (upstream) Status: Confirmed => Fix Released -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
This was a really stupid bug and very easy to fix. Here is the patch: --- at-spi-1.7.6/atk-bridge/bridge.c~ 2006-02-27 12:28:13.0 -0500 +++ at-spi-1.7.6/atk-bridge/bridge.c2006-04-02 15:05:27.0 -0400 @@ -311,7 +311,7 @@ canonical_display_name = g_strdup (disp

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Sorry - I spoke too soon. This does not fix all the problems, only some of them (gnome-terminal works again, but firefox doesn't). Also, there are a number of other similar errors in the code, for which I have included another patch. I am actively trying to track this down, as it is very anno

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, here is the real bug, nailed to the wall. It is trying to free memory on the stack! I guess this just happens to not break on i386? Anyway, please apply this patch in addition to the above ones. Everything (yelp, firefox, etc) is working for me now. This should also resolve all of the

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread chpe
Just FYI, the (guint) casts bug is already filed upstream at http://bugzilla.gnome.org/show_bug.cgi?id=333883 . -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, actually, the fix noted above doesn't seem to really fix everything. Now update-notifier and some other programs are breaking. I think that there is something fundamentally wrong with the way that the atk-bridge is trying to free things here but I don't know enough about the internals of

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Sebastien Bacher
** Changed in: at-spi (Ubuntu) Assignee: (unassigned) => Daniel Holbach -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
** Bug watch added: GNOME Bug Tracker #333883 http://bugzilla.gnome.org//show_bug.cgi?id=333883 ** Also affects: at-spi (upstream) via http://bugzilla.gnome.org//show_bug.cgi?id=333883 Severity: Unknown Priority: Unknown Status: Unknown -- All GNOME programs segfault immedi

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
at-spi (1.7.7-0ubuntu2) dapper; urgency=low . * debian/patches/fix-64bit-casts.patch: - applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=333883 (Malone: #37760) * debian/patches/revert-memory-leak-fix.patch: - reverted patch from http://bugzilla.gnome.org/show_b

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-06-15 Thread Bug Watch Updater
** Changed in: at-spi (upstream) Status: Confirmed => Fix Released -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
This was a really stupid bug and very easy to fix. Here is the patch: --- at-spi-1.7.6/atk-bridge/bridge.c~ 2006-02-27 12:28:13.0 -0500 +++ at-spi-1.7.6/atk-bridge/bridge.c2006-04-02 15:05:27.0 -0400 @@ -311,7 +311,7 @@ canonical_display_name = g_strdup (disp

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Sorry - I spoke too soon. This does not fix all the problems, only some of them (gnome-terminal works again, but firefox doesn't). Also, there are a number of other similar errors in the code, for which I have included another patch. I am actively trying to track this down, as it is very anno

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, here is the real bug, nailed to the wall. It is trying to free memory on the stack! I guess this just happens to not break on i386? Anyway, please apply this patch in addition to the above ones. Everything (yelp, firefox, etc) is working for me now. This should also resolve all of the

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread chpe
Just FYI, the (guint) casts bug is already filed upstream at http://bugzilla.gnome.org/show_bug.cgi?id=333883 . -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, actually, the fix noted above doesn't seem to really fix everything. Now update-notifier and some other programs are breaking. I think that there is something fundamentally wrong with the way that the atk-bridge is trying to free things here but I don't know enough about the internals of

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Sebastien Bacher
** Changed in: at-spi (Ubuntu) Assignee: (unassigned) => Daniel Holbach -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
** Bug watch added: GNOME Bug Tracker #333883 http://bugzilla.gnome.org//show_bug.cgi?id=333883 ** Also affects: at-spi (upstream) via http://bugzilla.gnome.org//show_bug.cgi?id=333883 Severity: Unknown Priority: Unknown Status: Unknown -- All GNOME programs segfault immedi

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
at-spi (1.7.7-0ubuntu2) dapper; urgency=low . * debian/patches/fix-64bit-casts.patch: - applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=333883 (Malone: #37760) * debian/patches/revert-memory-leak-fix.patch: - reverted patch from http://bugzilla.gnome.org/show_b

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-06-15 Thread Bug Watch Updater
** Changed in: at-spi (upstream) Status: Confirmed => Fix Released -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
This was a really stupid bug and very easy to fix. Here is the patch: --- at-spi-1.7.6/atk-bridge/bridge.c~ 2006-02-27 12:28:13.0 -0500 +++ at-spi-1.7.6/atk-bridge/bridge.c2006-04-02 15:05:27.0 -0400 @@ -311,7 +311,7 @@ canonical_display_name = g_strdup (disp

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Sorry - I spoke too soon. This does not fix all the problems, only some of them (gnome-terminal works again, but firefox doesn't). Also, there are a number of other similar errors in the code, for which I have included another patch. I am actively trying to track this down, as it is very anno

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, here is the real bug, nailed to the wall. It is trying to free memory on the stack! I guess this just happens to not break on i386? Anyway, please apply this patch in addition to the above ones. Everything (yelp, firefox, etc) is working for me now. This should also resolve all of the

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread chpe
Just FYI, the (guint) casts bug is already filed upstream at http://bugzilla.gnome.org/show_bug.cgi?id=333883 . -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread dhd
Okay, actually, the fix noted above doesn't seem to really fix everything. Now update-notifier and some other programs are breaking. I think that there is something fundamentally wrong with the way that the atk-bridge is trying to free things here but I don't know enough about the internals of

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Sebastien Bacher
** Changed in: at-spi (Ubuntu) Assignee: (unassigned) => Daniel Holbach -- All GNOME programs segfault immediately on AMD64 https://launchpad.net/malone/bugs/37760 -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
** Bug watch added: GNOME Bug Tracker #333883 http://bugzilla.gnome.org//show_bug.cgi?id=333883 ** Also affects: at-spi (upstream) via http://bugzilla.gnome.org//show_bug.cgi?id=333883 Severity: Unknown Priority: Unknown Status: Unknown -- All GNOME programs segfault immedi

[Bug 37760] Re: All GNOME programs segfault immediately on AMD64

2006-04-02 Thread Daniel Holbach
at-spi (1.7.7-0ubuntu2) dapper; urgency=low . * debian/patches/fix-64bit-casts.patch: - applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=333883 (Malone: #37760) * debian/patches/revert-memory-leak-fix.patch: - reverted patch from http://bugzilla.gnome.org/show_b