After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 363005 - crash in sound-properties-capplet.c:478 [main]
crash in sound-properties-capplet.c:478 [main]
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Sound
2.16.x
Other All
: Immediate blocker
: 2.16
Assigned To: Control-Center Maintainers
Control-Center Maintainers
: 351002 366118 370054 371298 373479 373823 374264 375297 375421 375565 376705 376727 376817 376850 377661 377936 378406 379075 379641 379874 379938 380030 380101 380448 380562 381743 381811 381900 381967 382390 382524 383217 384099 384931 385036 385116 385495 385857 385884 386044 386376 386422 386893 386913 387335 387517 387699 388610 389059 389246 389252 390018 390124 390572 390777 391118 391157 391784 392175 392484 392803 393213 393631 393678 394122 394161 395116 396350 397021 398840 399147 399860 401186 401439 403512 403726 403939 404496 404996 405028 405073 405144 405397 405680 407029 408072 409359 411762 415432 415960 417138 417200 418279 418280 418350 418768 419488 420726 421630 422687 423345 423724 424189 425098 425953 427330 428447 428941 429385 429416 431277 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-17 23:18 UTC by j.spit
Modified: 2007-04-19 16:15 UTC
See Also:
GNOME target: 2.16.x
GNOME version: 2.15/2.16


Attachments
do proper dbus/libhal error handling. (2.15 KB, patch)
2007-01-04 23:18 UTC, Jan Arne Petersen
accepted-commit_now Details | Review

Description j.spit 2006-10-17 23:18:05 UTC
Version: 2.16.1

What were you doing when the application crashed?
start up gnome-sound-properties


Distribution: Gentoo Base System version 1.12.5
Gnome Release: 2.16.1 2006-10-15 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 20439040 vsize: 0 resident: 20439040 share: 0 rss: 11079680 rss_rlim: 0
CPU usage: start_time: 1161127000 rtime: 0 utime: 23 stime: 0 cutime:22 cstime: 0 timeout: 1 it_real_value: 0 frequency: 3

Backtrace was generated from '/usr/bin/gnome-sound-properties'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1226651984 (LWP 6821)]
0xffffe410 in __kernel_vsyscall ()
  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 main

Comment 1 Elijah Newren 2006-10-17 23:45:56 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Jan-Marten Spit 2006-10-20 20:34:42 UTC
(In reply to comment #1)
> Thanks for taking the time to report this bug.
> Unfortunately, that stack trace is missing some elements that will help a lot
> to solve the problem, so it will be hard for the developers to fix that crash.
> Can you get us a stack trace with debugging symbols? Please see
> http://live.gnome.org/GettingTraces for more information on how to do so.
> Thanks in advance!
> 

hi,

i mistyped my email address initially :) besides that, i had to recompile parts of my gentoo dist for debugging info, so that took some time. after that, the stacktrace reads:

Distribution: Gentoo Base System version 1.12.5
Gnome Release: 2.16.1 2006-10-19 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 21270528 vsize: 0 resident: 21270528 share: 0 rss: 11350016 rss_rlim: 0
CPU usage: start_time: 1161376426 rtime: 0 utime: 25 stime: 0 cutime:24 cstime: 0 timeout: 1 it_real_value: 0 frequency: 5

Backtrace was generated from '/usr/bin/gnome-sound-properties'

