Open
Bug 648755
Opened 14 years ago
Updated 3 years ago
firefox 4.0 shows an empty XML error screen when it should show "Server not found"
Categories
(Core :: XML, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: taxi, Unassigned)
Details
Attachments
(1 file)
|
129.55 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0) Gecko/20110406 Firefox/4.0
Build Identifier:
This is the first time I've seen that and I have the Tab containing it still open. So if you need something from that tab: Be fast!
As I sayed in the sumary: I wanted to go to a webside, misspelled the URL and landet at an empty XML error screen. I opened another tab after that, copy&pasted the wrong URL into it and it gave me a "server not found" error.
Sorry if this is the wrong categorie.
Reproducible: Couldn't Reproduce
Steps to Reproduce:
Go to a Website which doesn't exist.
Comment 2•14 years ago
|
||
What kind of build do you use ?
A Mozilla.org binary one, a build from for example Ubuntu or self compiled ?
This looks like a packaging issue...
I use a self compiled build (mozilla overlay, gentoo)
The only patch I can see is this one:
--- a/browser/installer/package-manifest.in 2011-03-24 23:01:23.543000001 -0500
+++ b/browser/installer/package-manifest.in 2011-03-24 23:02:01.927000001 -0500
@@ -444,6 +444,7 @@
; [Default Preferences]
; All the pref files must be part of base to prevent migration bugs
+@BINPATH@/@PREF_DIR@/all-gentoo.js
@BINPATH@/@PREF_DIR@/firefox.js
@BINPATH@/@PREF_DIR@/firefox-branding.js
@BINPATH@/@PREF_DIR@/channel-prefs.js
But I hadn't a deeper look at the ebuild.
And I use for myself a patch which replaces Alsa with OSS. But I don't think it is related in here?
diff -Nru mozilla-2.0.orig/configure.in mozilla-2.0/configure.in
--- mozilla-2.0.orig/configure.in 2011-03-19 00:33:33.000000000 +0100
+++ mozilla-2.0/configure.in 2011-04-06 15:37:25.000000000 +0200
@@ -6271,15 +6271,16 @@
dnl ========================================================
dnl If using sydneyaudio with Linux, ensure that the alsa library is available
-if test -n "$MOZ_SYDNEYAUDIO"; then
- case "$target_os" in
-linux*)
- PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
- [echo "$MOZ_ALSA_PKG_ERRORS"
- AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])])
- ;;
- esac
-fi
+#if test -n "$MOZ_SYDNEYAUDIO"; then
+# case "$target_os" in
+#linux*)
+# PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
+# [echo "$MOZ_ALSA_PKG_ERRORS"
+# AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package lib
+#asound2-dev.)])])
+# ;;
+# esac
+#fi
dnl ========================================================
dnl Splashscreen
Dateien mozilla-2.0.orig/content/xbl/crashtests/404125-1.xhtml und mozilla-2.0/content/xbl/crashtests/404125-1.xhtml sind verschieden.
diff -Nru mozilla-2.0.orig/media/libsydneyaudio/src/Makefile.in mozilla-2.0/media/libsydneyaudio/src/Makefile.in
--- mozilla-2.0.orig/media/libsydneyaudio/src/Makefile.in 2011-03-19 00:34:01.000000000 +0100
+++ mozilla-2.0/media/libsydneyaudio/src/Makefile.in 2011-04-06 15:38:11.551887148 +0200
@@ -57,7 +57,7 @@
$(NULL)
else ifeq ($(OS_ARCH),Linux)
CSRCS = \
- sydney_audio_alsa.c \
+ sydney_audio_oss.c \
$(NULL)
endif
Oh sorry, I've read "patching issue" and not "packaging issue" when I read this the first time.
But if it's a packaging issue, shouldn't it happen every time?
Updated•3 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•