Closed
Bug 65058
Opened 25 years ago
Closed 25 years ago
NamedMap::remove hash horkage with BucketItem::prev
Categories
(Core :: XSLT, defect)
Core
XSLT
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: markushuebner, Assigned: axel)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
|
1.58 KB,
patch
|
Details | Diff | Splinter Review |
When going to the url
http://www.world-direct.com/gia/test
with the build 2001011020 Mozilla crashes.
| Reporter | ||
Updated•25 years ago
|
Severity: normal → critical
Priority: -- → P2
Comment 1•25 years ago
|
||
<?xml version='1.0' encoding='iso-8859-1'?><?xml-stylesheet version='1.0'
type='text/xsl' href='GolfClubsOverview.xsl'?><sal_output version="1.0">
First line is this. Doesn't crash for me in 0.7 and 2001010904 win32.
| Reporter | ||
Comment 2•25 years ago
|
||
got the info on #transformiix that in xsl-sorting it releases an nsString
that's null.
Component: Browser-General → XSLT
| Reporter | ||
Updated•25 years ago
|
Priority: P2 → --
Comment 3•25 years ago
|
||
not crashing cvs pull from today...
Assignee: asa → kvisco
QA Contact: doronr → kvisco
Comment 4•25 years ago
|
||
Does not crash for me on win2k/ build 2001010620
Comment 5•25 years ago
|
||
WORKSFORME
Platform: PC
OS: Windows 98
Mozilla Build: 2001010904
Marking WORKSFORME.
Reopen if this reoccurs in the latest nightlies.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 6•25 years ago
|
||
Just tried build 20010111 and it still crashes.
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 7•25 years ago
|
||
Just to clear things up, what the original bug report fails to mention is that
you need to have the Transformiix XSLT module installed for the crash. If the
module is not installed, the XML file just loads and there's no crash. Markus,
please include more details in your bug reports.
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Reporter | ||
Comment 8•25 years ago
|
||
Sorry about that ... when I go to the page Mozilla just closes.
No error message or crash info at all!
| Assignee | ||
Comment 9•25 years ago
|
||
I don't think we can deal with this with the wrappers as they are, marking
a dependency.
And of course, it's more a Peter issue than Keith, so re-assigning.
Markus, that's just who would work on it, not that work started. Then the bug
will change to ASSIGNED.
Axel
| Assignee | ||
Comment 10•25 years ago
|
||
find the reason for this crasher. When removing a BucketItem from the NamedMap,
we didn't care about prev.
Patch coming in a minute, checkin tomorrow.
Axel
... updating alot of components
Assignee: peter.vanderbeken → axel
No longer depends on: 65237
Summary: browser crashes → NamedMap::remove hash horkage with BucketItem::prev
| Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 11•25 years ago
|
||
| Assignee | ||
Comment 12•25 years ago
|
||
checked in, r=peterv
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 13•25 years ago
|
||
Thank you Axel & Peter. You did a great job :)
You need to log in
before you can comment on or make changes to this bug.
Description
•