Date: Wed, 5 Nov 2003 04:26:28 +0100 From: Simon Barner <barner@in.tum.de> To: Joe Marcus Clarke <marcus@marcuscom.com> Cc: freebsd-ports@freebsd.org Subject: Re: gnome 2.4 freezee some apps Message-ID: <20031105032628.GA2172@zi025.glhnet.mhn.de> In-Reply-To: <1067969284.720.27.camel@gyros> References: <1067954680.878.1.camel@debianito.inferno> <20031104161405.GJ96543@toxic.magnesium.net> <20031104180053.GA47902@zi025.glhnet.mhn.de> <1067969284.720.27.camel@gyros>
next in thread | previous in thread | raw e-mail | index | archive | help
--UHN/qo2QbUvPLonB Content-Type: multipart/mixed; boundary="envbJBWh7q8WU6mo" Content-Disposition: inline --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > 1.3.10 is already in the tree. It has been working fine for me for a > while. I've never experienced a hang in the application. Uh, I did not update my ports for a while since I was busy with other things. I did so today and ran `portupgrade -R galeon2-1.3.0', so we are talking about an up-date-system. > We need a lot more information. I thought this was a known problem that is documented on the FreeBSD website. Since I could not find it I asked... > What exactly do you do to produce a "hang?" > What hangs? If you close Galeon and try to log out of GNOME immediatelly afterwards, the Galeon process does not terminate although the windows has already disappeared. I can reproduce this on both my -STABLE and -CURRENT installation (see attachments for details). When I run Galeon under gdb, it will crash on exit with bus error, but only on -CURRENT (full backtrace attached) I think this whole story is related with recent changes to some bonobo stuff that is documented in the GNOME cvs repository: http://cvs.gnome.org/bonsai/cvslog.cgi?file=3Dgaleon%2Fsrc/galeon-shell.c&r= ev=3D&root=3D/cvs/gnome http://cvs.gnome.org/bonsai/cvslog.cgi?file=3Dgaleon%2Fsrc/galeon-main.c&re= v=3D&root=3D/cvs/gnome http://cvs.gnome.org/bonsai/cvslog.cgi?file=3Dgaleon%2Fsrc/galeon-automatio= n.c&rev=3D&root=3D/cvs/gnome http://cvs.gnome.org/bonsai/cvslog.cgi?file=3Dgaleon%2Fsrc/galeon-automatio= n.h&rev=3D&root=3D/cvs/gnome > What version of FreeBSD? -STABLE from very shortly after 4.9-RELEASE -CURRENT from Nov 2nd > What else is running?=20 ps -aux for current installation attached. > If FreeBSD 5.x, what scheduler are you using? The traditional 4BSD scheduler. > What threading library?=20 libc_r > What version of Mozilla? 1.5 > Do you have a strace, truss, or gdb backtrace? I ran galeon under gdb (on -CURRENT). I have attached the full backtrace of a crash (with debugging symbols for galeon2, glib20 and libbonobo. I found a work-around for this bug: Commenting out the explicit destruction of automation factory (patch that also enables additional debugging output is attached) makes the Galeon process terminate quickly and cleanly (on both -STABLE and -CURRENT). I know that this is a really ugly `solution', and I wonder whether this will leak some memory in libbono (the Galeon process is doomed to die at this time of the execution anyway, so there should be no problem - of course from the memory point of view). FYI, I used the following command to build galeon (on -CURRENT). make CFLAGS=3D"-O -pipe -march=3Dk6-3 -g -DDEBUG_MARCO". ^ no spelling error, he the original author of Galeon :-) =20 I have already done some research in the bugzilla database, but there seems to be no matching bug report (nothing in galeon-users, either). Well, perhaps you or someone can find the real cause of the troubles from the attached material - for now the proposed patch will do for me. Simon --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="galeon.log.5" Content-Transfer-Encoding: quoted-printable % export MOZILLA_FIVE_HOME=3D/usr/X11R6/lib/mozilla-gtk2/ % export LD_LIBRARY_PATH=3D/usr/X11R6/lib/mozilla-gtk2/ % gdb galeon-bin=20 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain condition= s. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-undermydesk-freebsd"... (gdb) run Starting program: /usr/X11R6/bin/galeon-bin=20 trying to load bookmarks from /home/simon/.galeon/bookmarks.xbel Detected version of bookmarks file: galeon2 Time to build charset menu: 0.252091 GtkMozEmbed destroy signal on GaleonTab GaleonTab finalized 0x85c3c40 MozillaEmbed finalized 0x85cf480 Galeon Window finalized 0x836ab00 Galeon shell finalized Program received signal SIGBUS, Bus error. 0x2877c591 in bonobo_object_unref (obj=3D0xd0d0d0d0) at bonobo-object.c:318 318 bonobo-object.c: No such file or directory. in bonobo-object.c (gdb) bt full #0 0x2877c591 in bonobo_object_unref (obj=3D0xd0d0d0d0) at bonobo-object.c= :318 __inst =3D (GTypeInstance *) 0xd0d0d0d0 __t =3D 135720064 __r =3D 135720064 ao =3D (BonoboAggregateObject *) 0xd0d0d0d0 object =3D (BonoboObject *) 0xd0d0d0d0 #1 0x0807d752 in galeon_shell_finalize (object=3D0x8180be0) at galeon-shell.c:297 gs =3D (GaleonShell *) 0x8180be0 #2 0x28ae46e2 in g_object_last_unref (object=3D0x8180be0) at gobject.c:442 No locals. #3 0x28ae6f99 in g_object_unref (_object=3D0x8180be0) at gobject.c:1348 object =3D (GObject *) 0x8180be0 #4 0x08082a19 in galeon_window_finalize (object=3D0x836ab00) at galeon-window.c:1294 window =3D (GaleonWindow *) 0x836ab00 #5 0x28ae46e2 in g_object_last_unref (object=3D0x836ab00) at gobject.c:442 No locals. #6 0x28ae6f99 in g_object_unref (_object=3D0x836ab00) at gobject.c:1348 object =3D (GObject *) 0x836ab00 #7 0x28506cc4 in gtk_main_do_event () from /usr/X11R6/lib/libgtk-x11-2.0.so.200 No symbol table info available. #8 0x287ef953 in gdk_add_client_message_filter () from /usr/X11R6/lib/libgdk-x11-2.0.so.200 No symbol table info available. #9 0x28b351c4 in g_main_dispatch (context=3D0x816c780) at gmain.c:1751 was_in_call =3D 0 user_data =3D 0x0 callback =3D 0 cb_funcs =3D (GSourceCallbackFuncs *) 0x0 cb_data =3D 0x0 need_destroy =3D 679409888 dispatch =3D (gboolean (*)(GSource *, GSourceFunc,=20 gpointer)) 0x287ef8e0 <gdk_add_client_message_filter+7840> source =3D (GSource *) 0x8339018 i =3D 0 #10 0x28b35f5f in g_main_context_dispatch (context=3D0x816c780) at gmain.c:= 2299 No locals. #11 0x28b362f9 in g_main_context_iterate (context=3D0x816c780, block=3D1,= =20 dispatch=3D1, self=3D0x8143960) at gmain.c:2380 max_priority =3D 0 timeout =3D 0 some_ready =3D 1 nfds =3D 10 allocated_nfds =3D 11 fds =3D (GPollFD *) 0x827b680 #12 0x28b36a39 in g_main_loop_run (loop=3D0x8331690) at gmain.c:2600 ---Type <return> to continue, or q <return> to quit--- self =3D (GThread *) 0x8143960 #13 0x287780b8 in bonobo_main () at bonobo-main.c:294 loop =3D (GMainLoop *) 0x8331690 #14 0x08078bc1 in main (argc=3D1, argv=3D0xbfbff508) at galeon-main.c:193 context =3D 0x816ec80 context_as_value =3D {g_type =3D 0, data =3D {{v_int =3D 0, v_uint = =3D 0,=20 v_long =3D 0, v_ulong =3D 0, v_int64 =3D 0, v_uint64 =3D 0, v_float = =3D 0,=20 v_double =3D 0, v_pointer =3D 0x0}, {v_int =3D 0, v_uint =3D 0, v_lon= g =3D 0,=20 v_ulong =3D 0, v_int64 =3D 0, v_uint64 =3D 0, v_float =3D 0, v_double= =3D 0,=20 v_pointer =3D 0x0}}} program =3D (GnomeProgram *) 0x814ab00 factory =3D 0x816ec80 #15 0x080763f9 in _start () No symbol table info available. (gdb)=20 --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.current" Content-Transfer-Encoding: quoted-printable Copyright (c) 1992-2003 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 5.1-CURRENT #4: Tue Nov 4 21:19:13 CET 2003 simon@zi025.glhnet.mhn.de:/usr/src/sys/i386/compile/KISTE5 Preloaded elf kernel "/boot/kernel/kernel" at 0xc0736000. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 586-class CPU) Origin =3D "AuthenticAMD" Id =3D 0x591 Stepping =3D 1 Features=3D0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX> AMD Features=3D0x80000800<SYSCALL,3DNow!> real memory =3D 201326592 (192 MB) avail memory =3D 190103552 (181 MB) netsmb_dev: loaded K6-family MTRR support enabled (2 registers) npx0: [FAST] npx0: <math processor> on motherboard npx0: INT 16 interface pcibios: BIOS version 2.10 Using $PIR table, 5 entries at 0xc00fdde0 pcib0: <VIA 82C598MVP (Apollo MVP3) host bridge> at pcibus 0 on motherboard pci0: <PCI bus> on pcib0 pci_cfgintr: 0:17 INTA BIOS irq 9 pci_cfgintr: 0:18 INTA BIOS irq 3 pci_cfgintr: 0:19 INTA BIOS irq 11 pcib1: <PCI-PCI bridge> at device 1.0 on pci0 pci1: <PCI bus> on pcib1 isab0: <PCI-ISA bridge> at device 7.0 on pci0 isa0: <ISA bus> on isab0 atapci0: <VIA 82C586B UDMA33 controller> port 0xd000-0xd00f at device 7.1 o= n pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] xl0: <3Com 3c900-COMBO Etherlink XL> port 0xd800-0xd83f irq 9 at device 17.= 0 on pci0 xl0: Ethernet address: 00:10:4b:54:c4:e9 xl0: selecting 10baseT transceiver, half duplex pci0: <display, VGA> at device 18.0 (no driver attached) rl0: <RealTek 8139 10/100BaseTX> port 0xe000-0xe0ff mem 0xe8000000-0xe80000= ff irq 11 at device 19.0 on pci0 rl0: Ethernet address: 00:50:22:b1:03:e5 miibus0: <MII bus> on rl0 rlphy0: <RealTek internal media interface> on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto orm0: <Option ROM> at iomem 0xc0000-0xc87ff on isa0 pmtimer0 on isa0 atkbdc0: <Keyboard controller (i8042)> at port 0x64,0x60 on isa0 atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0 kbd0 at atkbd0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model Generic PS/2 mouse, device ID 0 fdc0: <Enhanced floppy controller (i82077, NE72065 or clone)> at port 0x3f7= ,0x3f0-0x3f5 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold ppbus0: <Parallel port bus> on ppc0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port ppi0: <Parallel I/O> on ppbus0 sc0: <System console> at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=3D0x300> vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sbc0: <ESS ES1868> at port 0x330-0x331,0x388-0x38b,0x220-0x22f irq 5 drq 0,= 1 on isa0 pcm0: <ESS 18xx DSP> on sbc0 ata2: <Generic ESDI/IDE/ATA controller> at port 0x36e-0x36f,0x168-0x16f irq= 10 on isa0 ata2: [MPSAFE] unknown: <PNP0303> can't assign resources (port) unknown: <PNP0f13> can't assign resources (irq) unknown: <PNP0700> can't assign resources (port) unknown: <PNP0401> can't assign resources (port) Timecounter "TSC" frequency 400912989 Hz quality 800 Timecounters tick every 1.000 msec IP Filter: v3.4.31 initialized. Default =3D block all, Logging =3D enabled GEOM: create disk ad0 dp=3D0xc22f4770 ad0: 9787MB <WDC WD102AA> [19885/16/63] at ata0-master UDMA33 acd0: CDRW <HL-DT-ST RW/DVD GCC-4120B> at ata1-master PIO4 GEOM: create disk ad3 dp=3D0xc232fc70 ad3: 117246MB <Maxtor 6Y120L0> [238216/16/63] at ata1-slave UDMA33 (probe2:ata1:0:0:0): Recovered Sense (probe2:ata1:0:0:0): INQUIRY. CDB: 12 1 80 0 ff 0=20 (probe2:ata1:0:0:0): CAM Status: SCSI Status Error (probe2:ata1:0:0:0): SCSI Status: Check Condition (probe2:ata1:0:0:0): ILLEGAL REQUEST asc:24,0 (probe2:ata1:0:0:0): Invalid field in CDB (probe2:ata1:0:0:0): Recovered Sense (probe2:ata1:0:0:0): INQUIRY. CDB: 12 1 80 0 ff 0=20 (probe2:ata1:0:0:0): CAM Status: SCSI Status Error (probe2:ata1:0:0:0): SCSI Status: Check Condition (probe2:ata1:0:0:0): ILLEGAL REQUEST asc:24,0 (probe2:ata1:0:0:0): Invalid field in CDB GEOM: create disk cd0 dp=3D0xc22bde00 (cd0:ata1:0:0:0): Recovered Sense (cd0:ata1:0:0:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0=20 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): NOT READY asc:3a,0 (cd0:ata1:0:0:0): Medium not present cd0 at ata1 bus 0 target 0 lun 0 cd0: <HL-DT-ST RW/DVD GCC-4120B 2.02> Removable CD-ROM SCSI-0 device=20 cd0: 16.000MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present (cd0:ata1:0:0:0): Recovered Sense (cd0:ata1:0:0:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0=20 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): NOT READY asc:3a,0 (cd0:ata1:0:0:0): Medium not present (cd0:ata1:0:0:0): Recovered Sense (cd0:ata1:0:0:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0=20 (cd0:ata1:0:0:0): CAM Status: SCSI Status Error (cd0:ata1:0:0:0): SCSI Status: Check Condition (cd0:ata1:0:0:0): NOT READY asc:3a,0 (cd0:ata1:0:0:0): Medium not present Mounting root from ufs:/dev/ad0s2a --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.stable" Content-Transfer-Encoding: quoted-printable Nov 4 02:53:21 zi025 /kernel: Copyright (c) 1992-2003 The FreeBSD Project. Nov 4 02:53:21 zi025 /kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, = 1989, 1991, 1992, 1993, 1994 Nov 4 02:53:21 zi025 /kernel: The Regents of the University of California.= All rights reserved. Nov 4 02:53:21 zi025 /kernel: FreeBSD 4.9-STABLE #2: Mon Nov 3 16:15:57 C= ET 2003 Nov 4 02:53:21 zi025 /kernel: toor@zi025.glhnet.mhn.de:/usr/src/sys/compil= e/KISTE Nov 4 02:53:21 zi025 /kernel: Timecounter "i8254" frequency 1193182 Hz Nov 4 02:53:21 zi025 /kernel: CPU: AMD-K6(tm) 3D+ Processor (400.91-MHz 58= 6-class CPU) Nov 4 02:53:21 zi025 /kernel: Origin =3D "AuthenticAMD" Id =3D 0x591 Ste= pping =3D 1 Nov 4 02:53:21 zi025 /kernel: Features=3D0x8021bf<FPU,VME,DE,PSE,TSC,MSR,M= CE,CX8,PGE,MMX> Nov 4 02:53:21 zi025 /kernel: AMD Features=3D0x80000800<SYSCALL,3DNow!> Nov 4 02:53:21 zi025 /kernel: real memory =3D 201326592 (196608K bytes) Nov 4 02:53:21 zi025 /kernel: avail memory =3D 192012288 (187512K bytes) Nov 4 02:53:21 zi025 /kernel: Preloaded elf kernel "kernel" at 0xc03b4000. Nov 4 02:53:21 zi025 /kernel: Preloaded userconfig_script "/boot/kernel.co= nf" at 0xc03b409c. Nov 4 02:53:21 zi025 /kernel: netsmb_dev: loaded Nov 4 02:53:21 zi025 /kernel: K6-family MTRR support enabled (2 registers) Nov 4 02:53:21 zi025 /kernel: md0: Malloc disk Nov 4 02:53:21 zi025 /kernel: Using $PIR table, 5 entries at 0xc00fdde0 Nov 4 02:53:21 zi025 /kernel: apm0: <APM BIOS> on motherboard Nov 4 02:53:21 zi025 /kernel: apm0: found APM BIOS v1.2, connected at v1.2 Nov 4 02:53:21 zi025 /kernel: npx0: <math processor> on motherboard Nov 4 02:53:21 zi025 /kernel: npx0: INT 16 interface Nov 4 02:53:21 zi025 /kernel: pcib0: <VIA 82C598MVP (Apollo MVP3) host bri= dge> on motherboard Nov 4 02:53:21 zi025 /kernel: pci0: <PCI bus> on pcib0 Nov 4 02:53:21 zi025 /kernel: pcib2: <VIA 82C598MVP (Apollo MVP3) PCI-PCI = (AGP) bridge> at device 1.0 on pci0 Nov 4 02:53:21 zi025 /kernel: pci1: <PCI bus> on pcib2 Nov 4 02:53:21 zi025 /kernel: isab0: <VIA 82C586 PCI-ISA bridge> at device= 7.0 on pci0 Nov 4 02:53:21 zi025 /kernel: isa0: <ISA bus> on isab0 Nov 4 02:53:21 zi025 /kernel: atapci0: <VIA 82C586 ATA33 controller> port = 0xd000-0xd00f at device 7.1 on pci0 Nov 4 02:53:21 zi025 /kernel: ata0: at 0x1f0 irq 14 on atapci0 Nov 4 02:53:21 zi025 /kernel: ata1: at 0x170 irq 15 on atapci0 Nov 4 02:53:21 zi025 /kernel: pci0: <unknown card> (vendor=3D0x1106, dev= =3D0x3040) at 7.3 Nov 4 02:53:21 zi025 /kernel: xl0: <3Com 3c900-COMBO Etherlink XL> port 0x= d800-0xd83f irq 9 at device 17.0 on pci0 Nov 4 02:53:21 zi025 /kernel: xl0: Ethernet address: 00:10:4b:54:c4:e9 Nov 4 02:53:21 zi025 /kernel: xl0: selecting 10baseT transceiver, half dup= lex Nov 4 02:53:21 zi025 /kernel: pci0: <ATI Mach64-GU graphics accelerator> a= t 18.0 irq 3 Nov 4 02:53:21 zi025 /kernel: rl0: <RealTek 8139 10/100BaseTX> port 0xe000= -0xe0ff mem 0xe8000000-0xe80000ff irq 11 at device 19.0 on pci0 Nov 4 02:53:21 zi025 /kernel: rl0: Ethernet address: 00:50:22:b1:03:e5 Nov 4 02:53:21 zi025 /kernel: miibus0: <MII bus> on rl0 Nov 4 02:53:21 zi025 /kernel: rlphy0: <RealTek internal media interface> o= n miibus0 Nov 4 02:53:21 zi025 /kernel: rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 10= 0baseTX-FDX, auto Nov 4 02:53:21 zi025 /kernel: pcib1: <Host to PCI bridge> on motherboard Nov 4 02:53:21 zi025 /kernel: pci2: <PCI bus> on pcib1 Nov 4 02:53:21 zi025 /kernel: orm0: <Option ROM> at iomem 0xc0000-0xc87ff = on isa0 Nov 4 02:53:21 zi025 /kernel: pmtimer0 on isa0 Nov 4 02:53:21 zi025 /kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x= 3f5,0x3f7 irq 6 drq 2 on isa0 Nov 4 02:53:21 zi025 /kernel: fdc0: FIFO enabled, 8 bytes threshold Nov 4 02:53:21 zi025 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Nov 4 02:53:21 zi025 /kernel: atkbdc0: <Keyboard controller (i8042)> at po= rt 0x60,0x64 on isa0 Nov 4 02:53:21 zi025 /kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atk= bdc0 Nov 4 02:53:21 zi025 /kernel: kbd0 at atkbd0 Nov 4 02:53:21 zi025 /kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0 Nov 4 02:53:21 zi025 /kernel: psm0: model Generic PS/2 mouse, device ID 0 Nov 4 02:53:21 zi025 /kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df = iomem 0xa0000-0xbffff on isa0 Nov 4 02:53:21 zi025 /kernel: sc0: <System console> at flags 0x100 on isa0 Nov 4 02:53:21 zi025 /kernel: sc0: VGA <16 virtual consoles, flags=3D0x300> Nov 4 02:53:21 zi025 /kernel: ppc0: <Parallel port> at port 0x378-0x37f ir= q 7 on isa0 Nov 4 02:53:21 zi025 /kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) = in COMPATIBLE mode Nov 4 02:53:21 zi025 /kernel: ppc0: FIFO with 16/16/15 bytes threshold Nov 4 02:53:21 zi025 /kernel: lpt0: <Printer> on ppbus0 Nov 4 02:53:21 zi025 /kernel: lpt0: Interrupt-driven port Nov 4 02:53:21 zi025 /kernel: sbc0: <ESS ES1868> at port 0x220-0x22f,0x388= -0x38b,0x330-0x331 irq 5 drq 1,0 on isa0 Nov 4 02:53:21 zi025 /kernel: pcm0: <ESS 18xx DSP> on sbc0 Nov 4 02:53:21 zi025 /kernel: ata4: <Generic ESDI/IDE/ATA controller> at p= ort 0x168-0x16f,0x36e-0x36f irq 10 on isa0 Nov 4 02:53:21 zi025 /kernel: IP Filter: v3.4.31 initialized. Default =3D= block all, Logging =3D enabled Nov 4 02:53:21 zi025 /kernel: ad0: 9787MB <WDC WD102AA> [19885/16/63] at a= ta0-master UDMA33 Nov 4 02:53:21 zi025 /kernel: ad3: 117246MB <Maxtor 6Y120L0> [238216/16/63= ] at ata1-slave UDMA33 Nov 4 02:53:21 zi025 /kernel: acd0: CD-RW <HL-DT-ST RW/DVD GCC-4120B> at a= ta1-master PIO4 Nov 4 02:53:21 zi025 /kernel: Mounting root from ufs:/dev/ad0s1a Nov 4 02:53:21 zi025 /kernel: cd0 at ata1 bus 0 target 0 lun 0 Nov 4 02:53:21 zi025 /kernel: cd0: <HL-DT-ST RW/DVD GCC-4120B 2.02> Remova= ble CD-ROM SCSI-0 device=20 Nov 4 02:53:21 zi025 /kernel: cd0: 16.000MB/s transfers Nov 4 02:53:21 zi025 /kernel: cd0: Attempt to query device size failed: NO= T READY, Medium not present Nov 4 02:53:22 zi025 lpd[108]: lpd startup: logging=3D0 net-secure --envbJBWh7q8WU6mo Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="ps-aux.current" USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND simon 2276 84.0 15.3 39536 29428 ?? R 4:22AM 1:01.98 /usr/X11R6/bin/galeon-bin root 2240 3.5 6.7 14284 12888 ?? R 4:19AM 0:01.68 /usr/X11R6/bin/xterm root 562 2.2 6.5 26844 12420 ?? R 2:48AM 1:40.02 /usr/X11R6/bin/XFree86 :0 vt9 -audit 0 -auth /usr/X11R6/share/gnome/gdm/:0.Xauth root 11 2.6 0.0 0 12 ?? RL 2:48AM 74:49.83 (idle) simon 2117 2.8 3.7 11400 7056 ?? Ss 4:01AM 0:05.63 metacity --sm-save-file 1068001233-1991-512670140.ms root 2 0.0 0.0 0 12 ?? DL 2:48AM 0:00.56 (g_event) root 3 0.0 0.0 0 12 ?? DL 2:48AM 0:09.38 (g_up) root 4 0.0 0.0 0 12 ?? DL 2:48AM 0:11.50 (g_down) root 15 0.0 0.0 0 12 ?? DL 2:48AM 0:02.48 (random) root 17 0.0 0.0 0 12 ?? WL 2:48AM 0:00.01 (swi3: cambio) root 18 0.0 0.0 0 12 ?? WL 2:48AM 0:06.48 (swi7: task queue) root 5 0.0 0.0 0 12 ?? DL 2:48AM 0:00.00 (taskqueue) root 22 0.0 0.0 0 12 ?? WL 2:48AM 0:01.90 (irq14: ata0) root 23 0.0 0.0 0 12 ?? WL 2:48AM 0:01.81 (irq15: ata1) root 25 0.0 0.0 0 12 ?? WL 2:48AM 0:00.30 (irq11: rl0) root 26 0.0 0.0 0 12 ?? WL 2:48AM 0:00.93 (irq1: atkbd0) root 27 0.0 0.0 0 12 ?? WL 2:48AM 0:02.79 (irq12: psm0) root 28 0.0 0.0 0 12 ?? WL 2:48AM 0:00.00 (irq6: fdc0) root 29 0.0 0.0 0 12 ?? WL 2:48AM 0:00.00 (irq7: ppc0) root 30 0.0 0.0 0 12 ?? WL 2:48AM 0:00.00 (irq5: sbc0) root 6 0.0 0.0 0 12 ?? DL 2:48AM 0:18.20 (pagedaemon) root 7 0.0 0.0 0 12 ?? DL 2:48AM 0:00.98 (vmdaemon) root 8 0.0 0.0 0 12 ?? RL 2:48AM 0:00.01 (idlepoll) root 9 0.0 0.0 0 12 ?? RL 2:48AM 0:11.04 (pagezero) root 34 0.0 0.0 0 12 ?? DL 2:48AM 0:00.25 (bufdaemon) root 35 0.0 0.0 0 12 ?? DL 2:48AM 0:00.06 (vnlru) root 36 0.0 0.0 0 12 ?? DL 2:48AM 0:03.42 (syncer) root 157 0.0 0.1 1148 188 ?? Ss 2:48AM 0:00.88 /sbin/ipmon -Ds root 181 0.0 0.0 236 0 ?? IWs - 0:00.00 adjkerntz -i root 285 0.0 0.1 1268 252 ?? Is 2:48AM 0:00.32 /usr/sbin/syslogd -ss root 412 0.0 0.3 1560 544 ?? Ss 2:48AM 0:00.50 /usr/sbin/ntpd -p /var/run/ntpd.pid -f /var/db/ntpd.drift root 442 0.0 0.0 3312 12 ?? Is 2:48AM 0:00.25 /usr/sbin/sshd root 503 0.0 0.1 2708 280 ?? Is 2:48AM 0:00.28 /usr/local/libexec/postfix/master postfix 504 0.0 0.2 2736 420 ?? I 2:48AM 0:00.09 pickup -l -t fifo -u postfix 505 0.0 0.2 2776 420 ?? I 2:48AM 0:00.21 qmgr -l -t fifo -u root 511 0.0 0.1 1296 208 ?? Is 2:48AM 0:00.06 /usr/sbin/cron root 531 0.0 1.1 20516 2100 ?? Is 2:48AM 0:06.19 /usr/local/bin/spamd -a -c -d (perl) simon 536 0.0 0.7 3988 1304 ?? Is 2:48AM 0:02.71 /usr/local/bin/fetchmail -d 300 --syslog root 541 0.0 0.1 4604 276 ?? Is 2:48AM 0:00.04 /usr/local/sbin/smbd -D root 543 0.0 0.3 3608 584 ?? Ss 2:48AM 0:00.60 /usr/local/sbin/nmbd -D root 547 0.0 0.1 8176 272 ?? Is 2:48AM 0:00.03 /usr/X11R6/bin/gdm-binary root 556 0.0 0.8 8408 1556 ?? I 2:48AM 0:00.21 /usr/X11R6/bin/gdm-binary root 607 0.0 0.0 1184 68 ?? Ss 2:49AM 0:07.92 /usr/sbin/moused -p /dev/psm0 -t auto root 628 0.0 0.0 1376 12 ?? Is 2:49AM 0:00.01 /usr/sbin/inetd -a 127.0.0.1 root 640 0.0 0.0 1584 0 v0 IWs+ - 0:00.00 login [pam] (login) root 641 0.0 0.0 1232 0 v1 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv1 root 642 0.0 0.0 1232 0 v2 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv2 root 643 0.0 0.0 1232 0 v3 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv3 root 644 0.0 0.0 1232 0 v4 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv4 root 645 0.0 0.0 1232 0 v5 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv5 root 646 0.0 0.0 1232 0 v6 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv6 root 647 0.0 0.0 1232 0 v7 IWs+ - 0:00.00 /usr/libexec/getty Pc ttyv7 root 648 0.0 0.0 2444 0 v0 IW+ - 0:00.00 -zsh (zsh) simon 2056 0.0 0.2 1476 476 ?? Is 4:00AM 0:00.05 esd -terminate -nobeeps -as 2 -spawnfd 29 simon 2077 0.0 3.9 14832 7484 ?? Ss 4:01AM 0:01.44 gnome-session simon 2090 0.0 0.5 2436 968 ?? Ss 4:01AM 0:00.01 /usr/bin/ssh-agent -- gnome-session simon 2092 0.0 14.6 30116 28056 ?? S 4:01AM 0:04.87 /usr/X11R6/libexec/gconfd-2 13 simon 2095 0.0 1.4 5096 2596 ?? Is 4:01AM 0:00.63 /usr/local/libexec/bonobo-activation-server --ac-activate --ior-output-fd=26 simon 2097 0.0 2.0 6892 3768 ?? Ss 4:01AM 0:00.39 gnome-smproxy --sm-config-prefix /.gnome-smproxy-Iq6Llc/ --sm-client-id 110a9704190001063416444000000 simon 2099 0.0 3.3 12804 6348 ?? S 4:01AM 0:00.75 gnome-settings-daemon --oaf-activate-iid=OAFIID:GNOME_SettingsDaemon --oaf-ior-fd=30 simon 2110 0.0 0.9 3076 1784 ?? S 4:01AM 0:01.11 xscreensaver -nosplash simon 2123 0.0 4.5 15676 8696 ?? Ss 4:01AM 0:03.28 gnome-panel --sm-config-prefix /gnome-panel-8UDJ0V/ --sm-client-id 110a970419000106341644600000010040 simon 2125 0.0 4.8 24668 9188 ?? Ss 4:01AM 0:06.40 nautilus --sm-config-prefix /nautilus-l6ABsM/ --sm-client-id 110a970419000106357026700000003180000 -- simon 2127 0.0 4.2 12932 8036 ?? Ss 4:01AM 0:01.08 acme --sm-config-prefix /acme-NjAggK/ --sm-client-id 110a970419000106794469200000842490002 --screen 0 root 2129 0.0 1.4 7848 2636 ?? Is 4:01AM 0:00.33 /usr/X11R6/bin/xterm -xtsessionID 110a970419000106800115500000019520000 simon 2131 0.0 1.2 5720 2288 ?? Ss 4:01AM 0:00.39 /usr/X11R6/bin/LinPopUp simon 2134 0.0 0.0 2676 0 p0 IWs - 0:00.00 zsh simon 2140 0.0 3.8 14232 7268 ?? S 4:01AM 0:01.22 /usr/X11R6/libexec/gweather-applet-2 --oaf-activate-iid=OAFIID:GNOME_GWeatherApplet_Factory --oaf-ior simon 2144 0.1 4.5 14960 8564 ?? S 4:01AM 0:05.33 /usr/X11R6/libexec/wnck-applet --oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory --oaf-ior-fd=38 simon 2146 0.0 0.4 2664 848 ?? S 4:01AM 0:00.05 /usr/X11R6/libexec/mapping-daemon simon 2148 0.0 3.5 12716 6692 ?? S 4:01AM 0:02.22 /usr/X11R6/libexec/fish-applet-2 --oaf-activate-iid=OAFIID:GNOME_FishApplet_Factory --oaf-ior-fd=40 simon 2152 0.0 3.3 12964 6388 ?? S 4:01AM 0:01.33 /usr/X11R6/libexec/mixer_applet2 --oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory --oaf-ior-fd=42 root 2154 0.0 0.0 1624 0 p0 IW - 0:00.00 su root 2155 0.0 0.0 1516 0 p0 IW+ - 0:00.00 _su (csh) root 2163 0.0 3.3 7908 6396 ?? S 4:02AM 0:01.00 /usr/X11R6/bin/xterm simon 2164 0.0 0.0 2676 0 p1 IWs - 0:00.00 zsh simon 2172 0.0 0.7 4916 1428 p1 I+ 4:02AM 0:00.59 mutt simon 2241 0.0 1.2 2732 2280 p2 Is 4:19AM 0:00.88 zsh simon 2255 0.0 0.1 864 280 p1 I+ 4:21AM 0:00.00 sh -c /usr/X11R6/bin/nedit '/tmp/mutt-zi025-2172-2' simon 2256 0.0 2.4 7124 4604 p1 S+ 4:21AM 0:00.55 /usr/X11R6/bin/nedit /tmp/mutt-zi025-2172-2 root 2258 0.0 0.6 1624 1100 p2 I 4:21AM 0:00.04 su root 2259 0.0 0.5 1516 1020 p2 S 4:21AM 0:00.08 _su (csh) root 0 0.0 0.0 0 4 ?? DLs 2:48AM 0:00.05 (swapper) root 2282 0.0 0.2 684 460 p2 R+ 4:23AM 0:00.00 ps -aux root 10 0.0 0.0 0 12 ?? DL 2:48AM 0:00.00 (ktrace) root 1 0.0 0.0 728 84 ?? ILs 2:48AM 0:00.05 /sbin/init -- root 12 0.0 0.0 0 12 ?? WL 2:48AM 0:07.69 (swi8: clock) root 14 0.0 0.0 0 12 ?? WL 2:48AM 0:00.44 (swi1: net) --envbJBWh7q8WU6mo-- --UHN/qo2QbUvPLonB Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQE/qG3kCkn+/eutqCoRAjOmAKDrCDFGgp5yZlQfWlwajzzdC2Y1jQCg+zly lLprhqYn+p8Efhi+wUArHWM= =4m/j -----END PGP SIGNATURE----- --UHN/qo2QbUvPLonB--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031105032628.GA2172>