Your message dated Tue, 26 Dec 2006 14:10:46 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Mozilla segfaults when it executes a simple XUL file
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mozilla-browser
Version: 2:1.2.1-9
Severity: normal
Tags: sid
Mozilla segfaults when it executes a simple XUL file :
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<!--window
id="findfile-window"
title="Find Files"
orient="horizontal"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"-->
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="getFile();" id="window" orient="horizontal">
<script type="application/x-javascript">
function getFile() {
var nsIFilePicker = Components.interfaces.nsIFilePicker;
var nsISupports = Components.interfaces.nsISupports;
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
var fpClass = Components.classes["@mozilla.org/filepicker;1"];
var fp = fpClass.createInstance(nsIFilePicker,nsISupports);
fp.init(this, "Select a File", nsIFilePicker.modeOpen);
var res=fp.show();
if (res==nsIFilePicker.returnOK){
var thefile=fp.file;
// --- do something with the file here ---
alert('foo');
} else {
alert('bar');
}
}
</script>
<vbox align="left">
<label style="font-weight: bold;"
value="Hello, Welcome to the xFly" />
<image src="http://books.mozdev.org/xfly.gif" />
<button label="hello xFly" oncommand="getFile();" />
</vbox>
</window>
<!-- vim: set syntax=xml tabstop=2 shiftwidth=2 :
EOF -->
Here is an excerpt of the backtrace :
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 5224)]
0x4170a999 in NSGetModule () from
/usr/lib/mozilla/components/libfileview.so
(gdb) bt
#0 0x4170a999 in NSGetModule ()
from /usr/lib/mozilla/components/libfileview.so
#1 0x40192118 in XPTC_InvokeByIndex () from /usr/lib/libxpcom.so
#2 0x40867465 in NSGetModule ()
from /usr/lib/mozilla/components/libxpconnect.so
#3 0x4086d5b5 in NSGetModule ()
from /usr/lib/mozilla/components/libxpconnect.so
#4 0x40093222 in js_Invoke () from /usr/lib/libmozjs.so
#5 0x4009a8b5 in js_Interpret () from /usr/lib/libmozjs.so
#6 0x40093280 in js_Invoke () from /usr/lib/libmozjs.so
#7 0x4009348a in js_InternalInvoke () from /usr/lib/libmozjs.so
#8 0x40073fa1 in JS_CallFunctionValue () from /usr/lib/libmozjs.so
#9 0x410998e9 in NSGetModule () from /usr/lib/mozilla/components/libjsdom.so
HTH.
Guillaume
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux oyster 2.4.20 #10 jeu déc 26 17:13:28 CET 2002 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set)
Versions of packages mozilla-browser depends on:
ii debconf 1.2.21 Debian configuration management sy
ii libc6 2.3.1-9 GNU C Library: Shared libraries an
ii libglib1.2 1.2.10-6 The GLib library of C routines
ii libgtk1.2 1.2.10-14 The GIMP Toolkit set of widgets fo
ii libnspr4 2:1.2.1-9 Netscape Portable Runtime Library
ii libstdc++2.10-glibc2.2 1:2.95.4-15 The GNU stdc++ library
ii psmisc 21.2-1 Utilities that use the proc filesy
ii xlibs 4.2.1-4 X Window System client libraries
ii zlib1g 1:1.1.4-9 compression library - runtime
-- debconf information:
* mozilla/dsp: auto
* mozilla/gdkxft_note:
* mozilla/prefs_note:
* mozilla/freetype: true
--
Guillaume Morin <[EMAIL PROTECTED]>
Le jour de mon enterrement j'irais bien faire du skate entre les
tombes tranquillement déguisé en pas moi (Dionysos)
--- End Message ---
--- Begin Message ---
Version: 2:1.8+1.0.6-1
I cannot reproduce this with iceape 1.0.6-1. (The provided xul file
works.) If you can reproduce it please (ask us to) re-open the bug and
reassign it to iceape-browser.
cu andreas
--
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken. (c) Jasper Ffforde
--- End Message ---