Using host libthread_db library "/lib/libthread_db.so.1".
`system-supplied DSO at 0xffffe000' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1227921744 (LWP 10954)]
0xffffe410 in __kernel_vsyscall ()
  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 libgnomeui_segv_handle
    at gnome-ui-init.c line 870
  • #3 <signal handler called>
  • #4 main
    at sound-properties-capplet.c line 478

thx!
Comment 3 Jan-Marten Spit 2006-10-23 14:45:23 UTC
if i strace it; it looks like the problem starts here:

socket(PF_FILE, SOCK_STREAM, 0)         = 15
connect(15, {sa_family=AF_FILE, path="/var/run/dbus/system_bus_socket"}, 33) = 0
fcntl64(15, F_GETFL)                    = 0x2 (flags O_RDWR)
fcntl64(15, F_SETFL, O_RDWR|O_NONBLOCK) = 0
fcntl64(15, F_GETFD)                    = 0
fcntl64(15, F_SETFD, FD_CLOEXEC)        = 0
getuid32()                              = 1000
rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
poll([{fd=15, events=POLLOUT, revents=POLLOUT}], 1, 0) = 1
write(15, "\0", 1)                      = 1
write(15, "AUTH EXTERNAL 31303030\r\n", 24) = 24
poll([{fd=15, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(15, "OK 94053c4579ada0494c37891a1ff69"..., 2048) = 37
poll([{fd=15, events=POLLOUT, revents=POLLOUT}], 1, -1) = 1
write(15, "BEGIN\r\n", 7)               = 7
poll([{fd=15, events=POLLIN|POLLOUT, revents=POLLOUT}], 1, -1) = 1
writev(15, [{"l\1\0\1\0\0\0\0\1\0\0\0n\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 128}, {"", 0}], 2) = 128
gettimeofday({1161614364, 353101}, NULL) = 0
poll([{fd=15, events=POLLIN, revents=POLLIN}], 1, 25000) = 1
read(15, "l\2\1\1\t\0\0\0\1\0\0\0=\0\0\0\6\1s\0\4\0\0\0:1.9\0\0\0"..., 2048) = 258
read(15, 0x81e4998, 2048)               = -1 EAGAIN (Resource temporarily unavailable)
fstat64(15, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl64(15, F_GETFL)                    = 0x802 (flags O_RDWR|O_NONBLOCK)
gettimeofday({1161614364, 354553}, NULL) = 0
writev(15, [{"l\1\0\1\30\0\0\0\2\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org"..., 144}, {"\23\0\0\0org.freedesktop.Hal\0", 24}], 2) = 168
gettimeofday({1161614364, 355548}, NULL) = 0
poll([{fd=15, events=POLLIN, revents=POLLIN}], 1, 25000) = 1
read(15, "l\2\1\1\4\0\0\0\3\0\0\0=\0\0\0\6\1s\0\4\0\0\0:1.9\0\0\0"..., 2048) = 84
read(15, 0x81e4998, 2048)               = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday({1161614364, 356458}, NULL) = 0
writev(15, [{"l\1\0\1\t\0\0\0\3\0\0\0\227\0\0\0\1\1o\0\34\0\0\0/org/"..., 168}, {"\4\0\0\0alsa\0", 9}], 2) = 177
gettimeofday({1161614364, 357491}, NULL) = 0
poll([{fd=15, events=POLLIN, revents=POLLIN}], 1, 25000) = 1
read(15, "l\3\1\1H\0\0\0\4\0\0\0u\0\0\0\6\1s\0\4\0\0\0:1.9\0\0\0"..., 2048) = 208
read(15, 0x81e4998, 2048)               = -1 EAGAIN (Resource temporarily unavailable)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
write(3, "\33\0\2\0\0\0\0\0", 8)        = 8
write(3, " \0\2\0\0\0\0\0", 8)          = 8
write(3, "%\0\1\0+\0\1\0", 8)           = 8
read(3, "\1\2^\0\0\0\0\0c- \1\4\0\0\0\0\0\0\0\4\0\0\0 \16\34\10"..., 32) = 32
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb6da46f8) = 20576
waitpid(20576, 
** (bug-buddy:20585): WARNING **: Couldn't load icon for Bonobo Component Browser

** (bug-buddy:20585): WARNING **: Couldn't load icon for Open Folder
0xbfc5c698, 0)           = ? ERESTARTSYS (To be restarted)
--- SIGCONT (Continued) @ 0 (0) ---
waitpid(20576, ptrace: Operation not permitted.
/home/spjm/20491: No such file or directory.
No stack.
/usr/share/bug-buddy/gdb-cmd:2: Error in sourced command file:
No registers.
[{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 20576
--- SIGCHLD (Child exited) @ 0 (0) ---
exit_group(1)                           = ?
Process 20491 detached
Comment 4 Jan-Marten Spit 2006-10-23 19:12:40 UTC
it turned out to be a problem with hald not running properly, so the crashing issue is solved. but should it give an error message instead of crashing?
Comment 5 André Klapper 2006-12-08 03:07:37 UTC
also see the stacktrace of bug 371298
Comment 6 André Klapper 2006-12-08 03:07:45 UTC
*** Bug 371298 has been marked as a duplicate of this bug. ***
Comment 7 André Klapper 2006-12-08 03:08:49 UTC
*** Bug 375297 has been marked as a duplicate of this bug. ***
Comment 8 André Klapper 2006-12-08 03:09:00 UTC
*** Bug 375421 has been marked as a duplicate of this bug. ***
Comment 9 André Klapper 2006-12-08 03:09:12 UTC
*** Bug 375565 has been marked as a duplicate of this bug. ***
Comment 10 André Klapper 2006-12-08 03:09:34 UTC
*** Bug 376705 has been marked as a duplicate of this bug. ***
Comment 11 André Klapper 2006-12-08 03:09:45 UTC
*** Bug 376727 has been marked as a duplicate of this bug. ***
Comment 12 André Klapper 2006-12-08 03:09:54 UTC
*** Bug 376817 has been marked as a duplicate of this bug. ***
Comment 13 André Klapper 2006-12-08 03:10:18 UTC
*** Bug 376850 has been marked as a duplicate of this bug. ***
Comment 14 André Klapper 2006-12-08 03:10:28 UTC
*** Bug 377661 has been marked as a duplicate of this bug. ***
Comment 15 André Klapper 2006-12-08 03:10:40 UTC
*** Bug 377936 has been marked as a duplicate of this bug. ***
Comment 16 André Klapper 2006-12-08 03:10:55 UTC
*** Bug 378406 has been marked as a duplicate of this bug. ***
Comment 17 André Klapper 2006-12-08 03:11:12 UTC
*** Bug 379075 has been marked as a duplicate of this bug. ***
Comment 18 André Klapper 2006-12-08 03:11:31 UTC
*** Bug 379641 has been marked as a duplicate of this bug. ***
Comment 19 André Klapper 2006-12-08 03:11:40 UTC
*** Bug 379874 has been marked as a duplicate of this bug. ***
Comment 20 André Klapper 2006-12-08 03:11:47 UTC
*** Bug 379938 has been marked as a duplicate of this bug. ***
Comment 21 André Klapper 2006-12-08 03:11:55 UTC
*** Bug 380030 has been marked as a duplicate of this bug. ***
Comment 22 André Klapper 2006-12-08 03:12:01 UTC
*** Bug 380101 has been marked as a duplicate of this bug. ***
Comment 23 André Klapper 2006-12-08 03:12:07 UTC
*** Bug 380448 has been marked as a duplicate of this bug. ***
Comment 24 André Klapper 2006-12-08 03:12:15 UTC
*** Bug 380562 has been marked as a duplicate of this bug. ***
Comment 25 André Klapper 2006-12-08 03:12:32 UTC
*** Bug 381743 has been marked as a duplicate of this bug. ***
Comment 26 André Klapper 2006-12-08 03:12:43 UTC
*** Bug 381811 has been marked as a duplicate of this bug. ***
Comment 27 André Klapper 2006-12-08 03:12:48 UTC
*** Bug 381900 has been marked as a duplicate of this bug. ***
Comment 28 André Klapper 2006-12-08 03:13:04 UTC
*** Bug 382524 has been marked as a duplicate of this bug. ***
Comment 29 André Klapper 2006-12-08 03:13:14 UTC
*** Bug 373479 has been marked as a duplicate of this bug. ***
Comment 30 André Klapper 2006-12-08 03:13:24 UTC
*** Bug 366118 has been marked as a duplicate of this bug. ***
Comment 31 André Klapper 2006-12-08 03:13:42 UTC
*** Bug 374264 has been marked as a duplicate of this bug. ***
Comment 32 André Klapper 2006-12-08 03:14:26 UTC
27 duplicates so far.
Comment 33 levi 2006-12-08 10:36:05 UTC
I haven't been online much, nor using the gnome-sound-properties :)
I see this problem is reproducible and I'll to strace it on my box for further info asap.

Good work Andre :)
~Levi F. aka EiNZTEiN
Comment 34 André Klapper 2006-12-10 17:04:56 UTC
*** Bug 384099 has been marked as a duplicate of this bug. ***
Comment 35 André Klapper 2006-12-10 17:06:33 UTC
*** Bug 383217 has been marked as a duplicate of this bug. ***
Comment 36 André Klapper 2006-12-10 17:07:06 UTC
PATCH ATTACHED by tom parker at bug 383217 comment 4:
http://bugzilla.gnome.org/attachment.cgi?id=77956&action=view

gnome 2.16.x target.
Comment 37 André Klapper 2006-12-10 20:49:47 UTC
*** Bug 382390 has been marked as a duplicate of this bug. ***
Comment 38 André Klapper 2006-12-10 21:26:54 UTC
*** Bug 381967 has been marked as a duplicate of this bug. ***
Comment 39 André Klapper 2006-12-23 03:59:15 UTC
*** Bug 385036 has been marked as a duplicate of this bug. ***
Comment 40 André Klapper 2006-12-23 03:59:22 UTC
*** Bug 384931 has been marked as a duplicate of this bug. ***
Comment 41 André Klapper 2006-12-23 03:59:47 UTC
*** Bug 385116 has been marked as a duplicate of this bug. ***
Comment 42 André Klapper 2006-12-23 04:00:00 UTC
*** Bug 385495 has been marked as a duplicate of this bug. ***
Comment 43 André Klapper 2006-12-23 04:00:07 UTC
*** Bug 385857 has been marked as a duplicate of this bug. ***
Comment 44 André Klapper 2006-12-23 04:00:13 UTC
*** Bug 385884 has been marked as a duplicate of this bug. ***
Comment 45 André Klapper 2006-12-23 04:00:26 UTC
*** Bug 386044 has been marked as a duplicate of this bug. ***
Comment 46 André Klapper 2006-12-23 04:00:50 UTC
*** Bug 386376 has been marked as a duplicate of this bug. ***
Comment 47 André Klapper 2006-12-23 04:01:19 UTC
*** Bug 386422 has been marked as a duplicate of this bug. ***
Comment 48 André Klapper 2006-12-23 04:01:43 UTC
*** Bug 386893 has been marked as a duplicate of this bug. ***
Comment 49 André Klapper 2006-12-23 04:01:51 UTC
*** Bug 386913 has been marked as a duplicate of this bug. ***
Comment 50 André Klapper 2006-12-23 04:02:13 UTC
*** Bug 387517 has been marked as a duplicate of this bug. ***
Comment 51 André Klapper 2006-12-23 04:02:26 UTC
*** Bug 387699 has been marked as a duplicate of this bug. ***
Comment 52 André Klapper 2006-12-23 04:02:58 UTC
*** Bug 388610 has been marked as a duplicate of this bug. ***
Comment 53 Simon Matthews 2006-12-23 04:31:47 UTC
I can confirm that starting hald fixed the problem. My system (Gentoo) did not start hald automatically because of a missing group name. 
Comment 54 Susana 2006-12-29 11:49:14 UTC
*** Bug 390572 has been marked as a duplicate of this bug. ***
Comment 55 Susana 2007-01-02 12:53:37 UTC
*** Bug 391784 has been marked as a duplicate of this bug. ***
Comment 56 André Klapper 2007-01-04 04:59:44 UTC
*** Bug 387335 has been marked as a duplicate of this bug. ***
Comment 57 André Klapper 2007-01-04 05:01:33 UTC
*** Bug 389246 has been marked as a duplicate of this bug. ***
Comment 58 André Klapper 2007-01-04 05:01:42 UTC
*** Bug 389252 has been marked as a duplicate of this bug. ***
Comment 59 André Klapper 2007-01-04 05:01:50 UTC
*** Bug 390018 has been marked as a duplicate of this bug. ***
Comment 60 André Klapper 2007-01-04 05:02:24 UTC
*** Bug 390124 has been marked as a duplicate of this bug. ***
Comment 61 André Klapper 2007-01-04 05:02:31 UTC
*** Bug 390777 has been marked as a duplicate of this bug. ***
Comment 62 André Klapper 2007-01-04 05:02:38 UTC
*** Bug 391118 has been marked as a duplicate of this bug. ***
Comment 63 André Klapper 2007-01-04 05:02:45 UTC
*** Bug 391157 has been marked as a duplicate of this bug. ***
Comment 64 André Klapper 2007-01-04 05:03:03 UTC
*** Bug 392175 has been marked as a duplicate of this bug. ***
Comment 65 André Klapper 2007-01-04 05:03:24 UTC
*** Bug 392484 has been marked as a duplicate of this bug. ***
Comment 66 Jan Arne Petersen 2007-01-04 23:18:35 UTC
Created attachment 79410 [details] [review]
do proper dbus/libhal error handling.
Comment 67 André Klapper 2007-01-05 11:08:12 UTC
*** Bug 392803 has been marked as a duplicate of this bug. ***
Comment 68 André Klapper 2007-01-05 11:09:47 UTC
*** Bug 389059 has been marked as a duplicate of this bug. ***
Comment 69 Jan Arne Petersen 2007-01-06 18:43:13 UTC
2007-01-07  Jan Arne Petersen  <jap@gnome.org>

        * sound-properties-capplet.c: (setup_hal_devices): do proper
        dbus/libhal error handling. (Closes #363005)
Comment 70 André Klapper 2007-01-06 22:07:40 UTC
path has been committed both to trunk and to gnome-2-16 branch:
http://svn.gnome.org/viewcvs/gnome-control-center/branches/gnome-2-16/capplets/sound/sound-properties-capplet.c?r1=7048&r2=7061

the fix will be included in gnome 2.16.3 and gnome 2.17.5. thanks!
Comment 71 André Klapper 2007-01-06 23:31:14 UTC
*** Bug 351002 has been marked as a duplicate of this bug. ***
Comment 72 André Klapper 2007-01-06 23:39:32 UTC
bug 373823 could be a duplicate, but there's a line number difference.
Comment 73 Jan Arne Petersen 2007-01-07 00:11:57 UTC
*** Bug 373823 has been marked as a duplicate of this bug. ***
Comment 74 Gabor Kelemen 2007-01-08 12:51:01 UTC
*** Bug 394122 has been marked as a duplicate of this bug. ***
Comment 75 André Klapper 2007-01-18 12:06:50 UTC
*** Bug 393213 has been marked as a duplicate of this bug. ***
Comment 76 André Klapper 2007-01-18 12:07:19 UTC
*** Bug 393631 has been marked as a duplicate of this bug. ***
Comment 77 André Klapper 2007-01-18 12:07:32 UTC
*** Bug 393678 has been marked as a duplicate of this bug. ***
Comment 78 André Klapper 2007-01-18 12:07:40 UTC
*** Bug 394161 has been marked as a duplicate of this bug. ***
Comment 79 André Klapper 2007-01-18 12:07:54 UTC
*** Bug 395116 has been marked as a duplicate of this bug. ***
Comment 80 André Klapper 2007-01-18 12:08:01 UTC
*** Bug 396350 has been marked as a duplicate of this bug. ***
Comment 81 André Klapper 2007-01-18 12:08:25 UTC
*** Bug 397021 has been marked as a duplicate of this bug. ***
Comment 82 Jens Granseuer 2007-01-22 21:07:59 UTC
*** Bug 399147 has been marked as a duplicate of this bug. ***
Comment 83 Jens Granseuer 2007-01-23 21:24:38 UTC
*** Bug 399860 has been marked as a duplicate of this bug. ***
Comment 84 Jens Granseuer 2007-01-23 21:26:36 UTC
*** Bug 398840 has been marked as a duplicate of this bug. ***
Comment 85 André Klapper 2007-01-27 13:14:49 UTC
*** Bug 401186 has been marked as a duplicate of this bug. ***
Comment 86 Jens Granseuer 2007-01-27 19:57:16 UTC
*** Bug 401439 has been marked as a duplicate of this bug. ***
Comment 87 Jens Granseuer 2007-02-02 12:16:54 UTC
*** Bug 403512 has been marked as a duplicate of this bug. ***
Comment 88 Jens Granseuer 2007-02-02 21:29:47 UTC
*** Bug 403726 has been marked as a duplicate of this bug. ***
Comment 89 Jens Granseuer 2007-02-03 16:38:56 UTC
*** Bug 403939 has been marked as a duplicate of this bug. ***
Comment 90 Jens Granseuer 2007-02-05 16:44:30 UTC
*** Bug 404496 has been marked as a duplicate of this bug. ***
Comment 91 Jens Granseuer 2007-02-06 16:32:38 UTC
*** Bug 404996 has been marked as a duplicate of this bug. ***
Comment 92 Jens Granseuer 2007-02-06 16:33:31 UTC
*** Bug 405028 has been marked as a duplicate of this bug. ***
Comment 93 Jens Granseuer 2007-02-06 18:43:13 UTC
*** Bug 405073 has been marked as a duplicate of this bug. ***
Comment 94 Jens Granseuer 2007-02-06 22:04:36 UTC
*** Bug 405144 has been marked as a duplicate of this bug. ***
Comment 95 Jens Granseuer 2007-02-07 18:16:14 UTC
*** Bug 405397 has been marked as a duplicate of this bug. ***
Comment 96 Jens Granseuer 2007-02-08 16:52:23 UTC
*** Bug 405680 has been marked as a duplicate of this bug. ***
Comment 97 Jens Granseuer 2007-02-12 18:06:57 UTC
*** Bug 407029 has been marked as a duplicate of this bug. ***
Comment 98 Jens Granseuer 2007-02-15 16:59:40 UTC
*** Bug 408072 has been marked as a duplicate of this bug. ***
Comment 99 Jens Granseuer 2007-02-19 09:08:22 UTC
*** Bug 409359 has been marked as a duplicate of this bug. ***
Comment 100 Jens Granseuer 2007-02-25 10:31:16 UTC
*** Bug 411762 has been marked as a duplicate of this bug. ***
Comment 101 Jens Granseuer 2007-03-06 19:53:46 UTC
*** Bug 415432 has been marked as a duplicate of this bug. ***
Comment 102 Jens Granseuer 2007-03-08 17:04:30 UTC
*** Bug 415960 has been marked as a duplicate of this bug. ***
Comment 103 Jens Granseuer 2007-03-11 19:21:00 UTC
*** Bug 417138 has been marked as a duplicate of this bug. ***
Comment 104 Jens Granseuer 2007-03-11 19:42:31 UTC
*** Bug 417200 has been marked as a duplicate of this bug. ***
Comment 105 Jens Granseuer 2007-03-14 20:06:20 UTC
*** Bug 418279 has been marked as a duplicate of this bug. ***
Comment 106 Jens Granseuer 2007-03-14 20:06:37 UTC
*** Bug 418280 has been marked as a duplicate of this bug. ***
Comment 107 Jens Granseuer 2007-03-14 20:43:09 UTC
*** Bug 418350 has been marked as a duplicate of this bug. ***
Comment 108 Jens Granseuer 2007-03-16 22:13:40 UTC
*** Bug 370054 has been marked as a duplicate of this bug. ***
Comment 109 Jens Granseuer 2007-03-16 22:19:50 UTC
*** Bug 418768 has been marked as a duplicate of this bug. ***
Comment 110 Jens Granseuer 2007-03-18 12:45:41 UTC
*** Bug 419488 has been marked as a duplicate of this bug. ***
Comment 111 Jens Granseuer 2007-03-20 22:04:23 UTC
*** Bug 420726 has been marked as a duplicate of this bug. ***
Comment 112 Jens Granseuer 2007-03-22 20:56:00 UTC
*** Bug 421630 has been marked as a duplicate of this bug. ***
Comment 113 Jens Granseuer 2007-03-26 18:51:26 UTC
*** Bug 422687 has been marked as a duplicate of this bug. ***
Comment 114 Jens Granseuer 2007-03-27 19:40:55 UTC
*** Bug 423345 has been marked as a duplicate of this bug. ***
Comment 115 Jens Granseuer 2007-03-28 16:12:50 UTC
*** Bug 423724 has been marked as a duplicate of this bug. ***
Comment 116 Jens Granseuer 2007-03-29 18:42:14 UTC
*** Bug 424189 has been marked as a duplicate of this bug. ***
Comment 117 Jens Granseuer 2007-04-01 13:43:31 UTC
*** Bug 425098 has been marked as a duplicate of this bug. ***
Comment 118 Jens Granseuer 2007-04-03 18:56:59 UTC
*** Bug 425953 has been marked as a duplicate of this bug. ***
Comment 119 Jens Granseuer 2007-04-08 11:48:34 UTC
*** Bug 427330 has been marked as a duplicate of this bug. ***
Comment 120 Jens Granseuer 2007-04-11 18:50:54 UTC
*** Bug 428447 has been marked as a duplicate of this bug. ***
Comment 121 Jens Granseuer 2007-04-13 18:10:30 UTC
*** Bug 428941 has been marked as a duplicate of this bug. ***
Comment 122 Jens Granseuer 2007-04-13 18:25:57 UTC
*** Bug 429385 has been marked as a duplicate of this bug. ***
Comment 123 Jens Granseuer 2007-04-13 18:26:25 UTC
*** Bug 429416 has been marked as a duplicate of this bug. ***
Comment 124 Jens Granseuer 2007-04-19 16:15:29 UTC
*** Bug 431277 has been marked as a duplicate of this bug. ***