Closed
Bug 62924
Opened 24 years ago
Closed 24 years ago
Crash when opening bookmark properties
Categories
(SeaMonkey :: Bookmarks & History, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ilmari, Assigned: bugs)
References
Details
(Keywords: crash, platform-parity, regression)
When attempting to view the properties of a bookmark, either from the context
menu or via Edit -> Properties... in the bookmark manager, Mozilla segfaults.
The messages printed on the console when selecting 'Properties...' are:
moo!moo!moo!field 'name' <== 'http://zvon.org/xxl/css1Reference/Output/index.html'
field 'shortcut' <== 'null'
field 'description' <== 'null'
field 'url' <== 'http://zvon.org/xxl/css1Reference/Output/index.html'
/home/ilmari/package/run-mozilla.sh: line 72: 18213 Segmentation fault
$prog ${1+"$@"}
Comment 2•24 years ago
|
||
No problem with 2000121404 trunk win32
Must be Linux only
Behaves slightly different on the previous build 2000121414:
No crash, but some console output:
moo!moo!moo!field 'name' <== 'Linux-Kernel Archive: Linux 2.4 Changes -
Wonderful World of Li'
field 'shortcut' <== 'null'
field 'description' <== 'null'
field 'url' <== 'http://www.uwsg.iu.edu/hypermail/linux/kernel/0007.2/0042.html'
Comment 4•24 years ago
|
||
Crashes in exactly the same way for me with Linux Build ID 20001421.
Comment 5•24 years ago
|
||
Sorry, that's Linux build ID 2000121421.
Confirming crash w/ linux SEA 2000121506
Crash also froze X when run in gdb (cursor got stuck.)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 8•24 years ago
|
||
yes, on my system 15.dec.2k i got a new window when clicking on
properties, that opens on the whole dimension of my screen, then
it freezes the whole mozilla.. the only solution to solve this was
ps -A
kill -9 <mozillapid>
;)
the same window appear, when having the password of a site saved....
Comment 9•24 years ago
|
||
This appears to be caused by some kind of infinite recursion. I'll
attempt to get a stacktrace for this.
Comment 10•24 years ago
|
||
Yes, linux-only apparently. Works for me on windows. nominating for beta1.
Comment 11•24 years ago
|
||
Caused by bug 63224. Please look at that one. Marking dependancy.
Depends on: 63224
Comment 12•24 years ago
|
||
*** Bug 63394 has been marked as a duplicate of this bug. ***
Comment 13•24 years ago
|
||
Another datapoint. On my OpenVMS trunk build:
moo!moo!moo!
JavaScript strict warning:
chrome://global/content/tabBindings.xml#tabbox.selectedTab (getter) line 7: func
tion onget does not always return a value
moo!moo!moo!field 'name' <== 'MozillaZine'
field 'shortcut' <== 'null'
field 'description' <== 'null'
field 'url' <== 'http://www.mozillazine.org/'
What's with the moo'ing? Relevant?
And the js warning. Relevant?
Colin.
Comment 14•24 years ago
|
||
*** Bug 63002 has been marked as a duplicate of this bug. ***
Comment 15•24 years ago
|
||
This bug doesn't seem to occur anymore (build 2000122610)
Comment 16•24 years ago
|
||
It's been magically fixed in bug 63224. Marking as such.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 17•24 years ago
|
||
Verifying, since no one else has done it.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•