bugGNUzilla - Bugs: bug #31717, Icecat fails to load after...

 
 

bug #31717: Icecat fails to load after installing extensions from Ubuntu's repository

Submitter:  None
Submitted:  Sun 21 Nov 2010 02:33:01 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  JY Originator Email:  -email is unavailable-
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 21 Oct 2014 08:20:42 PM UTC, comment #2: 

This is working on current versions.

Ruben Rodriguez <rubenquidam>
Group administrator
Thu 31 Mar 2011 04:28:40 PM UTC, comment #1: 

I encountered the same problem in Debian 6.0.1 (amd64), uninstalling several xul-ext-* Icecat/Iceweasel extensions (torbutton was one of them) from the repository. This was on Icecat 3.6.16 compiled from source (for the 64bit version) with default settings.

User Solution:
1) In the terminal, run: icecat -safe-mode
2) Do not make any changes permanent when prompted by Icecat in safe-mode.
3) Quit Icecat's safe-mode instance.
4) Icecat ("non-safe-mode") should load and run normally.

Anonymous
Sun 21 Nov 2010 02:33:01 AM UTC, original submission:  

After installing every possible extension in ubuntu's repository with xul-ext-*, icecat fails to load. The strace is below. This same bug does not affect Firefox.

strace icecat
execve("/usr/bin/icecat", ["icecat"], [/* 40 vars */]) = 0
brk(0)                                  = 0x905a000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb782d000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=123249, ...}) = 0
mmap2(NULL, 123249, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb780e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@n\1\0004\0\0\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1421892, ...}) = 0
mmap2(NULL, 1427880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x697000
mmap2(0x7ee000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x157) = 0x7ee000
mmap2(0x7f1000, 10664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f1000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb780d000
set_thread_area({entry_number:-1 -> 6, base_addr:0xb780d8d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
mprotect(0x7ee000, 8192, PROT_READ)     = 0
mprotect(0x805c000, 4096, PROT_READ)    = 0
mprotect(0x67f000, 4096, PROT_READ)     = 0
munmap(0xb780e000, 123249)              = 0
getpid()                                = 4968
rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
geteuid32()                             = 1000
brk(0)                                  = 0x905a000
brk(0x907b000)                          = 0x907b000
getppid()                               = 4967
stat64("/home/jy", {st_mode=S_IFDIR|0700, st_size=20480, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0700, st_size=20480, ...}) = 0
open("/usr/bin/icecat", O_RDONLY)       = 3
fcntl64(3, F_DUPFD, 10)                 = 10
close(3)                                = 0
fcntl64(10, F_SETFD, FD_CLOEXEC)        = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGINT, {0x8056690, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
read(10, "#!/bin/sh\n#\n# *** BEGIN LICENS"..., 8192) = 3940
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4969
close(4)                                = 0
read(3, "/usr/bin\n", 128)              = 9
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4969
--- SIGCHLD (Child exited) @ 0 (0) ---
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4970
close(4)                                = 0
read(3, "icecat\n", 128)                = 7
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4970
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("/usr/bin/run-icecat.sh", 0xbfe2b510) = -1 ENOENT (No such file or directory)
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4971
close(4)                                = 0
read(3, "/home/jy\n", 128)              = 9
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4971
--- SIGCHLD (Child exited) @ 0 (0) ---
lstat64("/usr/bin/icecat", {st_mode=S_IFLNK|0777, st_size=20, ...}) = 0
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4972
close(4)                                = 0
read(3, "icecat\n", 128)                = 7
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4972
--- SIGCHLD (Child exited) @ 0 (0) ---
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4973
close(4)                                = 0
read(3, "/usr/bin\n", 128)              = 9
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4973
--- SIGCHLD (Child exited) @ 0 (0) ---
chdir("/usr/bin")                       = 0
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4974
close(4)                                = 0
read(3, "../lib/icecat/icecat\n", 128)  = 21
read(3, "", 128)                        = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4974
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4977
close(4)                                = 0
read(3, "icecat\n", 128)                = 7
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4977
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("../lib/icecat/icecat", {st_mode=S_IFREG|0777, st_size=3940, ...}) = 0
geteuid32()                             = 1000
getgid32()                              = 1000
getegid32()                             = 1000
getgroups32(0, NULL)                    = 8
getgroups32(8, [4, 20, 24, 46, 105, 118, 121, 1000]) = 8
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4978
close(4)                                = 0
read(3, "../lib/icecat\n", 128)         = 14
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4978
--- SIGCHLD (Child exited) @ 0 (0) ---
stat64("../lib/icecat/run-icecat.sh", {st_mode=S_IFREG|0755, st_size=10445, ...}) = 0
geteuid32()                             = 1000
getgid32()                              = 1000
getegid32()                             = 1000
getgroups32(0, NULL)                    = 8
getgroups32(8, [4, 20, 24, 46, 105, 118, 121, 1000]) = 8
chdir("/usr/lib/icecat")                = 0
pipe([3, 4])                            = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4979
close(4)                                = 0
read(3, "/usr/lib/icecat\n", 128)       = 16
read(3, "", 128)                        = 0
close(3)                                = 0
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 4979
--- SIGCHLD (Child exited) @ 0 (0) ---
chdir("/home/jy")                       = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb780d938) = 4980
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 4980
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(1)

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rubenquidam (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-10-21 rubenquidam StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code