Mailinglist Archive: opensuse-bugs (9718 mails)
| < Previous | Next > |
[Bug 342603] Firefox crashes after one second
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 27 Nov 2007 03:27:58 -0700 (MST)
- Message-id: <20071127102758.6DD2124538E@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=342603#c23
Richard Guenther <rguenther@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #23 from Richard Guenther <rguenther@xxxxxxxxxx> 2007-11-27
03:27:57 MST ---
It looks like FindCommonAncestor() is compiled differently by the VRP pass
with -fwrapv vs. -fno-wrapv. The following part is missing completely:
while (offset < 0) {
anc2 = anc2->GetParent();
++offset;
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Richard Guenther <rguenther@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
--- Comment #23 from Richard Guenther <rguenther@xxxxxxxxxx> 2007-11-27
03:27:57 MST ---
It looks like FindCommonAncestor() is compiled differently by the VRP pass
with -fwrapv vs. -fno-wrapv. The following part is missing completely:
while (offset < 0) {
anc2 = anc2->GetParent();
++offset;
}
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |