LibGL strangeness

So I was getting the dreaded unable to load driver error that those of us running steam on open source ati drivers are all familiar with by now.  However, I had already cleaned out the old libraries that cause problems, so I ran it with LIBGL_DEBUG=verbose to see if I could figure out the problem:
LIBGL_DEBUG=verbose steam
Running Steam on arch rolling 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(1426106357_client)
libGL: OpenDriver: trying /usr/lib64/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/r600_dri.so
libGL: dlopen /usr/lib64/dri/r600_dri.so failed (/usr/lib64/dri/r600_dri.so: wrong ELF class: ELFCLASS64)
libGL: OpenDriver: trying /usr/lib32/dri/tls/r600_dri.so
libGL: OpenDriver: trying /usr/lib32/dri/r600_dri.so
libGL: dlopen /usr/lib32/dri/r600_dri.so failed (/usr/lib32/dri/r600_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so
libGL: dlopen /usr/lib64/dri/swrast_dri.so failed (/usr/lib64/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
libGL: OpenDriver: trying /usr/lib32/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib32/dri/swrast_dri.so
libGL: dlopen /usr/lib32/dri/swrast_dri.so failed (/usr/lib32/dri/swrast_dri.so: cannot open shared object file: No such file or directory)
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
That's strange... it is trying to load /usr/lib32/dri/r600_dri.so but lib32-mesa installs it to /usr/lib32/xorg/modules/dri/r600_dri.so
Fine, so I
sudo ln -s /usr/lib32/xorg/modules/dri /usr/lib32/dri
and now it works.
Anyway, I just wanted to post this in case anyone else sees a similar issue.  If anybody has a clue why libGL is looking for my driver in the wrong place, I'd love to know.

lordheavy wrote:Probably you override default path with LIBGL_DRIVERS_PATH , you can check with 'env | grep LIBGL'
Indeed that is the case, and I was able to track it down to this line in /etc/profile:
export LIBGL_DRIVERS_PATH='/usr/lib64/dri:/usr/lib32/dri'
... but now I'm even more curious as to how that got there.

Similar Messages

  • VERY strange lag on a Dell Optiplex 760

    I thought it would be a good idea to keep a 16GB flash drive on my keychain that booted Arch so I could work on HW for college in a consistent OS!  Everything is working great so far, but I ran into a very strange problem with a Dell Optiplex 760.  During the normal Arch init process, everything loads great, except for when it gets to the udev stage where everything hangs.  But here's the strange part of this scenario: the problems go away when I start typing random keys or move the mouse!  If I don't do this, the system hangs completely from what I can tell.  This happens at the console and with X. 
    The service tag for this machine is FDCQQJ1, and the dell.com driver area brings up this list of hardware and (windows) drivers for it.
    Here's the #lspci -vv of the system:
    00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
    Subsystem: Dell Device 027f
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel driver in use: agpgart-intel
    Kernel modules: intel-agp
    00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 33
    Region 0: Memory at fe800000 (64-bit, non-prefetchable) [size=4M]
    Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
    Region 4: I/O ports at ec90 [size=8]
    Expansion ROM at <unassigned> [disabled]
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Address: fee0300c Data: 41c1
    Capabilities: [d0] Power Management version 2
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Kernel driver in use: i915
    Kernel modules: i915
    00:02.1 Display controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
    Subsystem: Dell Device 027f
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Region 0: Memory at fe700000 (64-bit, non-prefetchable) [size=1M]
    Capabilities: [d0] Power Management version 2
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    00:03.0 Communication controller: Intel Corporation 4 Series Chipset HECI Controller (rev 03)
    Subsystem: Dell Device 027f
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 11
    Region 0: Memory at feda6000 (64-bit, non-prefetchable) [size=16]
    Capabilities: [50] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    00:03.2 IDE interface: Intel Corporation 4 Series Chipset PT IDER Controller (rev 03) (prog-if 85 [Master SecO PriO])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin C routed to IRQ 18
    Region 0: I/O ports at fe80 [size=8]
    Region 1: I/O ports at fe90 [size=4]
    Region 2: I/O ports at fea0 [size=8]
    Region 3: I/O ports at feb0 [size=4]
    Region 4: I/O ports at fef0 [size=16]
    Capabilities: [c8] Power Management version 3
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    00:03.3 Serial controller: Intel Corporation 4 Series Chipset Serial KT Controller (rev 03) (prog-if 02 [16550])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 17
    Region 0: I/O ports at ec98 [size=8]
    Region 1: Memory at fe6d8000 (32-bit, non-prefetchable) [size=4K]
    Capabilities: [c8] Power Management version 3
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    Kernel driver in use: serial
    00:19.0 Ethernet controller: Intel Corporation 82567LM-3 Gigabit Network Connection (rev 02)
    Subsystem: Dell Device 027f
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 32
    Region 0: Memory at fe6e0000 (32-bit, non-prefetchable) [size=128K]
    Region 1: Memory at fe6d9000 (32-bit, non-prefetchable) [size=4K]
    Region 2: I/O ports at ecc0 [size=32]
    Capabilities: [c8] Power Management version 2
    Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
    Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Address: 00000000fee0300c Data: 41d1
    Capabilities: [e0] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: e1000e
    Kernel modules: e1000e
    00:1a.0 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 16
    Region 4: I/O ports at ff20 [size=32]
    Capabilities: [50] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.1 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #5 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 17
    Region 4: I/O ports at ff00 [size=32]
    Capabilities: [50] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.2 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #6 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 22
    Region 4: I/O ports at fc00 [size=32]
    Capabilities: [50] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1a.7 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #2 (rev 02) (prog-if 20 [EHCI])
    Subsystem: Dell Device 027f
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 22
    Region 0: Memory at fe6da000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1b.0 Audio device: Intel Corporation 82801JD/DO (ICH10 Family) HD Audio Controller (rev 02)
    Subsystem: Dell Device 027f
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Interrupt: pin A routed to IRQ 16
    Region 0: Memory at fe6dc000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
    Address: 0000000000000000 Data: 0000
    Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE- FLReset+
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #0, Speed unknown, Width x0, ASPM unknown, Latency L0 <64ns, L1 <1us
    ClockPM- Surprise- LLActRep- BwNot-
    LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed- WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
    Status: NegoPending- InProgress-
    VC1: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=1 ArbSelect=Fixed TC/VC=80
    Status: NegoPending- InProgress-
    Capabilities: [130 v1] Root Complex Link
    Desc: PortNumber=0f ComponentID=02 EltType=Config
    Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
    Addr: 00000000feda8000
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel
    00:1c.0 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 1 (rev 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00001000-00001fff
    Memory behind bridge: fe500000-fe5fffff
    Prefetchable memory behind bridge: 000000007e000000-000000007e1fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #1, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 <256ns, L1 <4us
    ClockPM- Surprise- LLActRep+ BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
    Slot #5, PowerLimit 10.000W; Interlock- NoCompl+
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
    Changed: MRL- PresDet- LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
    DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
    LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
    Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
    Compliance De-emphasis: -6dB
    LnkSta2: Current De-emphasis Level: -6dB
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Address: fee0300c Data: 4189
    Capabilities: [90] Subsystem: Dell Device 027f
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed+ WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
    Status: NegoPending- InProgress-
    Capabilities: [180 v1] Root Complex Link
    Desc: PortNumber=01 ComponentID=02 EltType=Config
    Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
    Addr: 00000000feda8000
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 82801JD/DO (ICH10 Family) PCI Express Port 2 (rev 02) (prog-if 00 [Normal decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0, Cache Line Size: 64 bytes
    Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: fe400000-fe4fffff
    Prefetchable memory behind bridge: 000000007e200000-000000007e3fffff
    Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
    DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
    ExtTag- RBE+ FLReset-
    DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
    RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
    MaxPayload 128 bytes, MaxReadReq 128 bytes
    DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
    LnkCap: Port #2, Speed 2.5GT/s, Width x1, ASPM L0s, Latency L0 <256ns, L1 <4us
    ClockPM- Surprise- LLActRep+ BwNot-
    LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
    ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
    LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
    SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
    Slot #4, PowerLimit 10.000W; Interlock- NoCompl+
    SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
    Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
    SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
    Changed: MRL- PresDet- LinkState-
    RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
    RootCap: CRSVisible-
    RootSta: PME ReqID 0000, PMEStatus- PMEPending-
    DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd-
    DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd-
    LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
    Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
    Compliance De-emphasis: -6dB
    LnkSta2: Current De-emphasis Level: -6dB
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Address: fee0300c Data: 4191
    Capabilities: [90] Subsystem: Dell Device 027f
    Capabilities: [a0] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [100 v1] Virtual Channel
    Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
    Arb: Fixed+ WRR32- WRR64- WRR128-
    Ctrl: ArbSelect=Fixed
    Status: InProgress-
    VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
    Arb: Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
    Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
    Status: NegoPending- InProgress-
    Capabilities: [180 v1] Root Complex Link
    Desc: PortNumber=02 ComponentID=02 EltType=Config
    Link0: Desc: TargetPort=00 TargetComponent=02 AssocRCRB- LinkType=MemMapped LinkValid+
    Addr: 00000000feda8000
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 23
    Region 4: I/O ports at ff80 [size=32]
    Capabilities: [50] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.1 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin B routed to IRQ 17
    Region 4: I/O ports at ff60 [size=32]
    Capabilities: [50] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.2 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB UHCI Controller #3 (rev 02) (prog-if 00 [UHCI])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 18
    Region 4: I/O ports at ff40 [size=32]
    Capabilities: [50] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: uhci_hcd
    Kernel modules: uhci-hcd
    00:1d.7 USB Controller: Intel Corporation 82801JD/DO (ICH10 Family) USB2 EHCI Controller #1 (rev 02) (prog-if 20 [EHCI])
    Subsystem: Dell Device 027f
    Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin A routed to IRQ 23
    Region 0: Memory at ff980000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
    Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: ehci_hcd
    Kernel modules: ehci-hcd
    00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a2) (prog-if 01 [Subtractive decode])
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Bus: primary=00, secondary=03, subordinate=03, sec-latency=32
    Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
    BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
    PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
    Capabilities: [50] Subsystem: Dell Device 027f
    00:1f.0 ISA bridge: Intel Corporation 82801JD (ICH10D) LPC Interface Controller (rev 02)
    Subsystem: Dell Device 027f
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel modules: iTCO_wdt
    00:1f.2 IDE interface: Intel Corporation 82801JD/DO (ICH10 Family) 4-port SATA IDE Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 18
    Region 0: I/O ports at fe00 [size=8]
    Region 1: I/O ports at fe10 [size=4]
    Region 2: I/O ports at fe20 [size=8]
    Region 3: I/O ports at fe30 [size=4]
    Region 4: I/O ports at fec0 [size=16]
    Region 5: I/O ports at eca0 [size=16]
    Capabilities: [70] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [b0] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: ata_piix
    Kernel modules: ata_piix
    00:1f.3 SMBus: Intel Corporation 82801JD/DO (ICH10 Family) SMBus Controller (rev 02)
    Subsystem: Dell Device 027f
    Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
    Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Interrupt: pin C routed to IRQ 18
    Region 0: Memory at fe6db000 (64-bit, non-prefetchable) [size=256]
    Region 4: I/O ports at ece0 [size=32]
    Kernel driver in use: i801_smbus
    Kernel modules: i2c-i801
    00:1f.5 IDE interface: Intel Corporation 82801JD/DO (ICH10 Family) 2-port SATA IDE Controller (rev 02) (prog-if 85 [Master SecO PriO])
    Subsystem: Dell Device 027f
    Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
    Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
    Latency: 0
    Interrupt: pin C routed to IRQ 18
    Region 0: I/O ports at fe40 [size=8]
    Region 1: I/O ports at fe50 [size=4]
    Region 2: I/O ports at fe60 [size=8]
    Region 3: I/O ports at fe70 [size=4]
    Region 4: I/O ports at fed0 [size=16]
    Region 5: I/O ports at ecb0 [size=16]
    Capabilities: [70] Power Management version 3
    Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
    Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
    Capabilities: [b0] PCI Advanced Features
    AFCap: TP+ FLR+
    AFCtrl: FLR-
    AFStatus: TP-
    Kernel driver in use: ata_piix
    Kernel modules: ata_piix
    I have googled around a bit, and I've read about others (surprisingly) having the same issue, but I've found no answers to my avail yet.

    Here are the packages installed on my system, with versions (output of pacman -Qs):
    local/a2ps 4.14-1
    a2ps is an Any to PostScript filter
    local/a52dec 0.7.4-4
    liba52 is a free library for decoding ATSC A/52 streams.
    local/acl 2.2.48-1 (base)
    Library for filesystem ACL support
    local/alsa-lib 1.0.22-1
    An alternative implementation of Linux sound support
    local/alsa-utils 1.0.22-2
    An alternative implementation of Linux sound support
    local/aspell 0.60.6-4
    A spell checker designed to eventually replace Ispell
    local/ati-dri 7.7-1
    Mesa DRI drivers for AMD/ATI Radeon
    local/atk 1.28.0-1
    A library providing a set of interfaces for accessibility
    local/attr 2.4.44-1 (base)
    Extended attribute support library for ACL support
    local/autoconf 2.65-1 (base-devel)
    A GNU tool for automatically configuring source code
    local/automake 1.11.1-1 (base-devel)
    A GNU tool for automatically creating Makefiles
    local/avahi 0.6.25-3
    A multicast/unicast DNS-SD framework
    local/b43-firmware 4.150.10.5-1
    Firmware for Broadcom B43 wireless networking chips
    local/b43-fwcutter 012-1
    firmware extractor for the bcm43xx kernel module
    local/bash 4.1.002-2 (base)
    The GNU Bourne Again shell
    local/beanshell 2.0b4-1
    Small, free, embeddable, source level Java interpreter with object based
    scripting language features written in Java
    local/bin86 0.16.17-4 (base-devel)
    A complete 8086 assembler and loader
    local/binutils 2.20-3 (base)
    A set of programs to assemble and manipulate binary and object files
    local/bison 2.4.1-1 (base-devel)
    The GNU general-purpose parser generator
    local/bzip2 1.0.5-5 (base)
    A high-quality data compression program
    local/ca-certificates 20090814-2
    Common CA certificates
    local/ca-certificates-java 20090629-2
    Common CA certificates (JKS keystore)
    local/cabextract 1.2-2
    A program to extract Microsoft cabinet (.CAB) files.
    local/cairo 1.8.10-1
    Cairo vector graphics library
    local/cairomm 1.8.4-1
    C++ bindings to Cairo vector graphics library
    local/cdparanoia 10.2-2
    Compact Disc Digital Audio extraction tool
    local/cloog-ppl 0.15.7-1
    Library that generates loops for scanning polyhedra
    local/compositeproto 0.4.1-1
    X11 Composite extension wire protocol
    local/consolekit 0.4.1-2
    A framework for defining and tracking users, login sessions, and seats
    local/coreutils 8.4-1 (base)
    The basic file, shell and text manipulation utilities of the GNU operating
    system
    local/cpio 2.10-1 (base)
    A tool to copy files into or out of a cpio or tar archive
    local/cracklib 2.8.13-2 (base)
    Password Checking Library
    local/cryptsetup 1.1.0-2 (base)
    Userspace setup tool for transparent encryption of block devices using the
    Linux 2.6 cryptoapi
    local/curl 7.20.0-1
    An URL retrival utility and library
    local/cyrus-sasl-plugins 2.1.23-1
    Cyrus Simple Authentication Service Layer (SASL) library
    local/damageproto 1.2.0-1
    X11 Damage extension wire protocol
    local/dash 0.5.5.1-2 (base)
    A POSIX compliant shell that aims to be as small as possible
    local/db 4.8.26-1 (base)
    The Berkeley DB embedded database system
    local/dbus 1.2.20-1
    Freedesktop.org message bus system
    local/dbus-core 1.2.20-1
    Freedesktop.org message bus system
    local/dbus-glib 0.82-2
    GLib bindings for DBUS
    local/dcron 4.4-2 (base)
    dillon's lightweight cron daemon
    local/desktop-file-utils 0.15-1
    Command line utilities for working with desktop entries
    local/device-mapper 2.02.60-3 (base)
    Device mapper userspace library and tools
    local/dhcpcd 5.2.1-1 (base)
    RFC2131 compliant DHCP client daemon
    local/dialog 1.1_20100119-1 (base)
    A tool to display dialog boxes from shell scripts
    local/diffutils 2.9-1 (base)
    Utility programs used for creating patch files
    local/dmidecode 2.10-1
    Desktop Management Interface table related utilities
    local/dmxproto 2.3-1
    X11 Distributed Multihead X extension wire protocol
    local/dosfstools 3.0.9-1
    DOS filesystem utilities
    local/dri2proto 2.1-2
    X11 DRI protocol
    local/e2fsprogs 1.41.10-1 (base)
    Ext2/3/4 filesystem utilities
    local/ed 1.4-1 (base-devel)
    A POSIX-compliant line editor
    local/eggdbus 0.6-1
    Experimental D-Bus bindings for GObject
    local/eject 2.1.5-4
    Eject is a program for ejecting removable media under software control
    local/enca 1.13-1
    Charset analyser and converter
    local/enchant 1.5.0-3
    A wrapper library for generic spell checking
    local/eventlog 0.2.9-1
    A new API to format and send structured log messages
    local/exo 0.3.106-1 (xfce4)
    Extensions to Xfce by os-cillation
    local/expat 2.0.1-5
    An XML Parser library written in C
    local/faac 1.28-2
    FAAC is an AAC audio encoder
    local/faad2 2.7-1
    ISO AAC audio decoder
    local/fakeroot 1.14.4-2 (base-devel)
    Gives a fake root environment, useful for building packages as a
    non-privileged user
    local/farsight2 0.0.17-1
    Audio/Video conference software for Instant Messengers
    local/ffmpeg 22511-1
    Complete and free Internet live audio and video broadcasting solution for
    Linux/Unix
    local/file 5.04-2 (base)
    File type identification utility
    local/filesystem 2010.02-4 (base)
    Base filesystem
    local/findutils 4.4.2-1 (base)
    GNU utilities to locate files
    local/fixesproto 4.1.1-1
    X11 Fixes extension wire protocol
    local/flac 1.2.1-2
    Free Lossless Audio Codec
    local/flashplugin 10.0.45.2-1
    Adobe Flash Player
    local/flex 2.5.35-3 (base-devel)
    A tool for generating text-scanning programs
    local/fluidsynth 1.1.1-2
    A real-time software synthesizer based on the SoundFont 2 specifications
    local/fontcacheproto 0.1.3-1
    X11 font cache extension wire protocol
    local/fontconfig 2.8.0-1
    A library for configuring and customizing font access
    local/fontsproto 2.1.0-1
    X11 font extension wire protocol
    local/freeglut 2.6.0-1
    Provides functionality for small OpenGL programs
    local/freetype2 2.3.12-1
    TrueType font rendering library
    local/fribidi 0.19.2-1
    A Free Implementation of the Unicode Bidirectional Algorithm
    local/frozen-bubble 2.2.0-2
    A game in which you throw colorful bubbles and build groups to destroy the
    bubbles
    local/fuse 2.8.3-1
    A library that makes it possible to implement a filesystem in a userspace
    program.
    local/gamin 0.1.10-1
    Gamin is a file and directory monitoring system defined to be a subset of
    the FAM (File Alteration Monitor) system.
    local/gawk 3.1.7-1 (base)
    Gnu version of awk
    local/gcc 4.4.3-1 (base-devel)
    The GNU Compiler Collection
    local/gcc-libs 4.4.3-1 (base)
    Runtime libraries shipped by GCC for C and C++ languages
    local/gconf 2.28.0-1
    A configuration database system
    local/gdbm 1.8.3-6 (base)
    GNU database library
    local/gdk-pixbuf 0.22.0-7
    Image loading and manipulation library
    local/gen-init-cpio 2.6.32-1 (base)
    Program to compress initramfs images
    local/gettext 0.17-3 (base)
    GNU internationalization library
    local/ghostscript 8.71-2
    An interpreter for the PostScript language
    local/giflib 4.1.6-3
    A library for reading and writing gif images
    local/git 1.7.0.2-1
    the fast distributed version control system
    local/gksu 2.0.2-2
    A graphical frontend for su
    local/glib 1.2.10-8
    Common C routines used by Gtk+ and other libs
    local/glib2 2.22.4-1
    Common C routines used by GTK+ 2.4 and other libs
    local/glibc 2.11.1-1 (base)
    GNU C Library
    local/glibmm 2.22.1-1
    Glib-- (glibmm) is a C++ interface for glib
    local/gmp 4.3.2-1
    A free library for arbitrary precision arithmetic
    local/gnome-icon-theme 2.28.0-1 (gnome)
    Default icon theme for GNOME2
    local/gnome-keyring 2.28.2-1
    GNOME Password Management daemon
    local/gnutls 2.8.5-1
    A library which provides a secure layer over a reliable transport layer
    local/google-chrome-dev 5.0.342.3-1
    Google Chrome Developer preview channel for Linux
    local/gparted 0.5.2-1
    A Partition Magic clone, frontend to GNU Parted
    local/gpm 1.20.6-5
    A mouse server for the console and xterm
    local/gqview 2.0.4-3
    An image browser and viewer
    local/grep 2.5.4-3 (base)
    A string search utility
    local/groff 1.20.1-4
    GNU troff text-formatting system
    local/grub 0.97-16 (base)
    A GNU multiboot boot loader
    local/gsfonts 8.11-5
    Ghostscript standard Type1 fonts
    local/gstreamer0.10 0.10.28-1
    GStreamer Multimedia Framework
    local/gstreamer0.10-base 0.10.28-1
    GStreamer Multimedia Framework Base plugin libraries
    local/gstreamer0.10-base-plugins 0.10.28-1 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
    local/gstreamer0.10-python 0.10.18-1
    Python bindings for GStreamer 0.10
    local/gtk 1.2.10-10
    The GTK+ toolkit
    local/gtk-aurora-engine 1.5.1-1
    gtk-engine: latest member of the clearlooks family
    local/gtk-xfce-engine 2.6.0-1 (xfce4)
    A port of Xfce engine to GTK+-2.0
    local/gtk2 2.18.7-1
    The GTK+ Toolkit (v2)
    local/gtkmm 2.18.2-1
    C++ bindings for gtk2
    local/gtkspell 2.0.16-1
    GtkSpell provides word-processor-style highlighting and replacement of
    misspelled words in a GtkTextView widget
    local/gzip 1.4-1 (base)
    GNU compression utility
    local/hal 0.5.14-2
    Hardware Abstraction Layer
    local/hal-info 0.20091130-1
    Hardware Abstraction Layer information files
    local/hdparm 9.27-2 (base)
    A shell utility for manipulating Linux IDE drive/driver parameters
    local/heimdal 1.3.1-3
    Implementation of Kerberos V5 libraries
    local/hicolor-icon-theme 0.11-1
    Freedesktop.org Hicolor icon theme
    local/hsqldb-java 1.8.1.1-1
    HSQLDB Java libraries
    local/htop 0.8.3-1
    Interactive process viewer
    local/hunspell 1.2.8-2
    Spell checker and morphological analyzer library and program
    local/hyphen 2.4-1
    library for high quality hyphenation and justification
    local/icon-naming-utils 0.8.90-1
    Maps the new names of icons for Tango to the legacy names used by the GNOME
    and KDE desktops.
    local/icu 4.2.1-1
    International Components for Unicode library
    local/ilmbase 1.0.1-1
    IlmThread is a thread abstraction library for use with OpenEXR
    local/imagemagick 6.6.0.0-1
    An image viewing/manipulation program
    local/imlib2 1.4.2-6
    Library that does image file loading and saving as well as rendering,
    manipulation, arbitrary polygon support
    local/initscripts 2010.01-1 (base)
    System initialization/bootup scripts
    local/inputproto 2.0-1
    X11 Input extension wire protocol
    local/intel-dri 7.7-1
    Mesa DRI drivers for Intel
    local/iproute2 2.6.31-1
    IP Routing Utilities
    local/iptables 1.4.7-1
    A Linux kernel packet control tool
    local/iputils 20100214-2 (base)
    IP Configuration Utilities (and Ping)
    local/iso-codes 3.14-1
    Lists of the country, language, and currency names
    local/jack 0.116.2-1
    A low-latency audio server
    local/jasper 1.900.1-5
    A software-based implementation of the codec specified in the emerging
    JPEG-2000 Part-1 standard
    local/jfsutils 1.1.14-1 (base)
    JFS filesystem utilities
    local/json-glib 0.10.0-1
    JSON library built on GLib
    local/kbd 1.15.1-1 (base)
    Keytable files and keyboard utilities
    local/kbproto 1.0.4-1
    X11 XKB extension wire protocol
    local/kernel26 2.6.32.10-1 (base)
    The Linux Kernel and modules
    local/kernel26-firmware 2.6.32.10-1 (base)
    The included firmware files of the Linux Kernel
    local/kernel26-headers 2.6.32.10-1
    Header files and scripts for building modules for kernel26
    local/ladspa 1.13-2
    Linux Audio Developer's Simple Plugin API (LADSPA)
    local/lame 3.98.3-1
    An MP3 encoder and graphical frame analyzer
    local/lcms 1.18-3
    Lightweight color management development library/engine
    local/less 436-1 (base)
    A terminal based program for viewing text files
    local/libarchive 2.8.3-1
    library that can create and read several streaming archive formats
    local/libass 0.9.9-1
    A portable library for SSA/ASS subtitles rendering
    local/libcap 2.19-1
    POSIX 1003.1e capabilities
    local/libcddb 1.3.2-1
    Library that implements the different protocols (CDDBP, HTTP, SMTP) to
    access data on a CDDB server (e.g. http://freedb.org).
    local/libcdio 0.82-1
    GNU Compact Disc Input and Control Library
    local/libcroco 0.6.2-1
    GNOME CSS2 parsing and manipulation toolkit
    local/libcups 1.4.2-3
    The CUPS Printing System - client libraries and headers
    local/libdaemon 0.14-1
    A lightweight C library which eases the writing of UNIX daemons
    local/libdatrie 0.2.3-1
    Libdatrie is an implementation of double-array structure for representing
    trie, as proposed by Junichi Aoe.
    local/libdca 0.0.5-2
    Free library for decoding DTS Coherent Acoustics streams
    local/libdmx 1.1.0-1
    X11 Distributed Multihead extension library
    local/libdrm 2.4.18-2
    Userspace interface to kernel DRM services
    local/libdvbpsi 0.1.6-3
    MPEG TS and DVB PSI tables library (needed by vlc for streaming)
    local/libdvdnav 4.1.3-2
    The library for xine-dvdnav plugin.
    local/libdvdread 4.1.3-1
    libdvdread provides a simple foundation for reading DVD video disks
    local/libebml 0.7.8-2
    Extensible Binary Meta Language library
    local/libevent 1.4.13-1
    An event notification library
    local/libexif 0.6.19-1
    A library to parse an EXIF file and read the data from those tags
    local/libfetch 2.30-1 (base)
    URL based download library
    local/libfontenc 1.0.5-1
    X11 font encoding library
    local/libgcrypt 1.4.5-1 (base)
    a general purpose crypto library based on the code used
    local/libgksu 2.0.12-1
    gksu authorization library
    local/libgl 7.7-1
    Mesa 3-D graphics library and DRI software rasterizer
    local/libglade 2.6.4-1
    Allows you to load glade interface files in a program at runtime
    local/libgpg-error 1.7-2 (base)
    Support library for libgcrypt
    local/libgraphite 2.3.1-1
    SILGraphite - a "smart font" rendering engine - the libs and headers
    local/libgsf 1.14.16-1
    The GNOME Structured File Library is a utility library for reading and
    writing structured file formats
    local/libgssglue 0.1-2
    exports a gssapi interface which calls other random gssapi libraries
    local/libgtop 2.28.0-1
    A library that read information about processes and the running system
    local/libice 1.0.6-1
    X11 Inter-Client Exchange library
    local/libid3tag 0.15.1b-4
    library for id3 tagging
    local/libidl2 0.8.13-1
    A front-end for CORBA 2.2 IDL and Netscape's XPIDL
    local/libidn 1.16-1
    Implementation of the Stringprep, Punycode and IDNA specifications
    local/libjpeg 8.0.1-1
    Library of JPEG support functions
    local/libjpeg6 6b-9
    Library of JPEG support functions
    local/libldap 2.4.21-1
    Lightweight Directory Access Protocol (LDAP) client libraries
    local/libmad 0.15.1b-4
    A high-quality MPEG audio decoder
    local/libmatroska 0.8.1-2
    Matroska library
    local/libmikmod 3.1.12-3
    A portable sound library
    local/libmng 1.0.10-3
    A collection of routines used to create and manipulate MNG format graphics
    files
    local/libmodplug 0.8.7-1
    A MOD playing library
    local/libmp4v2 1.9.1-1
    MPEG-4 library
    local/libmpcdec 1.2.6-2
    Musepack decoding library
    local/libmpeg2 0.5.1-1
    libmpeg2 is a library for decoding MPEG-1 and MPEG-2 video streams.
    local/libmspack 0.0.20060920alpha-1
    local/libmtp 1.0.2-1
    library implementation of the Media Transfer Protocol
    local/libmysqlclient 5.1.45-1
    MySQL client libraries
    local/libnice 0.0.11-1
    An implementation of the IETF's draft ICE (for p2p UDP data streams)
    local/libnl 1.1-1
    Library for applications dealing with netlink sockets
    local/libnotify 0.4.5-1.1
    Desktop notification library
    local/libogg 1.1.4-1
    Ogg bitstream and framing library
    local/liboil 0.3.17-1
    Library of simple functions that are optimized for various CPUs.
    local/libpcap 1.0.0-1 (base)
    A system-independent interface for user-level packet capture
    local/libpciaccess 0.10.9-1
    X11 PCI access library
    local/libpng 1.4.1-1
    A collection of routines used to create PNG format graphics files
    local/libpng12 1.2.40-1
    A collection of routines used to create PNG format graphics files
    local/libproxy 0.2.3-1
    A library that provides automatic proxy configuration management
    local/libpurple 2.6.6-1
    IM library extracted from Pidgin
    local/librpcsecgss 0.19-2
    Library for RPCSECGSS support
    local/librsvg 2.26.0-2
    SAX-based renderer for SVG files into a GdkPixbuf
    local/libsasl 2.1.23-2
    Cyrus Simple Authentication Service Layer (SASL) library
    local/libsexy 0.1.11-2
    Doing naughty things to good widgets.
    local/libshout 2.2.2-3
    Library for accessing a shoutcast/icecast server
    local/libsigc++2.0 2.2.4.2-1
    Libsigc++ implements a full callback system for use in widget libraries - V2
    local/libsm 1.1.1-1
    X11 Session Management library
    local/libsndfile 1.0.21-1
    A C library for reading and writing files containing sampled sound
    local/libtasn1 2.4-1
    The ASN.1 library used in GNUTLS
    local/libthai 0.1.14-1
    Thai language support routines
    local/libtheora 1.1.1-1
    An open video codec developed by the Xiph.org
    local/libtiff 3.9.2-2
    Library for manipulation of TIFF images
    local/libtirpc 0.2.1-1
    Transport Independent RPC library (SunRPC replacement)
    local/libtool 2.2.6b-2 (base-devel)
    A generic library support script
    local/libusb 0.1.12-4 (base)
    Library to enable user space application programs to communicate with USB
    devices
    local/libv4l 0.6.4-1
    Userspace library for Video 4 Linux (1 and 2)
    local/libvdpau 0.4-1
    Nvidia VDPAU library
    local/libvisual 0.4.0-2
    Abstraction library that comes between applications and audio visualisation
    plugins
    local/libvorbis 1.2.3-1
    Vorbis codec library
    local/libwmf 0.2.8.4-7
    A library for reading vector images in Microsoft's native Windows Metafile
    Format (WMF).
    local/libwnck 2.28.0-1
    Window Navigator Construction Kit
    local/libwpd 0.8.14-1
    library for importing WordPerfect (tm) documents
    local/libx11 1.3.3-1
    X11 client-side library
    local/libx86 1.1-2
    Provides an lrmi interface that works on x86, am64 and alpha
    local/libxau 1.0.5-1
    X11 authorisation library
    local/libxaw 1.0.7-1
    X11 Athena Widget library
    local/libxcb 1.5-1
    X11 client-side library
    local/libxcomposite 0.4.1-1
    X11 Composite extension library
    local/libxcursor 1.1.10-1
    X cursor management library
    local/libxdamage 1.1.2-1
    X11 damaged region extension library
    local/libxdmcp 1.0.3-1
    X11 Display Manager Control Protocol library
    local/libxext 1.1.1-1
    X11 miscellaneous extensions library
    local/libxfce4menu 4.6.1-1 (xfce4)
    a freedesktop.org compliant menu implementation for Xfce
    local/libxfce4util 4.6.1-1 (xfce4)
    Basic utility non-GUI functions for Xfce
    local/libxfcegui4 4.6.3-1 (xfce4)
    Various gtk widgets for Xfce
    local/libxfixes 4.0.4-1
    X11 miscellaneous 'fixes' extension library
    local/libxfont 1.4.1-1
    X11 font rasterisation library
    local/libxfontcache 1.0.5-1
    X11 font cache library
    local/libxft 2.1.14-1
    FreeType-based font drawing library for X
    local/libxi 1.3-2
    X11 Input extension library
    local/libxinerama 1.1-1
    X11 Xinerama extension library
    local/libxkbfile 1.0.6-1
    X11 keyboard file manipulation library
    local/libxklavier 4.0-1
    High-level API for X Keyboard Extension
    local/libxml2 2.7.6-2
    XML parsing library, version 2
    local/libxmu 1.0.5-1
    X11 miscellaneous micro-utility library
    local/libxpm 3.5.8-1
    X11 pixmap library
    local/libxrandr 1.3.0-1
    X11 RandR extension library
    local/libxrender 0.9.5-1
    X Rendering Extension client library
    local/libxres 1.0.4-1
    X11 Resource extension library
    local/libxslt 1.1.26-1
    XML stylesheet transformation library
    local/libxss 1.2.0-1
    X11 Screen Saver extension library
    local/libxt 1.0.7-1
    X11 toolkit intrinsics library
    local/libxtst 1.1.0-1
    X11 Testing -- Resource extension library
    local/libxv 1.0.5-1
    X11 Video extension library
    local/libxvmc 1.0.5-1
    X11 Video Motion Compensation extension library
    local/libxxf86dga 1.1.1-1
    X11 Direct Graphics Access extension library
    local/libxxf86misc 1.0.2-1
    X11 XFree86 miscellaneous extension library
    local/libxxf86vm 1.1.0-1
    X11 XFree86 video mode extension library
    local/licenses 2.5-1 (base)
    The standard licenses distribution package
    local/links 2.2-3
    A text WWW browser, similar to Lynx
    local/linux-api-headers 2.6.32.5-2 (base)
    Kernel headers sanitized for use in userspace
    local/linux-atm 2.5.0-1
    Drivers and tools to support ATM networking under Linux.
    local/logrotate 3.7.8-1 (base)
    Rotates system logs automatically
    local/lpsolve 5.5.0.15-1
    a Mixed Integer Linear Programming (MILP) solver
    local/lua 5.1.4-4
    A powerful light-weight programming language designed for extending
    applications.
    local/lucene 2.9.2-1
    A high-performance, full-featured text search engine library written
    entirely in Java
    local/lvm2 2.02.60-3 (base)
    Logical Volume Manager 2 utilities
    local/lzo2 2.03-1 (base)
    Portable lossless data compression library written in ANSI C
    local/m4 1.4.14-1 (base-devel)
    m4 macro processor
    local/mach64-dri 7.7-1
    Mesa DRI drivers for ATI Mach64
    local/madwifi 0.9.4.4100-2
    Madwifi drivers for Atheros wireless chipsets. For stock arch 2.6 kernel
    local/madwifi-utils 0.9.4.4096-1
    Userspace tools of madwifi drivers for Atheros wireless chipsets.
    local/mailx 8.1.1-7 (base)
    A commandline utility for sending email
    local/make 3.81-4 (base-devel)
    GNU make utility to maintain groups of programs
    local/man-db 2.5.7-1 (base)
    A utility for reading man pages
    local/man-pages 3.24-1 (base)
    Linux man pages
    local/mcpp 2.7.2-2
    Matsui's CPP implementation precisely conformed to standards
    local/mdadm 3.1.1-2 (base)
    A tool for managing/monitoring Linux md device arrays, also known as
    Software RAID
    local/meliae-svg-icon-theme 1.2-1
    Here you are version n. 1.1 of the new Meliae Icon Theme (all icons are in
    SVG format).
    local/mesa 7.7-1
    Mesa 3-D graphics libraries and include files
    local/mga-dri 7.7-1
    Mesa DRI drivers for Matrox
    local/mkinitcpio 0.6.3-1 (base)
    Modular initramfs image creation utility
    local/mkinitcpio-busybox 1.15.3-5
    base initramfs tools
    local/mlocate 0.22.3-1
    Faster merging drop-in for slocate
    local/mobile-broadband-provider-info 0.20100301-1
    Network Management daemon
    local/module-init-tools 3.11.1-2 (base)
    utilities needed by Linux systems for managing loadable kernel modules
    local/mousepad 0.2.16-2 (xfce4)
    Simple Text Editor for Xfce4 (based on Gedit)
    local/mozilla-common 1.4-1
    Common Initialization Profile for Mozilla.org products
    local/mpfr 2.4.2-1
    multiple-precision floating-point library
    local/ms-sys 2.1.4-2
    A tool to write Win9x/2k/XP/2k3/Vista/7/2k8 master boot records (mbr) under
    linux - RTM!
    local/mtools 4.0.13-1
    A collection of utilities to access MS-DOS disks
    local/nano 2.2.3-1 (base)
    Pico editor clone with enhancements
    local/ncurses 5.7-2 (base)
    System V Release 4.0 curses emulation library
    local/ndiswrapper 1.56-1
    Module for NDIS (Windows Network Drivers) drivers supplied by vendors. For
    stock arch 2.6 kernel.
    local/ndiswrapper-utils 1.56-1
    Binaries for ndiswrapper module
    local/neon 0.28.6-2
    HTTP and WebDAV client library with a C interface
    local/net-tools 1.60-14 (base)
    Configuration tools for Linux networking
    local/network-manager-applet 0.8-2
    GNOME frontends to NetWorkmanager
    local/networkmanager 0.8-1
    Network Management daemon
    local/nfs-utils 1.2.2-1
    Support programs for Network File Systems
    local/nfsidmap 0.23-3
    Library to help mapping IDs, mainly for NFSv4
    local/notification-daemon 0.4.0-4 (gnome)
    Notification daemon for the desktop notifications framework
    local/nspr 4.8.3-1
    Netscape Portable Runtime
    local/nss 3.12.4-2
    Mozilla Network Security Services
    local/ntfs-3g 2010.1.16-1
    Stable read and write NTFS driver
    local/ntfsprogs 2.0.0-4
    NTFS filesystem utilities
    local/opencore-amr 0.1.2-1
    Open source implementation of the Adaptive Multi Rate (AMR) speech codec
    local/openexr 1.6.1-1
    openexr library for EXR images
    local/openjdk6 6.b17_1.7.1-1
    Free Java environment based on OpenJDK 6.0 with IcedTea6 replacing binary
    plugs.
    local/openntpd 3.9p1-10
    Free, easy to use implementation of the Network Time Protocol.
    local/openoffice-base 3.2.0-1
    OpenOffice.org - a free multiplatform and multilingual office suite -
    testing branch leeding to next stable release
    local/openssh 5.3p1-4
    A Secure SHell server/client
    local/openssl 0.9.8m-2
    The Open Source toolkit for Secure Sockets Layer and Transport Layer
    Security
    local/ophcrack 3.3.1-4
    A free Windows password cracker based on rainbow tables
    local/orage 4.6.1-1 (xfce4)
    A simple calendar application with reminders for Xfce
    local/orbit2 2.14.17-1
    Thin/fast CORBA ORB
    local/pacman 3.3.3-1 (base)
    A library-based package manager with dependency support
    local/pacman-color 3.3.3-1
    Command-line frontend for libalpm aka pacman with color patch
    local/pacman-mirrorlist 20100131-1 (base)
    Arch Linux mirror list for use by pacman
    local/pam 1.1.1-1 (base)
    PAM (Pluggable Authentication Modules) library
    local/pango 1.26.2-1
    A library for layout and rendering of text
    local/pangomm 2.26.0-1
    C++ bindings for pango
    local/parted 2.2-1
    A program for creating, destroying, resizing, checking and copying
    partitions
    local/patch 2.6.1-1 (base-devel)
    A utility to apply patch files to original sources
    local/pciutils 3.1.7-1 (base)
    PCI bus configuration space access library and tools
    local/pcmciautils 016-1 (base)
    Utilities for inserting and removing PCMCIA cards
    local/pcre 8.01-1 (base)
    A library that implements Perl 5-style regular expressions
    local/perl 5.10.1-5 (base)
    Practical Extraction and Report Language
    local/perl-error 0.17016-1
    Perl/CPAN Error module - Error/exception handling in an OO-ish way
    local/perl-locale-gettext 1.05-5
    Permits access from Perl to the gettext() family of functions.
    local/perl-xml-simple 2.18-2
    Simple XML parser for perl
    local/perlxml 2.36-2
    XML::Parser - an XML parser module for perl
    local/pidgin 2.6.6-1
    Multi-protocol instant messaging client
    local/pidgin-facebookchat 1.64-1
    Facebook chat plugin for Pidgin and libpurple messengers.
    local/pixman 0.16.6-1
    Pixman library
    local/pkgconfig 0.23-1 (base-devel)
    A system for managing library compile/link flags
    local/pkgtools 17-1
    A collection of scripts for Arch Linux packages
    local/pm-utils 1.2.6.1-4
    Utilities and scripts for suspend and hibernate power management
    local/polkit 0.96-2
    Application development toolkit for controlling system-wide privileges
    local/polkit-gnome 0.96-3
    PolicyKit integration for the GNOME desktop
    local/popt 1.15-1 (base)
    A commandline option parser
    local/postgresql-libs 8.4.2-4
    Libraries for use with PostgreSQL
    local/ppl 0.10.2-2
    A modern library for convex polyhedra and other numerical abstractions.
    local/ppp 2.4.5-1 (base)
    A daemon which implements the PPP protocol for dial-up networking
    local/preload 0.6.4-2
    Makes applications run faster by prefetching binaries and shared objects
    local/procinfo 19-3 (base)
    Displays useful information from /proc
    local/procps 3.2.8-1 (base)
    Utilities for monitoring your system and processes on your system
    local/psmisc 22.10-1 (base)
    Miscellaneous procfs tools
    local/psutils 1.17-2
    A set of postscript utilities
    local/pycairo 1.8.8-1
    Python bindings for the cairo graphics library
    local/pygobject 2.20.0-1
    Python bindings for GObject
    local/pygtk 2.16.0-2
    Python bindings for the GTK widget set
    local/python 2.6.5-1
    A high-level scripting language
    local/python-mpd 0.2.1-2
    Python MPD client library
    local/qt 4.6.2-1
    A cross-platform application and UI framework
    local/qwt 5.2.0-2
    Qt Widgets for Technical Applications
    local/r128-dri 7.7-1
    Mesa DRI drivers for ATI Rage128
    local/randrproto 1.3.1-1
    X11 RandR extension wire protocol
    local/raptor 1.4.21-1
    A C library that parses RDF/XML/N-Triples into RDF triples
    local/rasqal 0.9.19-1
    a free C library that handles Resource Description Framework (RDF) query
    syntaxes, query construction and query execution returning result bindings
    local/readline 6.1.002-1
    GNU readline library
    local/recode 3.6-3
    Converts files between various character sets and usages
    local/recordproto 1.14-1
    X11 Record extension wire protocol
    local/redland 1.0.10-2
    Library that provides a high-level interface to RDF data
    local/reiserfsprogs 3.6.21-2 (base)
    Reiserfs utilities
    local/renderproto 0.11-1
    X11 Render extension wire protocol
    local/rp-pppoe 3.10-4 (base)
    Roaring Penguin's Point-to-Point Protocol over Ethernet client
    local/rpcbind 0.2.0-1
    portmap replacement which supports RPC over various protocols
    local/run-parts 3.2.2-1
    run scripts or programs in a directory
    local/savage-dri 7.7-1
    Mesa DRI drivers for S3 Sraphics/VIA Savage
    local/saxon 9.2.0.6-1
    XSLT 2.0 / XPath 2.0 / XQuery 1.0 processor for Java - the open source Home
    Edition
    local/scrnsaverproto 1.2.0-1
    X11 Screen Saver extension wire protocol
    local/sdl 1.2.14-1
    A library for portable low-level access to a video framebuffer, audio
    output, mouse, and keyboard
    local/sdl_gfx 2.0.20-1
    SDL Graphic Primitives
    local/sdl_image 1.2.10-2
    A simple library to load images of various formats as SDL surfaces
    local/sdl_mixer 1.2.11-2
    A simple multi-channel audio mixer
    local/sdl_net 1.2.7-3
    A small sample cross-platform networking library
    local/sdl_pango 0.1.2-2
    Pango SDL binding
    local/sdl_perl 2.2.6-3
    A Perl wrapper for SDL
    local/sdl_ttf 2.0.9-2
    A library that allows you to use TrueType fonts in your SDL applications
    local/sdparm 1.04-1 (base)
    An utility similar to hdparm but for SCSI devices
    local/sed 4.2.1-1 (base)
    GNU stream editor
    local/shadow 4.1.4.2-2 (base)
    Shadow password file utilities
    local/shared-mime-info 0.71-1
    Freedesktop.org Shared MIME Info
    local/silc-toolkit 1.1.10-1
    Toolkit for Secure Internet Live Conferencing
    local/sis-dri 7.7-1
    Mesa DRI drivers for SiS
    local/smbclient 3.5.1-1
    Tools to access a server's filespace and printers via SMB
    local/smpeg 0.4.4-5
    SDL MPEG Player Library
    local/sonata 1.6.2.1-1
    Elegant GTK+ music client for MPD
    local/speex 1.2rc1-1.1
    A free codec for free speech
    local/sqlite3 3.6.22-1
    A C library that implements an SQL database engine
    local/squeeze 0.2.3-2 (xfce4)
    Squeeze is a modern and advanced archive manager for the Xfce Desktop
    Environment.
    local/startup-notification 0.10-1
    Monitor and display application startup
    local/sudo 1.7.2p5-1
    Give certain users the ability to run some commands as root
    local/sysfsutils 2.1.0-5 (base)
    System Utilities Based on Sysfs
    local/syslog-ng 3.0.4-3 (base)
    Next-generation syslogd with advanced networking and filtering capabilities
    local/sysvinit 2.86-5 (base)
    Linux System V Init
    local/taglib 1.6.1-1
    library for reading and editing the meta-data of several popular audio
    formats.
    local/talloc 2.0.1-1
    talloc is a hierarchical pool based memory allocator with destructors
    local/tar 1.23-1 (base)
    Utility used to store, backup, and transport files
    local/tcp_wrappers 7.6-11 (base)
    Monitors and Controls incoming TCP connections
    local/tdb 1.2.1-1
    A Trivia Database similar to GDBM but allows simultaneous commits
    local/tdfx-dri 7.7-1
    Mesa DRI drivers for 3dfx
    local/terminal 0.4.4-1 (xfce4)
    A modern terminal emulator primarly for the Xfce desktop environment
    local/texinfo 4.13a-3 (base)
    Utilities to work with and produce manuals, ASCII text, and on-line
    documentation from a single source file
    local/thunar 1.0.1-5 (xfce4)
    new modern file manager for Xfce
    local/ttf-dejavu 2.30-2
    Font family based on the Bitstream Vera Fonts with a wider range of
    characters
    local/ttf-freefont 20090104-2
    A set of free high-quality TrueType fonts covering the UCS character set
    local/ttf-ms-fonts 2.0-2
    Core TTF Fonts from Microsoft
    local/ttf-vista-fonts 1-3
    Microsoft Vista True Type Fonts
    local/tzdata 2010e-1
    Sources for time zone and daylight saving time data
    local/udev 151-3 (base)
    The userspace dev tools (udev)
    local/unixodbc 2.2.14-2
    ODBC is an open specification for providing application developers with a
    predictable API with which to access Data Sources
    local/unzip 6.0-5
    Unpacks .zip archives such as those made by PKZIP
    local/usbutils 0.86-2 (base)
    USB Device Utilities
    local/util-linux-ng 2.17.1-1 (base)
    Miscellaneous system utilities for Linux
    local/vbetool 1.1-1
    vbetool uses lrmi in order to run code from the video BIOS
    local/vi 050325-3 (base)
    The original ex/vi text editor.
    local/videoproto 2.3.0-1
    X11 Video extension wire protocol
    local/vigra 1.6.0-2
    Computer vision library
    local/vim 7.2.385-1
    Vi Improved, a highly configurable, improved version of the vi text editor
    local/virtualbox_bin 3.1.4-3
    Powerful x86 virtualization (Personal Use Binaries Edition).
    local/vlc 1.0.5-5
    A multi-platform MPEG, VCD/DVD, and DivX player
    local/vte 0.22.5-1
    Virtual Terminal Emulator library
    local/wget 1.12-1 (base)
    A network utility to retrieve files from the Web
    local/which 2.20-2 (base)
    A utility to show the full path of commands
    local/wine 1.1.41-1
    A compatibility layer for running Windows programs
    local/wireless_tools 29-3
    Wireless Tools
    local/wpa_supplicant 0.6.10-1 (base)
    A utility providing key negotiation for WPA wireless networks
    local/x264 20100312-1
    free library for encoding H264/AVC video streams
    local/xbitmaps 1.1.0-1
    X.org Bitmap files
    local/xcb-proto 1.6-1
    XML-XCB protocol descriptions
    local/xcb-util 0.3.6-1
    Utility libraries for XC Binding
    local/xchat 2.8.6-5
    A GTK+ based IRC client
    local/xcursor-themes 1.0.2-1
    X.org Cursor themes
    local/xcursor-vanilla-dmz-aa 0.4-5
    Vanilla DMZ AA cursor theme
    local/xdg-utils 1.0.2.20100303-1
    Command line tools that assist applications with a variety of desktop
    integration tasks.
    local/xextproto 7.1.1-1
    X11 various extension wire protocol
    local/xf86-input-evdev 2.3.2-1 (xorg-input-drivers)
    X.org evdev input driver
    local/xf86-input-synaptics 1.2.1-1 (xorg-input-drivers)
    synaptics driver for notebook touchpads
    local/xf86-video-apm 1.2.2-2 (xorg-video-drivers)
    X.org Alliance ProMotion video driver
    local/xf86-video-ark 0.7.2-1 (xorg-video-drivers)
    X.org ark video driver
    local/xf86-video-ati 6.12.4-3 (xorg-video-drivers)
    X.org ati video driver
    local/xf86-video-chips 1.2.2-2 (xorg-video-drivers)
    X.org Chips and Technologies video driver
    local/xf86-video-cirrus 1.3.2-2 (xorg-video-drivers)
    X.org Cirrus Logic video driver
    local/xf86-video-dummy 0.3.2-2 (xorg-video-drivers)
    X.org dummy video driver
    local/xf86-video-fbdev 0.4.1-2 (xorg-video-drivers)
    X.org framebuffer video driver
    local/xf86-video-geode 2.11.6-1 (xorg-video-drivers)
    X.org AMD/Geode LX & NX video driver
    local/xf86-video-glint 1.2.4-2 (xorg-video-drivers)
    X.org GLINT/Permedia video driver
    local/xf86-video-i128 1.3.3-2 (xorg-video-drivers)
    X.org Number 9 I128 video driver
    local/xf86-video-i740 1.3.2-2 (xorg-video-drivers)
    X.org Intel i740 video driver
    local/xf86-video-intel 2.10.0-1 (xorg-video-drivers)
    X.org Intel i810/i830/i915/945G/G965+ video drivers
    local/xf86-video-mach64 6.8.2-2 (xorg-video-drivers)
    X.org mach64 video driver
    local/xf86-video-mga 1.4.11-2 (xorg-video-drivers)
    X.org mga video driver
    local/xf86-video-neomagic 1.2.4-3 (xorg-video-drivers)
    X.org neomagic video driver
    local/xf86-video-nv 2.1.17-1 (xorg-video-drivers)
    X.org nv video driver
    local/xf86-video-r128 6.8.1-2 (xorg-video-drivers)
    X.org ati Rage128 video driver
    local/xf86-video-radeonhd 1.3.0-1 (xorg-video-drivers)
    Experimental Radeon HD video driver for r500 and r600 ATI cards
    local/xf86-video-rendition 4.2.3-1 (xorg-video-drivers)
    X.org Rendition video driver
    local/xf86-video-s3 0.6.3-1 (xorg-video-drivers)
    X.org S3 video driver
    local/xf86-video-s3virge 1.10.3-1 (xorg-video-drivers)
    X.org S3 Virge video driver
    local/xf86-video-savage 2.3.1-2 (xorg-video-drivers)
    X.org savage video driver
    local/xf86-video-siliconmotion 1.7.3-2 (xorg-video-drivers)
    X.org siliconmotion video driver
    local/xf86-video-sis 0.10.2-3 (xorg-video-drivers)
    X.org SiS video driver
    local/xf86-video-sisusb 0.9.3-1 (xorg-video-drivers)
    X.org SiS USB video driver
    local/xf86-video-tdfx 1.4.3-2 (xorg-video-drivers)
    X.org tdfx video driver
    local/xf86-video-trident 1.3.3-3 (xorg-video-drivers)
    X.org Trident video driver
    local/xf86-video-tseng 1.2.3-1 (xorg-video-drivers)
    X.org tseng video driver
    local/xf86-video-v4l 0.2.0-4 (xorg-video-drivers)
    X.org v4l video driver
    local/xf86-video-vesa 2.2.1-1 (xorg xorg-video-drivers)
    X.org vesa video driver
    local/xf86-video-vmware 10.16.9-1 (xorg-video-drivers)
    X.org vmware video driver
    local/xf86-video-voodoo 1.2.3-1 (xorg-video-drivers)
    X.org 3dfx Voodoo1/Voodoo2 2D video driver
    local/xf86dgaproto 2.1-1
    X11 Direct Graphics Access extension wire protocol
    local/xf86miscproto 0.9.3-1
    X11 XFree86-Miscellaneous extension wire protocol
    local/xf86vidmodeproto 2.3-1
    X11 Video Mode extension wire protocol
    local/xfce-utils 4.6.1-2 (xfce4)
    Utilities for Xfce
    local/xfce4-appfinder 4.6.1-2 (xfce4)
    Xfce application finder
    local/xfce4-battery-plugin 0.5.1-2 (xfce4-goodies)
    A battery monitor plugin for the Xfce panel
    local/xfce4-diskperf-plugin 2.1.0-5 (xfce4-goodies)
    Plugin for the Xfce4 panel displaying instant disk/partition performance
    local/xfce4-icon-theme 4.4.3-1 (xfce4)
    A set of icon themes for the Xfce window manager
    local/xfce4-mixer 4.6.1-1 (xfce4)
    The volume control plugin for the Xfce panel
    local/xfce4-panel 4.6.3-1 (xfce4)
    Panel for the Xfce desktop environment
    local/xfce4-session 4.6.1-1 (xfce4)
    A session manager for Xfce
    local/xfce4-settings 4.6.4-1 (xfce4)
    Settings manager for xfce
    local/xfconf 4.6.1-3 (xfce4)
    xfconf.. thingie
    local/xfdesktop 4.6.1-1 (xfce4)
    A desktop manager for Xfce
    local/xfprint 4.6.1-2 (xfce4)
    A print dialog and a printer manager for Xfce
    local/xfsprogs 3.1.1-1 (base)
    XFS filesystem utilities
    local/xfwm4 4.6.1-1 (xfce4)
    Xfce window manager, compatible with Gnome, Gnome2, KDE2, and KDE3
    local/xfwm4-themes 4.6.0-1 (xfce4)
    A set of additionnal themes for the Xfce window manager
    local/xineramaproto 1.2-1
    X11 Xinerama extension wire protocol
    local/xkeyboard-config 1.8-1
    X keyboard configuration files
    local/xorg-apps 7.5-3
    Various X.Org applications
    local/xorg-docs 1.5-1 (xorg)
    X.org documentations
    local/xorg-font-utils 7.5-2
    X.Org font utilities
    local/xorg-fonts-100dpi 1.0.1-3 (xorg)
    X.org 100dpi fonts
    local/xorg-fonts-75dpi 1.0.1-3 (xorg)
    X.org 75dpi fonts
    local/xorg-fonts-alias 1.0.2-1
    X.org font alias files
    local/xorg-fonts-encodings 1.0.3-1
    X.org font encoding files
    local/xorg-fonts-misc 1.0.1-1
    X.org misc fonts
    local/xorg-res-utils 1.0.3-3 (xorg)
    X.Org X11 resource utilities
    local/xorg-server 1.7.5.902-1 (xorg)
    X.Org X servers
    local/xorg-server-utils 7.5-3 (xorg)
    X.Org utilities required by xorg-server
    local/xorg-twm 1.0.4-3 (xorg)
    Tab Window Manager for the X Window System
    local/xorg-utils 7.6-1 (xorg)
    Collection of client utilities used to query the X server
    local/xorg-xauth 1.0.4-1
    X.Org authorization settings program
    local/xorg-xinit 1.2.0-1 (xorg)
    X.Org initialisation program
    local/xorg-xkb-utils 7.5-2
    X.org keyboard utilities
    local/xproto 7.0.16-1
    X11 core wire protocol and auxiliary headers
    local/xsel 1.2.0-1
    XSel is a command-line program for getting and setting the contents of the X
    selection
    local/xterm 255-1 (xorg)
    X Terminal Emulator
    local/xvidcore 1.2.2-1
    XviD is an open source MPEG-4 video codec
    local/xz-utils 4.999.9beta-2
    utils for managing LZMA and XZ compressed files
    local/yaourt-git 20100319-1
    A pacman wrapper with extended features and AUR support
    local/zd1211-firmware 1.4-3
    Firmware for the in-kernel26 zd1211rw wireless driver
    local/zlib 1.2.4-1
    Compression library implementing the deflate compression method found in
    gzip and PKZIP
    local/zvbi 0.2.33-2
    VBI capture and decoding library
    Output of lsmod
    Module Size Used by
    nls_cp437 4513 1
    vfat 8348 1
    fat 43888 1 vfat
    ipv6 237596 22
    snd_hda_codec_analog 51443 1
    i915 267595 2
    drm_kms_helper 21971 1 i915
    i2c_i801 7122 0
    drm 126556 3 i915,drm_kms_helper
    i2c_algo_bit 4219 1 i915
    ndiswrapper 172796 0
    usbhid 33579 0
    hid 61085 1 usbhid
    i2c_core 15369 4 i915,i2c_i801,drm,i2c_algo_bit
    iTCO_wdt 7577 0
    ppdev 4882 0
    lp 6616 0
    video 14871 1 i915
    e1000e 112803 0
    ide_pci_generic 2008 0
    button 3638 1 i915
    iTCO_vendor_support 1453 1 iTCO_wdt
    output 1404 1 video
    ide_core 76951 1 ide_pci_generic
    intel_agp 23225 1
    agpgart 23331 2 drm,intel_agp
    processor 26526 2
    dcdbas 4440 0
    thermal 9326 0
    sg 21079 0
    psmouse 56309 0
    serio_raw 3620 0
    snd_seq_dummy 1099 0
    snd_seq_oss 25304 0
    snd_seq_midi_event 4452 1 snd_seq_oss
    snd_seq 42628 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 4313 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_hda_intel 18985 0
    snd_pcm_oss 33693 0
    snd_mixer_oss 14810 1 snd_pcm_oss
    snd_hda_codec 56728 2 snd_hda_codec_analog,snd_hda_intel
    parport_pc 27680 1
    snd_hwdep 5102 1 snd_hda_codec
    snd_pcm 57351 3 snd_hda_intel,snd_pcm_oss,snd_hda_codec
    parport 26575 3 ppdev,lp,parport_pc
    snd_timer 16117 2 snd_seq,snd_pcm
    pcspkr 1347 0
    evdev 6970 8
    snd 43847 11 snd_hda_codec_analog,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
    soundcore 5007 1 snd
    snd_page_alloc 5841 2 snd_hda_intel,snd_pcm
    loop 11399 0
    rtc_cmos 7504 0
    rtc_core 12011 1 rtc_cmos
    rtc_lib 1450 1 rtc_core
    ext2 56463 1
    mbcache 4278 1 ext2
    sr_mod 13161 0
    cdrom 31625 1 sr_mod
    sd_mod 24101 3
    usb_storage 34006 2
    pata_acpi 2264 0
    ata_generic 2235 0
    ata_piix 17725 0
    uhci_hcd 19156 0
    libata 135579 3 pata_acpi,ata_generic,ata_piix
    scsi_mod 78933 5 sg,sr_mod,sd_mod,usb_storage,libata
    ehci_hcd 31594 0
    usbcore 118921 6 ndiswrapper,usbhid,usb_storage,uhci_hcd,ehci_hcd

  • [SOLVED] French Canadian keyboard strange behaviour

    Hello!
    I just upgraded to Gnome 2.30 in [testing] and my keyboard has a strange behaviour. With Gnome 2.28, my keyboard layout was set to Canadian French (legacy), and still is, though some of the keys do not behave the same. For instance, the accents "`", "¸" and ^ do not behave as usual, but rather give me some letter with that accent on it, rather than letting me choose the letter on which put the accent.
    Moreover, the SHIFT+3 combination gives me a # instead of a /, but not in all software. Google Chrome has the good behaviour, but gnome-terminal gives me a #.
    Do you understand any of this?
    I'll post the packages I have upgraded.
    [2010-04-05 01:09] upgraded openssl (0.9.8n-1 -> 1.0.0-2)
    [2010-04-05 01:09] upgraded python (2.6.5-2 -> 2.6.5-3)
    [2010-04-05 01:09] upgraded pygobject (2.20.0-1 -> 2.21.1-1)
    [2010-04-05 01:09] upgraded pygtk (2.16.0-2 -> 2.17.0-1)
    [2010-04-05 01:09] upgraded gnome-menus (2.28.0.1-1 -> 2.30.0-1)
    [2010-04-05 01:09] upgraded libsoup (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:09] upgraded libldap (2.4.21-1 -> 2.4.21-2)
    [2010-04-05 01:09] upgraded libidl2 (0.8.13-1 -> 0.8.14-1)
    [2010-04-05 01:09] upgraded orbit2 (2.14.17-1 -> 2.14.18-1)
    [2010-04-05 01:09] upgraded gconf (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 01:09] upgraded gnome-keyring (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:09] upgraded heimdal (1.3.1-3 -> 1.3.2-1)
    [2010-04-05 01:09] upgraded libsoup-gnome (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:10] upgraded gnome-icon-theme (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:10] upgraded libgweather (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:10] upgraded evolution-data-server (2.28.3.1-1 -> 2.30.0-2)
    [2010-04-05 01:10] upgraded gnome-desktop (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:10] upgraded libwnck (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:10] upgraded libunique (1.1.6-1 -> 1.1.6-2)
    [2010-04-05 01:10] upgraded gnome-disk-utility (2.28.1-1 -> 2.30.1-1)
    [2010-04-05 01:11] upgraded libarchive (2.8.3-1 -> 2.8.3-3)
    [2010-04-05 01:11] upgraded smbclient (3.5.1-1 -> 3.5.1-2)
    [2010-04-05 01:11] upgraded gvfs (1.4.3-1 -> 1.6.0-1)
    [2010-04-05 01:11] upgraded gnome-vfs (2.24.2-2 -> 2.24.3-2)
    [2010-04-05 01:11] upgraded libbonobo (2.24.2-1 -> 2.24.3-1)
    [2010-04-05 01:11] upgraded libgnome (2.28.0-2 -> 2.30.0-1)
    [2010-04-05 01:11] upgraded libart-lgpl (2.3.20-1 -> 2.3.21-1)
    [2010-04-05 01:11] upgraded libgnomecanvas (2.26.0-1 -> 2.30.1-1)
    [2010-04-05 01:11] upgraded libbonoboui (2.24.2-1 -> 2.24.3-1)
    [2010-04-05 01:11] upgraded librsvg (2.26.0-2 -> 2.26.2-1)
    [2010-04-05 01:11] upgraded gnome-panel (2.28.0-2 -> 2.30.0-1)
    [2010-04-05 01:11] upgraded libgnomeui (2.24.2-1 -> 2.24.3-1)
    [2010-04-05 01:11] upgraded gnome-python (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 01:11] upgraded alacarte (0.12.4-2 -> 0.13.1-1)
    [2010-04-05 01:11] upgraded apache (2.2.15-1 -> 2.2.15-2)
    [2010-04-05 01:11] upgraded at-spi (1.28.1-1 -> 1.30.0-1)
    [2010-04-05 01:11] upgraded totem-plparser (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:12] upgraded brasero (2.28.3-2 -> 2.30.0-1)
    [2010-04-05 01:12] upgraded icu (4.2.1-1 -> 4.4-1)
    [2010-04-05 01:12] upgraded brltty (4.1-2 -> 4.1-3)
    [2010-04-05 01:12] upgraded libgtop (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 01:12] upgraded bug-buddy (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:12] upgraded cheese (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 01:12] upgraded clutter (1.0.10-1 -> 1.2.4-1)
    [2010-04-05 01:12] upgraded clutter-gtk (0.10.2-1 -> 0.10.2-2)
    [2010-04-05 01:12] upgraded libxklavier (4.0-1 -> 5.0-1)
    [2010-04-05 01:12] upgraded libgnomekbd (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:12] upgraded gnome-settings-daemon (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:12] upgraded zenity (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:13] upgraded metacity (2.28.1-1 -> 2.30.0-2)
    [2010-04-05 01:13] upgraded gnome-control-center (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 01:13] upgraded compiz-decorator-gtk (0.8.4-2 -> 0.8.4-3)
    [2010-04-05 01:13] upgraded libcups (1.4.2-5 -> 1.4.3-2)
    [2010-04-05 01:13] upgraded openslp (1.2.1-2 -> 1.2.1-3)
    [2010-04-05 01:13] upgraded cups (1.4.2-5 -> 1.4.3-2)
    [2010-04-05 01:13] upgraded curl (7.20.0-1 -> 7.20.0-2)
    [2010-04-05 01:13] upgraded cvs (1.11.23-4 -> 1.11.23-5)
    [2010-04-05 01:13] upgraded postgresql-libs (8.4.3-1 -> 8.4.3-2)
    [2010-04-05 01:13] upgraded cyrus-sasl-plugins (2.1.23-1 -> 2.1.23-2)
    [2010-04-05 01:13] upgraded cyrus-sasl (2.1.23-3 -> 2.1.23-4)
    [2010-04-05 01:13] upgraded dbus-python (0.83.0-2.1 -> 0.83.1-1)
    [2010-04-05 01:13] upgraded gnome-python-desktop (2.28.0-3 -> 2.30.0-1)
    [2010-04-05 01:13] upgraded deskbar-applet (2.28.0-3 -> 2.30.0-1)
    [2010-04-05 01:13] upgraded dnsutils (9.6.1-2 -> 9.6.1-3)
    [2010-04-05 01:14] upgraded eog (2.28.2-2 -> 2.30.0-1)
    [2010-04-05 01:14] upgraded libwebkit (1.1.15.4-3 -> 1.1.90-2)
    [2010-04-05 01:14] upgraded gobject-introspection (0.6.6-1 -> 0.6.9-1)
    [2010-04-05 01:14] upgraded epiphany (2.28.2-2 -> 2.30.0-1)
    [2010-04-05 01:14] upgraded evince (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:14] upgraded gtkhtml (3.28.3-1 -> 3.30.0-1)
    [2010-04-05 01:14] upgraded evolution-exchange (2.28.3-1 -> 2.30.0-2)
    [2010-04-05 01:14] upgraded evolution-webcal (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 01:14] upgraded file-roller (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:15] upgraded gcalctool (5.28.2-1 -> 5.30.0-1)
    [2010-04-05 01:15] upgraded gconf-editor (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:15] upgraded gnome-session (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:15] upgraded gdm (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:15] upgraded gtksourceview2 (2.8.2-1 -> 2.10.0-1)
    [2010-04-05 01:15] upgraded pygtksourceview2 (2.8.0-1 -> 2.10.0-1)
    [2010-04-05 01:15] upgraded gedit (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 01:15] upgraded git (1.7.0.3-1 -> 1.7.0.4-1)
    [2010-04-05 01:15] upgraded libsigc++2.0 (2.2.4.2-1 -> 2.2.5-1)
    [2010-04-05 01:15] upgraded glibmm (2.22.1-1 -> 2.24.0-1)
    [2010-04-05 01:15] upgraded gucharmap (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:16] upgraded gnome-applets (2.28.0-2 -> 2.30.0-1)
    [2010-04-05 01:16] upgraded gnome-backgrounds (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:16] upgraded gnome-bluetooth (2.28.6-1 -> 2.30.0-1)
    [2010-04-05 01:16] upgraded vte (0.22.5-1 -> 0.24.0-2)
    [2010-04-05 01:16] upgraded gnome-desktop-sharp (2.26.0-3 -> 2.26.0-5)
    [2010-04-05 01:16] upgraded gnome-doc-utils (0.18.1-1 -> 0.20.0-1)
    [2010-04-05 01:17] upgraded gnome-games (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:17] upgraded gnome-games-extra-data (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:17] upgraded gnome-mag (0.15.9-1 -> 0.16.1-1)
    [2010-04-05 01:17] upgraded gnome-media (2.28.5-1 -> 2.30.0-2)
    [2010-04-05 01:17] upgraded gnome-netstatus (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 01:17] upgraded gnome-nettool (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 01:17] upgraded gnome-power-manager (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 01:17] upgraded gnome-screensaver (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 01:17] upgraded gtkmm (2.18.2-1 -> 2.20.0-1)
    [2010-04-05 01:17] upgraded gnome-system-monitor (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 01:18] upgraded system-tools-backends (2.8.3-1 -> 2.10.0-1)
    [2010-04-05 01:18] upgraded liboobs (2.22.2-1 -> 2.30.0-1)
    [2010-04-05 01:18] upgraded nautilus (2.28.4-1 -> 2.30.0-1)
    [2010-04-05 01:18] upgraded gnome-system-tools (2.28.2-1 -> 2.30.0-2)
    [2010-04-05 01:18] upgraded gnome-terminal (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:18] upgraded gtk-engines (2.18.5-1 -> 2.20.0-1)
    [2010-04-05 01:18] upgraded gnome-themes (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 01:18] upgraded gnome-user-share (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:18] upgraded gnome-utils (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 01:19] upgraded xulrunner (1.9.2.2-2 -> 1.9.2.3-1)
    [2010-04-05 01:19] upgraded yelp (2.28.1-2 -> 2.30.0-1)
    [2010-04-05 01:19] upgraded gnome2-user-docs (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:19] upgraded gok (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 01:19] upgraded grep (2.6.2-1 -> 2.6.3-1)
    [2010-04-05 01:19] upgraded gstreamer0.10-bad (0.10.18-2 -> 0.10.18-3)
    [2010-04-05 01:19] upgraded neon (0.28.6-2 -> 0.28.6-4)
    [2010-04-05 01:19] upgraded gstreamer0.10-bad-plugins (0.10.18-2 -> 0.10.18-3)
    [2010-04-05 01:19] upgraded hamster-applet (2.28.2-1 -> 2.30.0.1-1)
    [2010-04-05 01:19] upgraded net-snmp (5.5-2 -> 5.5-3)
    [2010-04-05 01:19] upgraded hplip (3.9.12-5 -> 3.10.2-1)
    [2010-04-05 01:20] upgraded imap (2007e-1 -> 2007e-2)
    [2010-04-05 01:20] upgraded jre (6u18-2 -> 6u19-2)
    [2010-04-05 01:21] upgraded kdebase-workspace (4.4.2-1 -> 4.4.2-2)
    [2010-04-05 01:21] upgraded kernel26-firmware (2.6.33.1-1 -> 2.6.33.2-1)
    [2010-04-05 01:24] upgraded kernel26 (2.6.33.1-1 -> 2.6.33.2-1)
    [2010-04-05 01:24] upgraded kernel26-headers (2.6.33.1-1 -> 2.6.33.2-1)
    [2010-04-05 01:24] upgraded lib32-glib2 (2.22.5-1 -> 2.24.0-1)
    [2010-04-05 01:24] upgraded lib32-atk (1.28.0-1 -> 1.30.0-1)
    [2010-04-05 01:24] upgraded lib32-e2fsprogs (1.41.10-1 -> 1.41.11-1)
    [2010-04-05 01:24] upgraded lib32-openssl (0.9.8n-1 -> 1.0.0-2)
    [2010-04-05 01:24] upgraded lib32-heimdal (1.3.1-3 -> 1.3.2-1)
    [2010-04-05 01:24] upgraded lib32-libcups (1.4.2-5 -> 1.4.3-2)
    [2010-04-05 01:24] upgraded lib32-pango (1.26.2-1 -> 1.28.0-1)
    [2010-04-05 01:24] upgraded lib32-gtk2 (2.18.9-2 -> 2.20.0-2)
    [2010-04-05 01:24] upgraded lib32-libgl (7.7-1 -> 7.7.1-0.1)
    [2010-04-05 01:24] upgraded lib32-libxml2 (2.7.6-2 -> 2.7.7-1)
    [2010-04-05 01:24] upgraded lib32-mesa (7.7-1 -> 7.7.1-0.1)
    [2010-04-05 01:24] upgraded lib32-qt (4.6.2-2 -> 4.6.2-3)
    [2010-04-05 01:24] upgraded libepc (0.3.10-1 -> 0.3.11-1)
    [2010-04-05 01:24] upgraded libfetch (2.30-1 -> 2.30-3)
    [2010-04-05 01:24] upgraded libgail-gnome (1.20.1-1 -> 1.20.2-1)
    [2010-04-05 01:24] upgraded libgdata (0.4.0-1 -> 0.6.4-1)
    [2010-04-05 01:24] upgraded libgnomecups (0.2.3-6 -> 0.2.3-7)
    [2010-04-05 01:24] upgraded libgnomeprint (2.18.6-2 -> 2.18.7-2)
    [2010-04-05 01:24] upgraded libgnomeprintui (2.18.4-1 -> 2.18.5-1)
    [2010-04-05 01:24] upgraded librpcsecgss (0.19-2 -> 0.19-3)
    [2010-04-05 01:24] upgraded libssh (0.4.1-1 -> 0.4.1-3)
    [2010-04-05 01:25] upgraded libxml++ (2.26.0-1 -> 2.30.0-1)
    [2010-04-05 01:25] upgraded links (2.2-3 -> 2.2-4)
    [2010-04-05 01:25] upgraded lynx (2.8.7-1 -> 2.8.7-2)
    [2010-04-05 01:25] upgraded sbcl (1.0.35-1 -> 1.0.37-1)
    [2010-04-05 01:25] upgraded maxima (5.20.1-2 -> 5.20.1-3)
    [2010-04-05 01:25] upgraded mercurial (1.5-1 -> 1.5.1-1)
    [2010-04-05 01:26] upgraded miro (2.5.4-4 -> 3.0-1)
    [2010-04-05 01:26] upgraded mousetweaks (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 01:26] upgraded nasm (2.07-1 -> 2.08.01-1)
    [2010-04-05 01:26] upgraded nautilus-actions (1.12.2-1 -> 2.30.0-1)
    [2010-04-05 01:26] upgraded nautilus-open-terminal (0.18-1 -> 0.18-2)
    [2010-04-05 01:26] upgraded nautilus-sendto (2.28.2-1 -> 2.28.4-1)
    [2010-04-05 01:26] upgraded samba (3.5.1-1 -> 3.5.1-2)
    [2010-04-05 01:26] upgraded nautilus-share (0.7.2-4 -> 0.7.2-5)
    [2010-04-05 01:26] upgraded network-manager-applet (0.8-2 -> 0.8-3)
    [2010-04-05 01:26] upgraded nfs-utils (1.2.2-1 -> 1.2.2-2)
    [2010-04-05 01:26] upgraded nmap (5.21-1 -> 5.21-2)
    [2010-04-05 01:26] upgraded ptlib (2.6.5-1 -> 2.6.5-2)
    [2010-04-05 01:27] upgraded opal (3.6.6-1 -> 3.6.6-2)
    [2010-04-05 01:27] upgraded openntpd (3.9p1-10 -> 3.9p1-11)
    [2010-04-05 01:28] upgraded openoffice-base (3.2.0-1 -> 3.2.0-3)
    [2010-04-05 01:28] upgraded openssh (5.4p1-3 -> 5.4p1-4)
    [2010-04-05 01:28] upgraded openvpn (2.1.1-1 -> 2.1.1-2)
    [2010-04-05 01:28] upgraded orca (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 01:28] upgraded perl-crypt-ssleay (0.57-3 -> 0.57-4)
    [2010-04-05 01:28] upgraded perl-uri (1.52-1 -> 1.54-1)
    [2010-04-05 01:28] upgraded php (5.3.2-4 -> 5.3.2-6)
    [2010-04-05 01:28] upgraded php-apache (5.3.2-4 -> 5.3.2-6)
    [2010-04-05 01:28] upgraded pixman (0.16.6-1 -> 0.18.0-1)
    [2010-04-05 01:28] upgraded postfix (2.7.0-1 -> 2.7.0-2)
    [2010-04-05 01:28] upgraded qt (4.6.2-2 -> 4.6.2-3)
    [2010-04-05 01:28] upgraded qtscriptgenerator (0.1.0-3 -> 0.1.0-4)
    [2010-04-05 01:29] upgraded rhythmbox (0.12.7-1 -> 0.12.8-1)
    [2010-04-05 01:29] upgraded ruby (1.9.1_p378-1 -> 1.9.1_p378-2)
    [2010-04-05 01:29] upgraded seahorse (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 01:29] upgraded seahorse-plugins (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 01:29] upgraded sound-juicer (2.28.1-2 -> 2.28.2-1)
    [2010-04-05 01:29] upgraded subversion (1.6.9-2 -> 1.6.9-4)
    [2010-04-05 01:29] upgraded syslog-ng (3.0.4-3 -> 3.0.4-4)
    [2010-04-05 01:29] upgraded telepathy-glib (0.10.1-1 -> 0.10.2-1)
    [2010-04-05 01:29] upgraded tomboy (1.1.0-1 -> 1.2.0-2)
    [2010-04-05 01:29] upgraded totem (2.28.5-2 -> 2.30.0-1)
    [2010-04-05 01:29] upgraded transmission-gtk (1.92-1 -> 1.92-2)
    [2010-04-05 01:30] upgraded vala (0.7.10-1 -> 0.8.0-1)
    [2010-04-05 01:30] upgraded vinagre (2.28.1-2 -> 2.30.0-1)
    [2010-04-05 01:30] upgraded vino (2.28.1-3 -> 2.28.2-1)
    [2010-04-05 01:30] upgraded virtuoso (6.1.0-1 -> 6.1.0-2)
    [2010-04-05 01:30] upgraded wget (1.12-1 -> 1.12-2)
    [2010-04-05 01:30] upgraded wpa_supplicant (0.6.10-1 -> 0.6.10-2)
    [2010-04-05 01:30] upgraded xorg-server (1.7.6-2 -> 1.7.6-3)
    [2010-04-05 01:30] upgraded xorg-xinit (1.2.0-1 -> 1.2.1-1)
    [2010-04-05 01:30] upgraded xterm (255-1 -> 256-1)
    [2010-04-05 09:21] upgraded fofix-svn (1991-1 -> 2038-1)
    [2010-04-05 12:31] upgraded gloobus-preview-bzr (212-1 -> 214-1)
    Last edited by valandil (2010-04-06 16:52:28)

    Problem solved!
    I remembered I once configured my keyboard with HAL and /etc/hal/fdi/policy/10-keymap.fdi was set to xkb.layout=ca and xkd.variant=fr. I changed the GDM layout to Canada and removed the xkb.variant=fr from the .fdi file and everything was fixed!

  • Jdk causes strange problems

    hi,
    yesterday i upgraded my system:
    [2011-03-02 22:34] Running 'pacman -Su'
    [2011-03-02 22:34] starting full system upgrade
    [2011-03-02 22:46] removed util-linux-ng (2.18-4)
    [2011-03-02 22:46] Generating locales...
    [2011-03-02 22:46] de_AT.UTF-8... done
    [2011-03-02 22:46] de_AT.ISO-8859-1... done
    [2011-03-02 22:46] de_AT.ISO-8859-15@euro... done
    [2011-03-02 22:46] de_DE.UTF-8... done
    [2011-03-02 22:46] de_DE.ISO-8859-1... done
    [2011-03-02 22:46] de_DE.ISO-8859-15@euro... done
    [2011-03-02 22:46] en_US.UTF-8... done
    [2011-03-02 22:46] en_US.ISO-8859-1... done
    [2011-03-02 22:46] Generation complete.
    [2011-03-02 22:46] upgraded glibc (2.13-1 -> 2.13-4)
    [2011-03-02 22:46] upgraded alsa-lib (1.0.23-2 -> 1.0.24.1-1)
    [2011-03-02 22:46] upgraded alsa-utils (1.0.23-3 -> 1.0.24.2-1)
    [2011-03-02 22:46] upgraded binutils (2.21-3 -> 2.21-4)
    [2011-03-02 22:46] upgraded cherokee (1.0.20-2 -> 1.2.1-1)
    [2011-03-02 22:46] upgraded chromium (9.0.597.94-1 -> 9.0.597.107-1)
    [2011-03-02 22:46] upgraded curl (7.21.3-1 -> 7.21.4-2)
    [2011-03-02 22:46] upgraded file (5.05-1 -> 5.05-2)
    [2011-03-02 22:46] upgraded gegl (0.1.4-1 -> 0.1.6-1)
    [2011-03-02 22:46] upgraded vim-runtime (7.3.102-1 -> 7.3.125-1)
    [2011-03-02 22:46] upgraded python2 (2.7.1-5 -> 2.7.1-7)
    [2011-03-02 22:46] upgraded ruby (1.9.2_p136-2 -> 1.9.2_p180-1)
    [2011-03-02 22:46] Updating desktop and mime database...done.
    [2011-03-02 22:46] upgraded gvim (7.3.102-1 -> 7.3.125-1)
    [2011-03-02 22:46] installed util-linux (2.19-4)
    [2011-03-02 22:46] upgraded udev (165-1 -> 166-2)
    [2011-03-02 22:46] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-03-02 22:46] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-03-02 22:46] upgraded initscripts (2010.07-2 -> 2011.02.1-1)
    [2011-03-02 22:46] upgraded libdrm (2.4.23-1 -> 2.4.23-2)
    [2011-03-02 22:46] upgraded libgl (7.10.0.git20110206-2 -> 7.10.0.git20110215-1)
    [2011-03-02 22:46] upgraded intel-dri (7.10.0.git20110206-2 -> 7.10.0.git20110215-1)
    [2011-03-02 22:47] upgraded jre (6u23-4 -> 6u24-1)
    [2011-03-02 22:47] upgraded jdk (6u23-4 -> 6u24-1)
    [2011-03-02 22:47] upgraded mkinitcpio (0.6.8-1 -> 0.6.8-2)
    [2011-03-02 22:47] >>> Updating module dependencies. Please wait ...
    [2011-03-02 22:47] >>> MKINITCPIO SETUP
    [2011-03-02 22:47] >>> ----------------
    [2011-03-02 22:47] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-03-02 22:47] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-03-02 22:47] >>> More information about mkinitcpio setup can be found here:
    [2011-03-02 22:47] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-03-02 22:47]
    [2011-03-02 22:47] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-03-02 22:47] ==> Building image "default"
    [2011-03-02 22:47] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-03-02 22:47] :: Begin build
    [2011-03-02 22:47] :: Parsing hook [base]
    [2011-03-02 22:47] :: Parsing hook [udev]
    [2011-03-02 22:47] :: Parsing hook [autodetect]
    [2011-03-02 22:47] :: Parsing hook [pata]
    [2011-03-02 22:47] :: Parsing hook [scsi]
    [2011-03-02 22:47] :: Parsing hook [sata]
    [2011-03-02 22:47] :: Parsing hook [filesystems]
    [2011-03-02 22:47] :: Generating module dependencies
    [2011-03-02 22:47] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-03-02 22:47] ==> SUCCESS
    [2011-03-02 22:47] ==> Building image "fallback"
    [2011-03-02 22:47] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-03-02 22:47] :: Begin build
    [2011-03-02 22:47] :: Parsing hook [base]
    [2011-03-02 22:47] :: Parsing hook [udev]
    [2011-03-02 22:47] :: Parsing hook [pata]
    [2011-03-02 22:48] :: Parsing hook [scsi]
    [2011-03-02 22:48] :: Parsing hook [sata]
    [2011-03-02 22:48] :: Parsing hook [filesystems]
    [2011-03-02 22:48] :: Generating module dependencies
    [2011-03-02 22:48] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-03-02 22:48] ==> SUCCESS
    [2011-03-02 22:48] upgraded kernel26 (2.6.37-5 -> 2.6.37.2-1)
    [2011-03-02 22:48] upgraded libburn (1.0.0.pl00-1 -> 1.0.2.pl00-1)
    [2011-03-02 22:48] upgraded libfm (0.1.14-2 -> 0.1.14-4)
    [2011-03-02 22:48] upgraded libisofs (1.0.0-1 -> 1.0.2-1)
    [2011-03-02 22:48] upgraded libldap (2.4.23-1 -> 2.4.24-1)
    [2011-03-02 22:49] upgraded librsvg (2.32.1-1 -> 2.32.1-2)
    [2011-03-02 22:49] upgraded libwpd (0.9.0-1 -> 0.9.1-1)
    [2011-03-02 22:49] upgraded lsof (4.84-1 -> 4.84-2)
    [2011-03-02 22:49] upgraded mercurial (1.7.5-1 -> 1.8-1)
    [2011-03-02 22:49] upgraded mesa (7.10.0.git20110206-2 -> 7.10.0.git20110215-1)
    [2011-03-02 22:49] warning: /etc/ntp.conf installed as /etc/ntp.conf.pacnew
    [2011-03-02 22:49] warning: /etc/conf.d/ntp-client.conf installed as /etc/conf.d/ntp-client.conf.pacnew
    [2011-03-02 22:49] upgraded ntp (4.2.6.p2-1 -> 4.2.6.p3-1)
    [2011-03-02 22:49] upgraded pcmanfm (0.9.8-2 -> 0.9.8-5)
    [2011-03-02 22:49] upgraded phpmyadmin (3.3.9.2-1 -> 3.3.9.2-2)
    [2011-03-02 22:49] upgraded ppl (0.11-1 -> 0.11.2-1)
    [2011-03-02 22:49] upgraded ppp (2.4.5-1 -> 2.4.5-2)
    [2011-03-02 22:49] upgraded python-imaging (1.1.7-2 -> 1.1.7-3)
    [2011-03-02 22:49] upgraded python2-numpy (1.5.1-1 -> 1.5.1-2)
    [2011-03-02 22:49] upgraded qt (4.7.1-3 -> 4.7.2-1)
    [2011-03-02 22:49] upgraded v4l-utils (0.8.1-1 -> 0.8.3-1)
    [2011-03-02 22:49] upgraded vi (050325-3 -> 050325-4)
    [2011-03-02 22:49] upgraded vlc (1.1.7-2 -> 1.1.7-4)
    [2011-03-02 22:49] upgraded wget (1.12-3 -> 1.12-5)
    [2011-03-02 22:49] upgraded xf86-video-intel (2.14.0-1 -> 2.14.0-2)
    [2011-03-02 22:49] upgraded xvidcore (1.2.2-1 -> 1.3.0-1)
    i updated the four new files (*.pacnew). after a reboot i realized that mysqld failed to start and i didn't find anything in the logs. next thing was that the wicd daemon started and connected, but wicd-client failed with the error message "Bus error.". chromium also fails:
    [16297:16297:1023095321:ERROR:chrome/browser/process_singleton_linux.cc(949)] Failed to create socket directory.
    [16297:16297:1023098229:ERROR:chrome/browser/browser_main.cc(1293)] Failed to create a ProcessSingleton for your profile directory. This means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process. Aborting now to avoid profile corruption.
    i found out that uninstalling jdk solves the problem, but that's no option for me. the above errors also appear when i install openjdk6 or jdk version 6u23-4. chromium doesn't even start if i install jdk after a reboot without logging in and out again (ergo java is not even in the path).
    maybe that's also interesting:
    $ uname -a
    Linux mathias-laptop 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 25 09:07:57 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux
    i couldn't find any related problems on the web...
    thank you for any help, ideas or hints!

    strange thing was, wicd and chromium worked when run as root. but i found the reason: no space left on my root partition =o| .

  • Strange kernel after 10.6.7 upgrade

    Hi everybody,
    All of a sudden, after a new installation of Mac OS X and the upgrade to the latest version, I received a strange kernel panic while I was reading mails and opening Firefox.
    Any suggestions would be greatly appreciated, thanks:
    Process: Finder 248
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: com.apple.finder
    Version: 10.6.8 (10.6.8)
    Build Info: Finder_FE-6650801~5
    Code Type: X86-64 (Native)
    Parent Process: launchd 239
    Date/Time: 2011-03-28 04:26:52.671 +0200
    OS Version: Mac OS X 10.6.7 (10J869)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000020
    Crashed Thread: 7 Dispatch queue: TFSVolumeInfo::GetSizingGCDQueue
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff8071329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8071390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8219a932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82199dbf CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox 0x00007fff813b87ee RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox 0x00007fff813b85f3 ReceiveNextEventCommon + 310
    6 com.apple.HIToolbox 0x00007fff813b84ac BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit 0x00007fff82a05e64 _DPSNextEvent + 718
    8 com.apple.AppKit 0x00007fff82a057a9 -NSApplication nextEventMatchingMask:untilDate:inMode:dequeue: + 155
    9 com.apple.AppKit 0x00007fff829cb48b -NSApplication run + 395
    10 com.apple.AppKit 0x00007fff829c41a8 NSApplicationMain + 364
    11 com.apple.finder 0x0000000100005199 0x100000000 + 20889
    12 com.apple.finder 0x000000010000515c 0x100000000 + 20828
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8072c12a kevent + 10
    1 libSystem.B.dylib 0x00007fff8072dffd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff8072dcd4 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8072d7fe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff8072d128 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff8071329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8071390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8219a932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82199dbf CFRunLoopRunSpecific + 575
    4 com.apple.CoreFoundation 0x00007fff82199b46 CFRunLoopRun + 70
    5 com.apple.DesktopServices 0x00007fff891244d2 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
    6 ...ple.CoreServices.CarbonCore 0x00007fff84c77335 PrivateMPEntryPoint + 63
    7 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 3: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff80756e52 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff821bc498 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 4: com.apple.coremedia.scheduledfileio
    0 libSystem.B.dylib 0x00007fff8074df8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80751da1 pthread_condwait + 1286
    2 com.apple.CoreMedia 0x00007fff86a799fd WaitOnCondition + 14
    3 com.apple.CoreMedia 0x00007fff86a79bc9 FigSemaphoreWaitRelative + 167
    4 com.apple.CoreMedia 0x00007fff86a78173 FigScheduledFileIOThread + 5108
    5 com.apple.CoreMedia 0x00007fff86a7aa05 figThreadMain + 253
    6 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff8072cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8072d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff8072cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8072d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 7 Crashed: Dispatch queue: TFSVolumeInfo::GetSizingGCDQueue
    0 ...ple.CoreServices.CarbonCore 0x00007fff84c91aa4 Xcallbackrpc + 371
    1 ...ple.CoreServices.CarbonCore 0x00007fff84c91911 FSEventsD2F_server + 52
    2 ...ple.CoreServices.CarbonCore 0x00007fff84c918d6 dispatchrcvmsg + 9
    3 libSystem.B.dylib 0x00007fff80750ffc dispatchmigserver + 215
    4 libSystem.B.dylib 0x00007fff80750f23 _dispatch_source_mig_create_block_invoke1 + 174
    5 libSystem.B.dylib 0x00007fff8072e913 dispatch_sourceinvoke + 273
    6 libSystem.B.dylib 0x00007fff8072dcd4 dispatch_queueinvoke + 185
    7 libSystem.B.dylib 0x00007fff8072ddfc dispatch_queuedrain + 261
    8 libSystem.B.dylib 0x00007fff8072dc54 dispatch_queueinvoke + 57
    9 libSystem.B.dylib 0x00007fff8072d7fe dispatch_workerthread2 + 252
    10 libSystem.B.dylib 0x00007fff8072d128 pthreadwqthread + 353
    11 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff8072cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8072d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff807132fa semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff80751c92 pthread_condwait + 1015
    2 com.apple.finder 0x000000010002a760 0x100000000 + 173920
    3 com.apple.finder 0x000000010002a702 0x100000000 + 173826
    4 com.apple.finder 0x0000000100005db7 0x100000000 + 23991
    5 com.apple.finder 0x0000000100005ce9 0x100000000 + 23785
    6 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 7 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x000000010144b000 rcx: 0x00007fff700e8630 rdx: 0x00000000002f4180
    rdi: 0x0000000100461400 rsi: 0x000000011395dd00 rbp: 0x000000011395bcb0 rsp: 0x000000011395bc70
    r8: 0x0000000000000001 r9: 0x00000001011c0330 r10: 0x0000000115737b00 r11: 0x0000000000000007
    r12: 0x000000011395bcf0 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    rip: 0x00007fff84c91aa4 rfl: 0x0000000000010202 cr2: 0x0000000000000020
    Binary Images:
    0x100000000 - 0x1003acff7 com.apple.finder 10.6.8 (10.6.8) <9CFBAFEA-027B-443F-60F4-7ACA103313CC> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x1004ed000 - 0x1004effef com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x101627000 - 0x10162bfff com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <D934B45A-1406-1C78-0F55-E9C5216C269D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x101635000 - 0x10163cff7 com.apple.qldisplay.Movie 2.3 (327.6) <935EF4D1-22BE-6967-DB90-49547F255F7B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Movie.qldisplay/Contents/MacOS/Movi e
    0x10169d000 - 0x1016c3fff GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1120f4000 - 0x1120fafff com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <E6F7EBE4-E981-DFB8-E778-EDE7580E7993> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1165f0000 - 0x1165f8fff com.apple.qldisplay.NSImage 2.3 (327.6) <A1FD7F57-00A6-3150-A7FF-E286A66EA2E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/NSImage.qldisplay/Contents/MacOS/NS Image
    0x117b3a000 - 0x117ccbfef GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x117cfc000 - 0x11811ffef libclh.dylib 3.1.1 C (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x11d28e000 - 0x11d480fe7 com.apple.audio.codecs.Components 2.0.3 (2.0.3) <7B697EFB-A18F-3CB4-2F81-89296BE02B21> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x11d4f1000 - 0x11d5bcfef com.apple.audio.units.Components 1.6.4 (1.6.4) <62662BC1-2DE2-D5FB-8397-5A9991A349B6> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x200000000 - 0x200787fff com.apple.GeForceGLDriver 1.6.26 (6.2.6) <D469864E-34A6-37EE-A01D-7C2AF0223D35> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
    0x7fff80033000 - 0x7fff80049fff com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8004a000 - 0x7fff80051fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80052000 - 0x7fff80124fe7 com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff80125000 - 0x7fff801b4fff com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff801b5000 - 0x7fff801fcfff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff801fd000 - 0x7fff8059afe7 com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff80712000 - 0x7fff808d3fff libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    0x7fff808d4000 - 0x7fff808d6fff libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff808d7000 - 0x7fff8098dfff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
    0x7fff8098e000 - 0x7fff8098fff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff80990000 - 0x7fff80a45fe7 com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff80a6b000 - 0x7fff80ca6fef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff80d1a000 - 0x7fff80da6fef SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff80da7000 - 0x7fff80de0ff7 com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff80de1000 - 0x7fff80de4ff7 com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff80de5000 - 0x7fff80de9ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff80dea000 - 0x7fff80f1fff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff80f20000 - 0x7fff80fe1fef com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff81024000 - 0x7fff81026fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81066000 - 0x7fff81077ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff81078000 - 0x7fff81087fff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff81088000 - 0x7fff810d0ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff81132000 - 0x7fff811fdfff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <D3242F40-AA41-022C-1345-6BFC0E560460> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff811fe000 - 0x7fff81212fff libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff812a0000 - 0x7fff812a4ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff812ef000 - 0x7fff81330fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff81331000 - 0x7fff81337ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff81340000 - 0x7fff81389fef libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8138a000 - 0x7fff81688fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff81808000 - 0x7fff81868fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81869000 - 0x7fff818aafff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff818ab000 - 0x7fff818cbff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff818cc000 - 0x7fff81966ff7 com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff81967000 - 0x7fff81b57fef com.apple.JavaScriptCore 6533.20 (6533.20.20) <5626170D-00AE-33B1-03FF-256E9794150D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff81b58000 - 0x7fff81b91fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
    0x7fff81b92000 - 0x7fff81fd5fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8206c000 - 0x7fff8209ffff libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8211c000 - 0x7fff8214dfff libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8214e000 - 0x7fff822c5fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8239f000 - 0x7fff82409fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8240a000 - 0x7fff8240ffff libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff82410000 - 0x7fff82454fe7 com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff82455000 - 0x7fff8245afff libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8245b000 - 0x7fff82470ff7 com.apple.FileSync.framework 5.0.3 (375) <35387442-612C-98B1-C74F-815619492315> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x7fff82471000 - 0x7fff82477ff7 IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff82478000 - 0x7fff82531fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff82567000 - 0x7fff82584ff7 libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff82585000 - 0x7fff825bffff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff8276e000 - 0x7fff82789ff7 com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8278a000 - 0x7fff82942fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82943000 - 0x7fff829c1ff7 com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff829c2000 - 0x7fff833b8fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff836fd000 - 0x7fff83703ff7 com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff83704000 - 0x7fff83873fe7 com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff83887000 - 0x7fff838a8fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff838a9000 - 0x7fff838fbff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff838fc000 - 0x7fff83d27fef com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff83d28000 - 0x7fff83d3dff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff83d3e000 - 0x7fff83d6dff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff83d6e000 - 0x7fff83e1efff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff83e1f000 - 0x7fff84061fe7 com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff84062000 - 0x7fff841a0fff com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff841a1000 - 0x7fff849abfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff849c5000 - 0x7fff849d0ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff84bb6000 - 0x7fff84bf1fff com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff84bf2000 - 0x7fff84c6ffef com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff84c70000 - 0x7fff84fa4fff com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff84fa5000 - 0x7fff84fe2fff com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff84fe3000 - 0x7fff8510bff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8510f000 - 0x7fff851d0fff libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff851d1000 - 0x7fff852dbff7 com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8607d000 - 0x7fff86088fff com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff86089000 - 0x7fff8608ffff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff86090000 - 0x7fff8610ffe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff86110000 - 0x7fff86113fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff86120000 - 0x7fff86175ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff86176000 - 0x7fff861b9ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff863b9000 - 0x7fff86408fef libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff86409000 - 0x7fff865c7fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
    0x7fff866c4000 - 0x7fff86749ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8674a000 - 0x7fff86760fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86761000 - 0x7fff86787fe7 libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff86788000 - 0x7fff867d7ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff867d8000 - 0x7fff867f1fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff867f2000 - 0x7fff86a5cfef com.apple.QuartzComposer 4.2 ({156.28}) <60956AE3-2B2D-A0B7-9D92-3EE33D3A7051> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff86a5d000 - 0x7fff86a9eff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff86ac9000 - 0x7fff86b86fff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff86b87000 - 0x7fff86b95ff7 libkxld.dylib ??? (???) <27713C39-0E51-8F5A-877B-C5539C96A520> /usr/lib/system/libkxld.dylib
    0x7fff86b96000 - 0x7fff86bfefff com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff86bff000 - 0x7fff86c39fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff86c43000 - 0x7fff86c43ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff86c44000 - 0x7fff86c81ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff86c82000 - 0x7fff86ce4fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff86d9d000 - 0x7fff86da0ff7 libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86dbd000 - 0x7fff86e04ff7 com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff86e05000 - 0x7fff86e05ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff86e06000 - 0x7fff86e2efff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86e2f000 - 0x7fff86f50fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff87019000 - 0x7fff8708aff7 com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff870f0000 - 0x7fff870f1ff7 com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff870f2000 - 0x7fff87117ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff87118000 - 0x7fff8715dfff com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff8715e000 - 0x7fff87163ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff871bc000 - 0x7fff87206ff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff87207000 - 0x7fff87210ff7 com.apple.DisplayServicesFW 2.3.0 (283) <5C8FEF26-FBA5-2AC6-C484-336594C637DC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff87211000 - 0x7fff87211ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff87212000 - 0x7fff8725bff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8725c000 - 0x7fff8727ffff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff87393000 - 0x7fff873beff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff873bf000 - 0x7fff87abc06f com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff87ad3000 - 0x7fff87b63fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff87bbd000 - 0x7fff87bbdff7 com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87c0e000 - 0x7fff87d27fef libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff87d28000 - 0x7fff8822cfe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8822d000 - 0x7fff884b5fef com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff884b6000 - 0x7fff885cdfef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff885ce000 - 0x7fff885dbff7 com.apple.AppleFSCompression 24.4 (1.0) <F521CD1B-AC29-DA0B-BE8D-4F6F9F68A994> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff886e6000 - 0x7fff886f3fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff88738000 - 0x7fff887b5fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff887b6000 - 0x7fff887b6ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88848000 - 0x7fff88848ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff88851000 - 0x7fff888bdff7 com.apple.CorePDF 1.3 (1.3) <FF2F3F1B-D1D6-684C-B174-6A455E04FF91> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff888be000 - 0x7fff8899bfff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8899c000 - 0x7fff889aaff7 com.apple.Collaboration 38 (38) <ACD0F7F7-A342-CFBC-9BB8-906CDDCCB070> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x7fff889ab000 - 0x7fff88a4bfff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff88aa0000 - 0x7fff88aa1fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff88aa2000 - 0x7fff88ab4fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff88ab5000 - 0x7fff88b37fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff88b7e000 - 0x7fff88b7eff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff88b81000 - 0x7fff88b82fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff88c8a000 - 0x7fff88c8aff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff88c8b000 - 0x7fff88c9cfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff88c9d000 - 0x7fff88cb3fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <458F0259-6EDC-16BA-E6AA-1CEED002D188> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff88cb4000 - 0x7fff88cc8ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff88cc9000 - 0x7fff88cd5fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
    0x7fff88cd6000 - 0x7fff88f59fe7 com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88f5a000 - 0x7fff88fa6fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff89108000 - 0x7fff89117fff com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89122000 - 0x7fff89208fef com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Regards,
    blade0r

    Hello,
    Here it is:
    Mon Mar 28 19:58:52 2011
    panic(cpu 0 caller 0x2aab59): Kernel trap at 0x5cd7721a, type 14=page fault, registers:
    CR0: 0x80010033, CR2: 0x458b4875, CR3: 0x0e170000, CR4: 0x00000660
    EAX: 0x00000000, EBX: 0x00000000, ECX: 0x00000000, EDX: 0x09eff64c
    CR2: 0x458b4875, EBP: 0x72b51e68, ESI: 0x092d130c, EDI: 0x72b51ef8
    EFL: 0x00010206, EIP: 0x5cd7721a, CS: 0x00000008, DS: 0x00000010
    Error code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x72b51c38 : 0x21b510 (0x5d9514 0x72b51c6c 0x223978 0x0)
    0x72b51c88 : 0x2aab59 (0x59aeec 0x5cd7721a 0xe 0x59b0b6)
    0x72b51d68 : 0x2a09b8 (0x72b51d80 0x0 0x72b51e68 0x5cd7721a)
    0x72b51d78 : 0x5cd7721a (0xe 0x72b50048 0x72b50010 0x220010)
    0x72b51e68 : 0x5cda627f (0xc1d00051 0xbeef0003 0xa006480 0x71)
    0x72b51f18 : 0x5cdac0a7 (0xc1d00051 0xbeef0003 0xa006480 0x71)
    0x72b51fc8 : 0x5cdd0582 (0x72b521a8 0x9 0x0 0x0)
    0x72b52178 : 0x5cdd268e (0x0 0x600d600d 0x7027 0x72b521a8)
    0x72b52248 : 0x5ca87a25 (0xc1d00051 0xbeef0003 0xa006480 0x71)
    0x72b522e8 : 0x5ca87f9d (0x47096000 0xa006480 0x9d6d004 0x0)
    0x72b52328 : 0x5ca5fe0b (0x47096000 0xa006480 0x9d6d004 0x0)
    0x72b52358 : 0x5ca875d2 (0x47096000 0xa006480 0x9d6d004 0x0)
    0x72b52378 : 0x5ca5f418 (0x47096000 0xa006480 0x9d6d004 0x0)
    0x72b52398 : 0x5ca87f48 (0x47096000 0x9d6d000 0x2 0x2)
    0x72b523d8 : 0x5ca627b9 (0x47096000 0x9d6d000 0x0 0xdb0f000)
    0x72b52418 : 0x5ca60269 (0x47096000 0x472be000 0x472cd000 0x82b95c0)
    0x72b52468 : 0x5cab2ddf (0x47096000 0x472be000 0x472cd000 0x82b95c0)
    0x72b524f8 : 0x5caa45a9 (0x82b95c0 0xdb0f000 0x0 0x1)
    0x72b52558 : 0x5caa4810 (0x472be000 0x472be77c 0xdb0f000 0x0)
    0x72b525a8 : 0x5caa4ce4 (0x472be000 0x472be77c 0x72b528cc 0x72b5286c)
    0x72b528e8 : 0x5caa1aaf (0x472be000 0x472be77c 0x1 0x220677)
    0x72b52908 : 0x5ca695a1 (0x472be000 0x472be77c 0x856f580 0x5051f7)
    0x72b52938 : 0x5caa3572 (0x472be000 0x72b52a7c 0x72b52968 0x472be000)
    0x72b52978 : 0x5ca6d8de (0x472be000 0x72b52a7c 0x72b52a7c 0x72b529e0)
    0x72b52ab8 : 0x5caa6ee6 (0x472be000 0x0 0x72b52bcc 0x72b52bc8)
    0x72b52b68 : 0x5ca69c93 (0x472be000 0x0 0x72b52bcc 0x72b52bc8)
    0x72b52be8 : 0x56a738 (0x472be000 0x0 0x72b52e3c 0x72b52c74)
    0x72b52c38 : 0x56afd7 (0x5caf8020 0x472be000 0x887fb88 0x1)
    0x72b52c88 : 0x56b88b (0x472be000 0x10 0x72b52cd0 0x0)
    0x72b52da8 : 0x285be0 (0x472be000 0x10 0x887fb88 0x1)
    0x72b53e58 : 0x21d8be (0x887fb60 0xa3615a0 0x1fd7e8 0x5733)
    0x72b53e98 : 0x210a3e (0x887fb00 0x0 0x8d5ab20 0x9502e30)
    Backtrace continues...
    Kernel Extensions in backtrace (with dependencies):
    com.apple.GeForce(6.2.6)@0x5ca5e000->0x5cb13fff
    dependency: com.apple.NVDAResman(6.2.6)@0x5cd64000
    dependency: com.apple.iokit.IONDRVSupport(2.2)@0x5c898000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x55cde000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x5c8df000
    com.apple.NVDAResman(6.2.6)@0x5cd64000->0x5d051fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x55cde000
    dependency: com.apple.iokit.IONDRVSupport(2.2)@0x5c898000
    dependency: com.apple.iokit.IOGraphicsFamily(2.2)@0x5c8df000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    10J869
    Kernel version:
    Darwin Kernel Version 10.7.0: Sat Jan 29 15:17:16 PST 2011; root:xnu-1504.9.37~1/RELEASE_I386
    System model name: iMac9,1 (Mac-F2218FC8)
    System uptime in nanoseconds: 40748613602861
    unloaded kexts:
    com.apple.driver.AppleFileSystemDriver 2.0 (addr 0x5be19000, size 0x12288) - last unloaded 110231746368
    loaded kexts:
    com.intego.iokit.VirusBarrierX6Service 10.6.11 - last loaded 37671283911
    com.intego.iokit.VBX6NKE 1
    com.intego.iokit.BehavioralKext 1
    com.parallels.kext.prl_vnic 6.0 11994.637890
    com.parallels.kext.prl_netbridge 6.0 11994.637890
    com.parallels.kext.prlusbconnect 6.0 11994.637890
    com.parallels.kext.prlhidhook 6.0 11994.637890
    com.intego.kext.VirusBarrier.AppBarrierKPI 10.6.11
    com.intego.kext.VirusBarrierKPI 10.6.11
    com.parallels.kext.prl_hypervisor 6.0 11994.637890
    com.apple.driver.AppleHWSensor 1.9.3d0
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AGPM 100.12.19
    com.apple.driver.AudioAUUC 1.54
    com.apple.driver.AppleBluetoothMultitouch 54
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AppleUpstreamUserClient 3.5.4
    com.apple.driver.AppleIntelPenrynProfile 17
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AppleMikeyDriver 1.9.9f12
    com.apple.driver.AppleHDA 1.9.9f12
    com.apple.driver.AppleMCCSControl 1.0.17
    com.apple.driver.AudioIPCDriver 1.1.6
    com.apple.nvenet 2.0.15
    com.apple.driver.AirPortBrcm43224 427.36.9
    com.apple.driver.AppleBacklight 170.0.34
    com.apple.driver.ACPISMCPlatformPlugin 4.5.0d5
    com.apple.driver.AppleLPC 1.4.12
    com.apple.GeForce 6.2.6
    com.apple.driver.AppleIRController 303.8
    com.apple.iokit.SCSITaskUserClient 2.6.5
    com.apple.driver.AppleFWOHCI 4.7.1
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 1.6.3
    com.apple.driver.AppleEFINVRAM 1.4.0
    com.apple.driver.AppleUSBHub 4.1.7
    com.apple.driver.AppleAHCIPort 2.1.5
    com.apple.driver.AppleUSBEHCI 4.1.8
    com.apple.driver.AppleUSBOHCI 4.1.5
    com.apple.driver.AppleRTC 1.3.1
    com.apple.driver.AppleHPET 1.5
    com.apple.driver.AppleACPIButtons 1.3.5
    com.apple.driver.AppleSMBIOS 1.6
    com.apple.driver.AppleACPIEC 1.3.5
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 105.13.0
    com.apple.security.sandbox 1
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 105.13.0
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.IOBluetoothHIDDriver 2.4.0f1
    com.apple.driver.AppleMultitouchDriver 207.10
    com.apple.iokit.IOSurface 74.2
    com.apple.iokit.IOBluetoothSerialManager 2.4.0f1
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.DspFuncLib 1.9.9f12
    com.apple.iokit.IOAudioFamily 1.8.0fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.AppleSMBusController 1.0.8d0
    com.apple.driver.AppleHDAController 1.9.9f12
    com.apple.iokit.IOHDAFamily 1.9.9f12
    com.apple.driver.NVSMU 2.2.7
    com.apple.iokit.IO80211Family 314.1.1
    com.apple.nvidia.nv50hal 6.2.6
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.iokit.IONetworkingFamily 1.10
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.1.0d3
    com.apple.driver.IOPlatformPluginFamily 4.5.0d5
    com.apple.driver.AppleSMBusPCI 1.0.8d0
    com.apple.NVDAResman 6.2.6
    com.apple.iokit.IONDRVSupport 2.2
    com.apple.iokit.IOGraphicsFamily 2.2
    com.apple.driver.AppleUSBHIDKeyboard 141
    com.apple.driver.AppleHIDKeyboard 141
    com.apple.iokit.IOUSBHIDDriver 4.1.5
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.4.0f1
    com.apple.driver.AppleUSBBluetoothHCIController 2.4.0f1
    com.apple.iokit.IOBluetoothFamily 2.4.0f1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.5
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.driver.AppleUSBMergeNub 4.1.8
    com.apple.iokit.IOUSBMassStorageClass 2.6.5
    com.apple.driver.AppleUSBComposite 3.9.0
    com.apple.driver.XsanFilter 402.1
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.5
    com.apple.iokit.IOFireWireFamily 4.2.6
    com.apple.iokit.IOAHCISerialATAPI 1.2.5
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.5
    com.apple.iokit.IOUSBUserClient 4.1.5
    com.apple.iokit.IOAHCIFamily 2.0.4
    com.apple.iokit.IOUSBFamily 4.1.8
    com.apple.driver.AppleEFIRuntime 1.4.0
    com.apple.iokit.IOHIDFamily 1.6.5
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 6
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.DiskImages 289
    com.apple.iokit.IOStorageFamily 1.6.2
    com.apple.driver.AppleACPIPlatform 1.3.5
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    I found it by using the console.
    Thank you very much,
    g.

  • Fonts went strange after system upgrade

    After 'pacman -Syu' i rebooted and my fonts started looking strange, kinda bigger.
    In some places its not even noticeable but again in other places it is x(.
    I'm using Flubox as a WM and i really don't think this has anything to do with the WM.
    I was wondering if anyone else experienced some similar problems after this upgrade?
    Upgrade log:
    [2009-11-01 14:09] synchronizing package lists
    [2009-11-01 14:09] starting full system upgrade
    [2009-11-01 14:18] removed gnome-mount (0.8-1)
    [2009-11-01 14:18] upgraded kernel-headers (2.6.30.5-1 -> 2.6.31.4-2)
    [2009-11-01 14:18] Generating locales...
    [2009-11-01 14:18] en_US.UTF-8... done
    [2009-11-01 14:18] en_US.ISO-8859-1... done
    [2009-11-01 14:18] Generation complete.
    [2009-11-01 14:18] upgraded glibc (2.10.1-4 -> 2.10.1-5)
    [2009-11-01 14:18] upgraded attr (2.4.43-1 -> 2.4.44-1)
    [2009-11-01 14:18] upgraded acl (2.2.47-2 -> 2.2.48-1)
    [2009-11-01 14:18] upgraded libdrm (2.4.13-1 -> 2.4.15-1)
    [2009-11-01 14:18] upgraded libx11 (1.2.2-1 -> 1.3.2-1)
    [2009-11-01 14:18] upgraded xextproto (7.0.5-1 -> 7.1.1-1)
    [2009-11-01 14:18] upgraded libxext (1.0.5-2 -> 1.1.1-1)
    [2009-11-01 14:18] upgraded libxxf86vm (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-01 14:18] upgraded fixesproto (4.0-3 -> 4.1.1-1)
    [2009-11-01 14:18] upgraded libxfixes (4.0.3-2 -> 4.0.4-1)
    [2009-11-01 14:18] upgraded libxdamage (1.1.1-2 -> 1.1.2-1)
    [2009-11-01 14:18] upgraded libgl (7.5.1-2 -> 7.6-2)
    [2009-11-01 14:18] upgraded ati-dri (7.5.1-2 -> 7.6-2)
    [2009-11-01 14:18] upgraded binutils (2.19.1-5 -> 2.20-1)
    [2009-11-01 14:18] upgraded dbus-glib (0.82-1 -> 0.82-2)
    [2009-11-01 14:18] upgraded enca (1.11-1 -> 1.12-1)
    [2009-11-01 14:18] upgraded gcc-libs (4.4.1-1 -> 4.4.2-2)
    [2009-11-01 14:18] upgraded libxt (1.0.6-1 -> 1.0.7-1)
    [2009-11-01 14:18] upgraded xulrunner (1.9.1.3-2 -> 1.9.1.4-1)
    [2009-11-01 14:19] upgraded firefox (3.5.3-1 -> 3.5.4-1)
    [2009-11-01 14:19] upgraded gcc (4.4.1-1 -> 4.4.2-2)
    [2009-11-01 14:19] upgraded gnome-disk-utility (2.28.0-1 -> 2.28.0-2)
    [2009-11-01 14:19] upgraded gnutls (2.8.3-1 -> 2.8.4-1)
    [2009-11-01 14:19] upgraded gstreamer0.10 (0.10.24-1 -> 0.10.25-1)
    [2009-11-01 14:19] upgraded libxv (1.0.4-1 -> 1.0.5-1)
    [2009-11-01 14:19] upgraded gstreamer0.10-base (0.10.24-1 -> 0.10.25-1)
    [2009-11-01 14:19] upgraded libtheora (1.0-1 -> 1.1.1-1)
    [2009-11-01 14:19] upgraded gstreamer0.10-base-plugins (0.10.24-1 -> 0.10.25-1)
    [2009-11-01 14:19] upgraded gstreamer0.10-ffmpeg (0.10.8-1 -> 0.10.9-1)
    [2009-11-01 14:19] upgraded gstreamer0.10-python (0.10.16-1 -> 0.10.17-1)
    [2009-11-01 14:19] upgraded inputproto (1.5.1-2 -> 2.0-1)
    [2009-11-01 14:19] upgraded libmpcdec (1.2.6-1 -> 1.2.6-2)
    [2009-11-01 14:19] upgraded k3b (1.66.0alpha2-3 -> 1.68.0alpha3-1)
    [2009-11-01 14:19] upgraded libatasmart (0.16-1 -> 0.17-1)
    [2009-11-01 14:19] upgraded libdmx (1.0.99.1-1 -> 1.1.0-1)
    [2009-11-01 14:19] upgraded libgksu (2.0.8-1 -> 2.0.12-1)
    [2009-11-01 14:19] upgraded libgphoto2 (2.4.6-3 -> 2.4.7-1)
    [2009-11-01 14:19] upgraded libgsf (1.14.15-1 -> 1.14.16-1)
    [2009-11-01 14:19] upgraded libsexy (0.1.11-1 -> 0.1.11-2)
    [2009-11-01 14:19] upgraded libusb1 (1.0.1-1 -> 1.0.3-1)
    [2009-11-01 14:19] upgraded libxmu (1.0.4-2 -> 1.0.5-1)
    [2009-11-01 14:19] upgraded libxpm (3.5.7-2 -> 3.5.8-1)
    [2009-11-01 14:19] upgraded libxaw (1.0.6-1 -> 1.0.7-1)
    [2009-11-01 14:19] upgraded libxcomposite (0.4.0-2 -> 0.4.1-1)
    [2009-11-01 14:19] upgraded libxdmcp (1.0.2-2 -> 1.0.3-1)
    [2009-11-01 14:19] upgraded libxfont (1.4.0-1 -> 1.4.1-1)
    [2009-11-01 14:19] upgraded libxfontcache (1.0.4-2 -> 1.0.5-1)
    [2009-11-01 14:19] upgraded renderproto (0.9.3-2 -> 0.11-1)
    [2009-11-01 14:19] upgraded libxrender (0.9.4-2 -> 0.9.5-1)
    [2009-11-01 14:19] upgraded libxft (2.1.13-1 -> 2.1.14-1)
    [2009-11-01 14:19] upgraded libxi (1.2.1-1 -> 1.3-1)
    [2009-11-01 14:19] upgraded libxinerama (1.0.99.1-1 -> 1.1-1)
    [2009-11-01 14:19] upgraded libxkbfile (1.0.5-1 -> 1.0.6-1)
    [2009-11-01 14:19] upgraded libxres (1.0.3-2 -> 1.0.4-1)
    [2009-11-01 14:19] upgraded libxtst (1.0.3-2 -> 1.1.0-1)
    [2009-11-01 14:19] upgraded libxvmc (1.0.4-2 -> 1.0.5-1)
    [2009-11-01 14:19] upgraded libxxf86dga (1.1.1-0.1 -> 1.1.1-1)
    [2009-11-01 14:19] upgraded libxxf86misc (1.0.1-2 -> 1.0.2-1)
    [2009-11-01 14:19] upgraded live-media (2009.09.28-1 -> 2009.09.28-2)
    [2009-11-01 14:19] upgraded mesa (7.5.1-2 -> 7.6-2)
    [2009-11-01 14:19] upgraded nautilus (2.28.0-1 -> 2.28.1-1)
    [2009-11-01 14:19] upgraded nautilus-cd-burner (2.24.0-2 -> 2.25.3-1)
    [2009-11-01 14:19] upgraded ntfs-3g (2009.4.4-1 -> 2009.4.4-2)
    [2009-11-01 14:19] upgraded openssh (5.3p1-1 -> 5.3p1-2)
    [2009-11-01 14:19] upgraded putty (0.60-1 -> 0.60-2)
    [2009-11-01 14:19] upgraded python-gdata (1.3.1-1 -> 2.0.4-1)
    [2009-11-01 14:19] upgraded shared-mime-info (0.70-1 -> 0.70-2)
    [2009-11-01 14:19] upgraded totem (2.28.1-1 -> 2.28.2-1)
    [2009-11-01 14:19] upgraded xorg-font-utils (7.4-3 -> 7.5-2)
    [2009-11-01 14:20] Updating font cache... done.
    [2009-11-01 14:20] installed ttf-freefont (20090104-2)
    [2009-11-01 14:20] upgraded vlc (1.0.2-3 -> 1.0.3-1)
    [2009-11-01 14:20] upgraded vte (0.22.2-1 -> 0.22.3-1)
    [2009-11-01 14:20] upgraded xf86-input-evdev (2.2.5-1 -> 2.3.0-1)
    [2009-11-01 14:20] upgraded xf86-video-ati (6.12.4-1 -> 6.12.99.git20091014-1)
    [2009-11-01 14:20] upgraded xf86-video-vesa (2.2.0-1 -> 2.2.1-1)
    [2009-11-01 14:20] upgraded xorg-apps (7.5-1.1 -> 7.5-2)
    [2009-11-01 14:20] upgraded xorg-fonts-alias (1.0.1-2 -> 1.0.2-1)
    [2009-11-01 14:20] Regenerating font encodings... done.
    [2009-11-01 14:20] upgraded xorg-fonts-encodings (1.0.2-3 -> 1.0.3-1)
    [2009-11-01 14:20] installed printproto (1.0.4-1)
    [2009-11-01 14:20] installed libxp (1.0.0-3)
    [2009-11-01 14:20] upgraded xorg-server-utils (7.4-7 -> 7.5-2)
    [2009-11-01 14:20] upgraded xorg-server (1.6.3.901-1 -> 1.7.1-1)
    [2009-11-01 14:20] upgraded xorg-utils (7.4-4 -> 7.5-1)
    [2009-11-01 14:20] upgraded xorg-xauth (1.0.3-1 -> 1.0.4-1)
    [2009-11-01 14:20] upgraded xorg-xkb-utils (7.4-2 -> 7.5-1)
    [2009-11-01 14:20] upgraded xterm (246-1 -> 250-1)
    I tried clearing the font cache but it didin't help.
    Any ideas?

    I'm having a similar issue. Only difference is that fonts looks smaller than before the upgrade.
    I don't think this has something to do with KMS, because that update was a week ago an no problem was detected. This small fonts issue is probably related to recent updates on xorg- stuff.
    Moreover, the strange thing here is that only GUIs fonts got smaller. Fonts on firefox (the webpage, not the user interface) looks exactly the same as before.
    What should we do?

  • [Solved] Dependencies loop detected (nvidia-304xx-libgl ///

    Hi.
    Today, with a pacman syu I got this message (translating from spanish to english)
    attention: dependencies loop detected:
    attention: nvidia-304xx-libgl will be installed before its dependence nvidia-304xx-utils
    I don't know which are the consequences of this message and I don't want to update because I don't know if I have to do something before or after, or should not worry.
    What should I do?
    Thanks
    Edit:
    better title... I think
    more info... there are more packages in updates... including mesa-10.1.0-2 (viewing other posts with conflicts involving this package, I don't know if this info is important). Thanks again.
    Last edited by ppsalama (2014-03-09 17:32:08)

    Thanks again... but something strange has happened to me now: (now I will put all my pacman output)
    This post was because I got:
    sudo pacman -Syyu
    [sudo] password for ########:
    :: Synchronizing package databases ...
    core 106,8 KiB 367K/s 00:00 [##########################################] 100%
    extra 1456,6 KiB 1003K/s 00:01 [##########################################] 100%
    community 2,1 MiB 1054K/s 00:02 [##########################################] 100%
    archlinuxfr 12,2 KiB 183K/s 00:00 [##########################################] 100%
    :: Starting full system upgrade...
    :: ¿Replace kdeutils-kwallet with extra/kdeutils-kwalletmanager? [S/n] s
    solving dependencies...
    attention: dependencies loop detected:
    attention: nvidia-304xx-libgl will be installed before its dependence nvidia-304xx-utils
    Conflict checking ...
    Packages (275): calibre-1.27.0-1 cups-1.7.1-4 file-5.17-2 kactivities-4.12.3-1 kde-base-artwork-4.12.3-1
    kde-l10n-es-4.12.3-1 kde-wallpapers-4.12.3-1 kdeaccessibility-jovie-4.12.3-1
    .......... a lot of kde packages ...................................................................................................................
    libcups-1.7.1-4 libkcddb-4.12.3-1 libkcompactdisc-4.12.3-1 libkdcraw-4.12.3-1 libkdeedu-4.12.3-1
    libkdegames-4.12.3-1 libkexiv2-4.12.3-1 libkipi-4.12.3-1 libkmahjongg-4.12.3-1 libkomparediff2-4.12.3-1
    libksane-4.12.3-1 libnl-3.2.24-1 linux-3.13.6-1 linux-docs-3.13.6-1 linux-headers-3.13.6-1
    linux-lts-3.10.33-1 linux-lts-headers-3.10.33-1 mediastreamer-2.10.0-1 mesa-10.1.0-2 minidlna-1.1.2-1
    nepomuk-core-4.12.3-1 nepomuk-widgets-4.12.3-1 nvidia-304xx-304.119-2 nvidia-304xx-libgl-304.119-2
    nvidia-304xx-utils-304.119-2 oxygen-gtk2-1.4.4-1 oxygen-gtk3-1.3.4-1 oxygen-icons-4.12.3-1
    pysmbc-1.0.13-2 python2-cherrypy-3.2.5-1 python2-setuptools-3.1-1 s-nail-14.6.2-1 subversion-1.8.8-1
    systemd-210-3 systemd-sysvcompat-210-3 xterm-303-1
    Total download size: 663,17 MiB
    Total Installed Size: 1361,11 MiB
    Net updating Size: -40,77 MiB
    :: Continue with the installation? [Y/n] n
    Then I wrote my first post.
    After reading blackout23 comment, I type again sudo pacman -Syyu and I get this
    :: Synchronizing package databases...
    core 106,8 KiB 337K/s 00:00 [##########################################] 100%
    extra 1456,1 KiB 988K/s 00:01 [##########################################] 100%
    community 2,1 MiB 1046K/s 00:02 [##########################################] 100%
    archlinuxfr 12,2 KiB 185K/s 00:00 [##########################################] 100%
    :: Starting full system upgrade...
    :: ¿Replace kdeutils-kwallet with extra/kdeutils-kwalletmanager? [S/n] s
    solving dependencies...
    Conflict checking ...
    error: error when preparing transaction (could not satisfy dependencies)
    :: cairo: needs libgl
    :: freeglut: needs libgl
    :: glu: needs libgl
    :: java3d: needs libgl
    :: libva: needs libgl
    :: mesa-demos: needs libgl
    :: mplayer: needs libgl
    :: pipelight: needs libgl
    :: qt4: needs libgl
    :: xorg-xdriinfo: needs libgl
    a completely different output, and I didn't anything
    what happens?

  • [SOLVED]Applications don't detect/use libGL.so.1

    SOLUTION : Re-install lib32-nvidia-libgl
    I installed dwarffortress (repo package) and ran dwarffortress. It gave me this error -
    ./libs/Dwarf_Fortress: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory
    Searching for libGL.so.1 gives me with catfish - https://drive.google.com/file/d/0B2sfMr … sp=sharing
    As you can see, I have it in several locations including /usr/lib32 and /usr/lib32/nvidia. Following this thread - https://bbs.archlinux.org/viewtopic.php?id=159833 I ran
    pkgfile libGL.so.1 and it gave me
    extra/mesa-libgl
    extra/nvidia-304xx-utils
    extra/nvidia-libgl
    extra/nvidia-utils
    community/nvidia-cg-toolkit
    community/primus
    multilib/lib32-mesa-libgl
    multilib/lib32-nvidia-304xx-utils
    multilib/lib32-nvidia-libgl
    multilib/lib32-nvidia-utils
    multilib/lib32-primus
    I tried to install mesa-libgl but it is in conflict with nvidia-libgl. So what do I do? Do I remove nvidia-libgl? I am on a x86_64 system (uname -m gives x86_64). Also various solutions around the internet consist of creating symlinks but I need to get a concrete solution that doesn't break my system. Several other games give me this error when I try to run with Wine.
    If this helps - I ran pacman -Qs libgl and it gave me -
    local/lib32-mesa 10.0.2-1
        an open-source implementation of the OpenGL specification (32-bit)
    local/lib32-nvidia-libgl 331.38-1
        NVIDIA drivers libraries symlinks (32-bit)
    local/libglade 2.6.4-5
        Allows you to load glade interface files in a program at runtime
    local/mesa 10.0.2-1
        an open-source implementation of the OpenGL specification
    local/nvidia-libgl 331.38-1
        NVIDIA drivers libraries symlinks
    P.S - How do I put things in code so that I don't have to paste them as text and they don't take up screen space?
    EDIT : Something strange. Just randomly I tried installing lib32-glu. Output said <package name and version> is up to date -- reinstalling. That's fine, I just forgot it was already installed. But then it said
    Total Download Size:    0.17 MiB
    Total Installed Size:   0.52 MiB
    Net Upgrade Size:       0.00 MiB
    Shouldn't the download size be 0 if it's already installed?
    Last edited by Aditya Raj Bhatt (2014-02-06 10:39:54)

    That's strange, check now does it load? I have set permissions to anyone on the web. Anyway, I'll paste it here -
    /usr/lib
    /usr/lib/nvidia
    /usr/lib32/nvidia
    And thanks! Re-installing lib32-nvidia-libgl worked! Could you please tell me how to put the output in code? I'll mark the thread as solved though.
    EDIT : Uh, I don't see an edit button for the title. How do I edit it to read [SOLVED] ?
    Last edited by Aditya Raj Bhatt (2014-02-06 01:59:28)

  • [solved] strange fonts and no terminal after update

    i recently updated the following packages:
    dina-font
    mesa
    mesa-libgl
    intel-dri
    libsm
    libx11
    libxmu
    libxpm
    libxaw
    libxrandr
    libxv
    sqlite
    xorg-xrdb
    after rebooting, urxvt no longer loads, and i3wm does not appear to be using dina-font, even though i made no changes to ~/.Xresources, ~/.xinitrc, ~/.i3/config, etc.
    i've tried reinstalling dina-font, but that didn't work. did i miss something?
    thanks.
    Last edited by anti-destin (2013-09-14 15:24:25)

    fixed it.
    i had
    -*-dina-medium-r-*-*-16-*-*-*-*-*-*-*
    before. changing it to
    -*-dina-medium-r-*-*-13-*-*-*-*-*-*-*
    fixed the issue. strange that it worked before.
    Last edited by anti-destin (2013-09-14 15:24:11)

  • Assorted strangeness

    Several strange things have been happening on my system recently.  I'm not sure if they're related.
    My system is a Dell Intel-based PC, running up-to-date 64-bit Arch, xfce4 desktop, with two monitors attached to an Nvidia Quadro NVS 290 graphics card.
    1) If I run xfce4-terminal on one screen, all the xfce4-terminals on the other screen instantly close, with the message   
    The program 'xfce4-terminal' received an X Window System error.
    This probably reflects a bug in the program.
    The error was 'BadMatch (invalid parameter attributes)'.
    (Details: serial 3608 error_code 8 request_code 1 minor_code 0)
    Other terminals (i.e. urxvt) are OK. 
    2) In both evince and gedit, if I select some text and press ctrl-C to copy it, the program segfaults:
    (evince:1306): Gdk-CRITICAL **: gdk_x11_screen_lookup_visual: assertion 'GDK_IS_SCREEN (screen)' failed
    Segmentation fault (core dumped)
    3) I use the 'Industrial' style in the Appearance settings.  Whenever I restart X, one of the screens (never both) switches to a different style with black window trimmings.  The Style menu still shows 'Industrial' selected, but I have to switch to another style and back again to reset things.
    4) gkrellm crashes after a couple of hours -- but only the local one, not the one showing the status of my server.
    5) Thunderbird crashes with a segmentation fault every few days.  It's been doing that for months.  It handles about a dozen different email accounts, mostly using IMAP, with thousands of emails.  But it still shouldn't do that.
    I know this is all a bit vague, but I don't know where to start troubleshooting.
    Any suggestions (polite ones) would be appreciated.

    Some more specifics about the gkrellm error: it crashes with
    $ gkrellm
    *** Error in `gkrellm': double free or corruption (!prev): 0x000000000229da90 ***
    ======= Backtrace: =========
    /usr/lib/libc.so.6(+0x72e5f)[0x7f70dbdabe5f]
    /usr/lib/libc.so.6(+0x7862e)[0x7f70dbdb162e]
    /usr/lib/libc.so.6(+0x79307)[0x7f70dbdb2307]
    /usr/lib/libGL.so.1(+0xad4dc)[0x7f70d7cb34dc]
    ======= Memory map: ========
    00400000-004c0000 r-xp 00000000 fe:00 1866582 /usr/bin/gkrellm
    Discussion at https://forums.gentoo.org/viewtopic-p-7415512.html blames the Nvidia drivers, which I'm using.  But I'm not monitoring the GPU temperature.  I'll try it with 'MALLOC_CHECK_=0'.

  • Strange Kernel

    Hi everybody,
    All of a sudden, after my new installation of Mac OS X, I received a strange kernel panic while I was reading mails and opening Firefox.
    Any suggestions would be greatly appreciated, thanks:
    Process: Finder [248]
    Path: /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier: com.apple.finder
    Version: 10.6.8 (10.6.8)
    Build Info: Finder_FE-6650801~5
    Code Type: X86-64 (Native)
    Parent Process: launchd [239]
    Date/Time: 2011-03-28 04:26:52.671 +0200
    OS Version: Mac OS X 10.6.7 (10J869)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000020
    Crashed Thread: 7 Dispatch queue: TFSVolumeInfo::GetSizingGCDQueue
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff8071329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8071390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8219a932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82199dbf CFRunLoopRunSpecific + 575
    4 com.apple.HIToolbox 0x00007fff813b87ee RunCurrentEventLoopInMode + 333
    5 com.apple.HIToolbox 0x00007fff813b85f3 ReceiveNextEventCommon + 310
    6 com.apple.HIToolbox 0x00007fff813b84ac BlockUntilNextEventMatchingListInMode + 59
    7 com.apple.AppKit 0x00007fff82a05e64 _DPSNextEvent + 718
    8 com.apple.AppKit 0x00007fff82a057a9 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9 com.apple.AppKit 0x00007fff829cb48b -[NSApplication run] + 395
    10 com.apple.AppKit 0x00007fff829c41a8 NSApplicationMain + 364
    11 com.apple.finder 0x0000000100005199 0x100000000 + 20889
    12 com.apple.finder 0x000000010000515c 0x100000000 + 20828
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8072c12a kevent + 10
    1 libSystem.B.dylib 0x00007fff8072dffd dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff8072dcd4 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8072d7fe dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff8072d128 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff8071329a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8071390d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8219a932 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff82199dbf CFRunLoopRunSpecific + 575
    4 com.apple.CoreFoundation 0x00007fff82199b46 CFRunLoopRun + 70
    5 com.apple.DesktopServices 0x00007fff891244d2 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514
    6 ...ple.CoreServices.CarbonCore 0x00007fff84c77335 PrivateMPEntryPoint + 63
    7 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    8 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 3: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x00007fff80756e52 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff821bc498 __CFSocketManager + 824
    2 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 4: com.apple.coremedia.scheduledfileio
    0 libSystem.B.dylib 0x00007fff8074df8a _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff80751da1 pthread_condwait + 1286
    2 com.apple.CoreMedia 0x00007fff86a799fd WaitOnCondition + 14
    3 com.apple.CoreMedia 0x00007fff86a79bc9 FigSemaphoreWaitRelative + 167
    4 com.apple.CoreMedia 0x00007fff86a78173 FigScheduledFileIOThread + 5108
    5 com.apple.CoreMedia 0x00007fff86a7aa05 figThreadMain + 253
    6 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff8072cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8072d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff8072cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8072d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 7 Crashed: Dispatch queue: TFSVolumeInfo::GetSizingGCDQueue
    0 ...ple.CoreServices.CarbonCore 0x00007fff84c91aa4 Xcallbackrpc + 371
    1 ...ple.CoreServices.CarbonCore 0x00007fff84c91911 FSEventsD2F_server + 52
    2 ...ple.CoreServices.CarbonCore 0x00007fff84c918d6 dispatchrcvmsg + 9
    3 libSystem.B.dylib 0x00007fff80750ffc dispatchmigserver + 215
    4 libSystem.B.dylib 0x00007fff80750f23 _dispatch_source_mig_create_block_invoke1 + 174
    5 libSystem.B.dylib 0x00007fff8072e913 dispatch_sourceinvoke + 273
    6 libSystem.B.dylib 0x00007fff8072dcd4 dispatch_queueinvoke + 185
    7 libSystem.B.dylib 0x00007fff8072ddfc dispatch_queuedrain + 261
    8 libSystem.B.dylib 0x00007fff8072dc54 dispatch_queueinvoke + 57
    9 libSystem.B.dylib 0x00007fff8072d7fe dispatch_workerthread2 + 252
    10 libSystem.B.dylib 0x00007fff8072d128 pthreadwqthread + 353
    11 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff8072cf4a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff8072d35c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff8072cfc5 start_wqthread + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff807132fa semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x00007fff80751c92 pthread_condwait + 1015
    2 com.apple.finder 0x000000010002a760 0x100000000 + 173920
    3 com.apple.finder 0x000000010002a702 0x100000000 + 173826
    4 com.apple.finder 0x0000000100005db7 0x100000000 + 23991
    5 com.apple.finder 0x0000000100005ce9 0x100000000 + 23785
    6 libSystem.B.dylib 0x00007fff8074c4f6 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff8074c3a9 thread_start + 13
    Thread 7 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x000000010144b000 rcx: 0x00007fff700e8630 rdx: 0x00000000002f4180
    rdi: 0x0000000100461400 rsi: 0x000000011395dd00 rbp: 0x000000011395bcb0 rsp: 0x000000011395bc70
    r8: 0x0000000000000001 r9: 0x00000001011c0330 r10: 0x0000000115737b00 r11: 0x0000000000000007
    r12: 0x000000011395bcf0 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    rip: 0x00007fff84c91aa4 rfl: 0x0000000000010202 cr2: 0x0000000000000020
    Binary Images:
    0x100000000 - 0x1003acff7 com.apple.finder 10.6.8 (10.6.8) <9CFBAFEA-027B-443F-60F4-7ACA103313CC> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    0x1004ed000 - 0x1004effef com.apple.textencoding.unicode 2.3 (2.3) <B254327D-2C4A-3296-5812-6F74C7FFECD9> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x101627000 - 0x10162bfff com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <D934B45A-1406-1C78-0F55-E9C5216C269D> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x101635000 - 0x10163cff7 com.apple.qldisplay.Movie 2.3 (327.6) <935EF4D1-22BE-6967-DB90-49547F255F7B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/Movie.qldisplay/Contents/MacOS/Movi e
    0x10169d000 - 0x1016c3fff GLRendererFloat ??? (???) <0AF0FF0D-6FD6-B5FA-9991-C8F58E8F1DD4> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x1120f4000 - 0x1120fafff com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <E6F7EBE4-E981-DFB8-E778-EDE7580E7993> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1165f0000 - 0x1165f8fff com.apple.qldisplay.NSImage 2.3 (327.6) <A1FD7F57-00A6-3150-A7FF-E286A66EA2E3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/Resources/DisplayBundles/NSImage.qldisplay/Contents/MacOS/NS Image
    0x117b3a000 - 0x117ccbfef GLEngine ??? (???) <7B2CD458-D828-6A44-C918-C194838974D5> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x117cfc000 - 0x11811ffef libclh.dylib 3.1.1 C (3.1.1) <0774DA8C-734E-2639-0F37-CCB20D17CDBD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x11d28e000 - 0x11d480fe7 com.apple.audio.codecs.Components 2.0.3 (2.0.3) <7B697EFB-A18F-3CB4-2F81-89296BE02B21> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x11d4f1000 - 0x11d5bcfef com.apple.audio.units.Components 1.6.4 (1.6.4) <62662BC1-2DE2-D5FB-8397-5A9991A349B6> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x200000000 - 0x200787fff com.apple.GeForceGLDriver 1.6.26 (6.2.6) <D469864E-34A6-37EE-A01D-7C2AF0223D35> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
    0x7fff80033000 - 0x7fff80049fff com.apple.ImageCapture 6.0.2 (6.0.2) <06E4103B-9BE4-7EAD-B532-89FC5EB06ED4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8004a000 - 0x7fff80051fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff80052000 - 0x7fff80124fe7 com.apple.CFNetwork 454.11.12 (454.11.12) <B1C9008A-4A5D-609D-5D10-C93DAD6FFB4C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff80125000 - 0x7fff801b4fff com.apple.PDFKit 2.5.1 (2.5.1) <38BEE9BB-3716-49BA-7E14-687FE9E066EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff801b5000 - 0x7fff801fcfff com.apple.QuickLookFramework 2.3 (327.6) <11DFB135-24A6-C0BC-5B97-ECE352A4B488> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff801fd000 - 0x7fff8059afe7 com.apple.QuartzCore 1.6.3 (227.36) <6FD8E129-135E-2F89-E9F0-A3CD0C6FCEF1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff80712000 - 0x7fff808d3fff libSystem.B.dylib 125.2.10 (compatibility 1.0.0) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    0x7fff808d4000 - 0x7fff808d6fff libRadiance.dylib ??? (???) <73257486-8E94-E758-1A5A-5B521F27EE12> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff808d7000 - 0x7fff8098dfff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <99CB3A0F-64CF-1D16-70CD-8AED2EF06C30> /usr/lib/libobjc.A.dylib
    0x7fff8098e000 - 0x7fff8098fff7 com.apple.audio.units.AudioUnit 1.6.6 (1.6.6) <BE4E577D-87EC-8FD0-5341-AE99CE4ADC99> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff80990000 - 0x7fff80a45fe7 com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff80a6b000 - 0x7fff80ca6fef com.apple.imageKit 2.0.3 (1.0) <5D18C246-303A-6580-9DC9-79BE79467C95> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff80d1a000 - 0x7fff80da6fef SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff80da7000 - 0x7fff80de0ff7 com.apple.MeshKit 1.1 (49.2) <832A074D-7601-F7C9-6D3A-E1C58965C3A1> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff80de1000 - 0x7fff80de4ff7 com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff80de5000 - 0x7fff80de9ff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <49E6AF5D-AF9B-67CF-A6B8-C79F6BA8A627> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff80dea000 - 0x7fff80f1fff7 com.apple.audio.toolbox.AudioToolbox 1.6.6 (1.6.6) <AFAB42A2-A3A8-83D8-D583-613625706690> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff80f20000 - 0x7fff80fe1fef com.apple.ColorSync 4.6.6 (4.6.6) <EC6C8119-23F6-A96E-47A3-5CD31E462AE3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff81024000 - 0x7fff81026fff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff81066000 - 0x7fff81077ff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff81078000 - 0x7fff81087fff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff81088000 - 0x7fff810d0ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff81132000 - 0x7fff811fdfff ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <D3242F40-AA41-022C-1345-6BFC0E560460> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff811fe000 - 0x7fff81212fff libGL.dylib ??? (???) <0FA671EB-6FA0-BA97-C00A-C42247C22B26> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff812a0000 - 0x7fff812a4ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff812ef000 - 0x7fff81330fef com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff81331000 - 0x7fff81337ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff81340000 - 0x7fff81389fef libGLU.dylib ??? (???) <0FCD57C5-D7AA-F2DD-D2EC-C1C8B931F65C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8138a000 - 0x7fff81688fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff81808000 - 0x7fff81868fe7 com.apple.framework.IOKit 2.0 (???) <D107CB8A-5182-3AC4-35D0-07068A695C05> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81869000 - 0x7fff818aafff com.apple.SystemConfiguration 1.10.5 (1.10.2) <FB39F09C-57BB-D8CC-348D-93E00C602F7D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff818ab000 - 0x7fff818cbff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff818cc000 - 0x7fff81966ff7 com.apple.ApplicationServices.ATS 4.4 (???) <55B528A6-0C88-6CB8-152B-A34A440FACFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff81967000 - 0x7fff81b57fef com.apple.JavaScriptCore 6533.20 (6533.20.20) <5626170D-00AE-33B1-03FF-256E9794150D> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff81b58000 - 0x7fff81b91fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <F8E0672F-C0B4-B161-E50D-A1405D14F21C> /usr/lib/libcups.2.dylib
    0x7fff81b92000 - 0x7fff81fd5fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8206c000 - 0x7fff8209ffff libTrueTypeScaler.dylib ??? (???) <632BAC10-4C24-D1F2-3943-DF5F2326318B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8211c000 - 0x7fff8214dfff libGLImage.dylib ??? (???) <6925991A-9B1B-B9FA-645A-807F9BCC3DE7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff8214e000 - 0x7fff822c5fe7 com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8239f000 - 0x7fff82409fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8240a000 - 0x7fff8240ffff libGFXShared.dylib ??? (???) <878C429B-44D4-875C-1A35-4FD8C6152695> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff82410000 - 0x7fff82454fe7 com.apple.ImageCaptureCore 1.0.4 (1.0.4) <F4ED3329-1A86-EB10-CFC2-999D8699B5E6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff82455000 - 0x7fff8245afff libGIF.dylib ??? (???) <1B9DCB7F-CD1D-B23F-8AC6-5292B94A4D0E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff8245b000 - 0x7fff82470ff7 com.apple.FileSync.framework 5.0.3 (375) <35387442-612C-98B1-C74F-815619492315> /System/Library/PrivateFrameworks/FileSync.framework/Versions/A/FileSync
    0x7fff82471000 - 0x7fff82477ff7 IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff82478000 - 0x7fff82531fff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff82567000 - 0x7fff82584ff7 libPng.dylib ??? (???) <0C232C1E-49C8-F7A9-9634-DF2BDA1AB722> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff82585000 - 0x7fff825bffff libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <C7153747-50E3-32DA-426F-CC4C505D1D6C> /usr/lib/libssl.0.9.8.dylib
    0x7fff8276e000 - 0x7fff82789ff7 com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8278a000 - 0x7fff82942fef com.apple.ImageIO.framework 3.0.4 (3.0.4) <EFB373AE-FE02-40C4-ABDC-09D61AFD25EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82943000 - 0x7fff829c1ff7 com.apple.CoreText 3.151.8 (???) <5DCD6BD9-63FB-767E-5993-5AEBE890145B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff829c2000 - 0x7fff833b8fff com.apple.AppKit 6.6.7 (1038.35) <9F4DF818-9DB9-98DA-490C-EF29EA757A97> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff836fd000 - 0x7fff83703ff7 com.apple.CommerceCore 1.0 (9) <4C66D962-91B5-F25C-A6FF-DFD5F924A0DD> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff83704000 - 0x7fff83873fe7 com.apple.QTKit 7.6.6 (1756.15) <B35EDB1D-FCB0-1D40-629E-6ACB56D57C68> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff83887000 - 0x7fff838a8fff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff838a9000 - 0x7fff838fbff7 com.apple.HIServices 1.8.2 (???) <7C91D07D-FA20-0882-632F-0CAE4FAC2B79> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff838fc000 - 0x7fff83d27fef com.apple.RawCamera.bundle 3.6.4 (561) <C4AB0054-B2C8-246E-0F17-98F4BD5BE94C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff83d28000 - 0x7fff83d3dff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff83d3e000 - 0x7fff83d6dff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff83d6e000 - 0x7fff83e1efff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff83e1f000 - 0x7fff84061fe7 com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff84062000 - 0x7fff841a0fff com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff841a1000 - 0x7fff849abfe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff849c5000 - 0x7fff849d0ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff84bb6000 - 0x7fff84bf1fff com.apple.AE 496.4 (496.4) <55AAD5CA-7160-7899-1C68-562ED8160DF7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff84bf2000 - 0x7fff84c6ffef com.apple.backup.framework 1.2.2 (1.2.2) <CD3554D8-DA47-DDBC-910C-B2F1DE3B8CA6> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff84c70000 - 0x7fff84fa4fff com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff84fa5000 - 0x7fff84fe2fff com.apple.LDAPFramework 2.0 (120.1) <54A6769E-D7E2-DBE2-EA61-87B9EA355DA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff84fe3000 - 0x7fff8510bff7 com.apple.MediaToolbox 0.484.20 (484.20) <628A7245-7ADE-AD47-3368-CF8EDCA6CC1C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff8510f000 - 0x7fff851d0fff libFontParser.dylib ??? (???) <244BCE74-7EEE-C9DE-9779-F3AEF5869BE6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff851d1000 - 0x7fff852dbff7 com.apple.MeshKitIO 1.1 (49.2) <C19D0CCD-1DCB-7EDE-76FA-BF74079AFC6A> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8607d000 - 0x7fff86088fff com.apple.CrashReporterSupport 10.6.7 (258) <BB0B9A08-6CEC-0500-5BD1-C18E1465E406> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff86089000 - 0x7fff8608ffff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <C863C133-EA3E-5403-FC44-FDC9F236DC98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff86090000 - 0x7fff8610ffe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <6D8AD3F7-409D-512C-C5BE-66C64D1B8F3E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff86110000 - 0x7fff86113fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff86120000 - 0x7fff86175ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff86176000 - 0x7fff861b9ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <2C596A24-8B86-79D6-1A8E-5E8FFB6A1558> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff863b9000 - 0x7fff86408fef libTIFF.dylib ??? (???) <F0F7F0B7-7253-F88F-9E2D-FA3770143758> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff86409000 - 0x7fff865c7fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2C6ECACF-CD56-1714-6F63-CB6F5EE7A1E2> /usr/lib/libicucore.A.dylib
    0x7fff866c4000 - 0x7fff86749ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff8674a000 - 0x7fff86760fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86761000 - 0x7fff86787fe7 libJPEG.dylib ??? (???) <AD42F658-7C32-EEE5-8341-A8EE6476BF46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff86788000 - 0x7fff867d7ff7 com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff867d8000 - 0x7fff867f1fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff867f2000 - 0x7fff86a5cfef com.apple.QuartzComposer 4.2 ({156.28}) <60956AE3-2B2D-A0B7-9D92-3EE33D3A7051> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff86a5d000 - 0x7fff86a9eff7 com.apple.CoreMedia 0.484.20 (484.20) <42F3B74A-F886-33A0-40EE-8399B12BD32A> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff86ac9000 - 0x7fff86b86fff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff86b87000 - 0x7fff86b95ff7 libkxld.dylib ??? (???) <27713C39-0E51-8F5A-877B-C5539C96A520> /usr/lib/system/libkxld.dylib
    0x7fff86b96000 - 0x7fff86bfefff com.apple.MeshKitRuntime 1.1 (49.2) <4D3045D0-0D50-7053-3A05-0AECE86E39F8> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff86bff000 - 0x7fff86c39fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff86c43000 - 0x7fff86c43ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff86c44000 - 0x7fff86c81ff7 libFontRegistry.dylib ??? (???) <8C69F685-3507-1B8F-51AD-6183D5E88979> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff86c82000 - 0x7fff86ce4fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff86d9d000 - 0x7fff86da0ff7 libCoreVMClient.dylib ??? (???) <00C97B96-8D3B-45EB-F503-DB49712DC42D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86dbd000 - 0x7fff86e04ff7 com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff86e05000 - 0x7fff86e05ff7 com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff86e06000 - 0x7fff86e2efff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86e2f000 - 0x7fff86f50fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <48AEAFE1-21F4-B3C8-4199-35AD5E8D0613> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff87019000 - 0x7fff8708aff7 com.apple.AppleVAFramework 4.10.23 (4.10.23) <3304268B-A93D-9F79-09C0-AA9081406352> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff870f0000 - 0x7fff870f1ff7 com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff870f2000 - 0x7fff87117ff7 com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff87118000 - 0x7fff8715dfff com.apple.CoreMediaIOServices 134.0 (1160) <BA22EA4A-4572-749A-4FE0-1323E0B6F6F3> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff8715e000 - 0x7fff87163ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff871bc000 - 0x7fff87206ff7 com.apple.Metadata 10.6.3 (507.15) <5170FCE0-ED6C-2E3E-AB28-1DDE3F628FC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff87207000 - 0x7fff87210ff7 com.apple.DisplayServicesFW 2.3.0 (283) <5C8FEF26-FBA5-2AC6-C484-336594C637DC> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff87211000 - 0x7fff87211ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff87212000 - 0x7fff8725bff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff8725c000 - 0x7fff8727ffff com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff87393000 - 0x7fff873beff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff873bf000 - 0x7fff87abc06f com.apple.CoreGraphics 1.545.0 (???) <F0A5F62D-4C66-5B1F-4F13-322932915901> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff87ad3000 - 0x7fff87b63fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff87bbd000 - 0x7fff87bbdff7 com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87c0e000 - 0x7fff87d27fef libGLProgrammability.dylib ??? (???) <C4BB281B-629D-08ED-2991-3D51671B0B02> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff87d28000 - 0x7fff8822cfe7 com.apple.VideoToolbox 0.484.20 (484.20) <8B6B82D2-350B-E9D3-5433-51453CDA65B4> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8822d000 - 0x7fff884b5fef com.apple.security 6.1.1 (37594) <34DC0C3E-4546-D7ED-D855-390750954245> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff884b6000 - 0x7fff885cdfef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff885ce000 - 0x7fff885dbff7 com.apple.AppleFSCompression 24.4 (1.0) <F521CD1B-AC29-DA0B-BE8D-4F6F9F68A994> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff886e6000 - 0x7fff886f3fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <45B5B514-7CEB-38A9-F34A-1D96F010EC42> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff88738000 - 0x7fff887b5fef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff887b6000 - 0x7fff887b6ff7 com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88848000 - 0x7fff88848ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff88851000 - 0x7fff888bdff7 com.apple.CorePDF 1.3 (1.3) <FF2F3F1B-D1D6-684C-B174-6A455E04FF91> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff888be000 - 0x7fff8899bfff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8899c000 - 0x7fff889aaff7 com.apple.Collaboration 38 (38) <ACD0F7F7-A342-CFBC-9BB8-906CDDCCB070> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x7fff889ab000 - 0x7fff88a4bfff com.apple.LaunchServices 362.2 (362.2) <A8EDC37C-1D40-5ED0-49BE-90EF110A6B3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff88aa0000 - 0x7fff88aa1fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff88aa2000 - 0x7fff88ab4fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff88ab5000 - 0x7fff88b37fff com.apple.QuickLookUIFramework 2.3 (327.6) <9093682A-0E2D-7D27-5F22-C96FD00AE970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff88b7e000 - 0x7fff88b7eff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff88b81000 - 0x7fff88b82fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff88c8a000 - 0x7fff88c8aff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff88c8b000 - 0x7fff88c9cfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff88c9d000 - 0x7fff88cb3fe7 com.apple.MultitouchSupport.framework 207.10 (207.10) <458F0259-6EDC-16BA-E6AA-1CEED002D188> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff88cb4000 - 0x7fff88cc8ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff88cc9000 - 0x7fff88cd5fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
    0x7fff88cd6000 - 0x7fff88f59fe7 com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88f5a000 - 0x7fff88fa6fff libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff89108000 - 0x7fff89117fff com.apple.opengl 1.6.12 (1.6.12) <29482652-1E44-1C47-428F-1209AA65336D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff89122000 - 0x7fff89208fef com.apple.DesktopServices 1.5.10 (1.5.10) <B7E00D85-F971-D85B-0217-482E15E9E924> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Regards,
    blade0r

    Welcome to Discussions Nick. In order to find out what is causing the problems, go to Library>Logs>panic.log and have a look and see what is written there,
    please post back,
    Miriam

  • Help with getting values from request. Very Strange!!

    Hello,
    My very strange problem is the following.
    I have created three dynamic list boxes. When the user select
    the first list box, the second becomes populated with stuff
    from a database. The third becomes populated when the second
    is selected. Now, I have used hidden values in order for
    me to get the selected value from the first listbox. The
    following code is my first listbox:
    <SELECT NAME="resources" onChange="document.hiddenform.hiddenObject.value = this.option [this.selectedIndex].value; document.hiddenform.submit();">
    <OPTION VALUE =""> Resource</OPTION>
    <OPTION VALUE ="soil"> Soil </OPTION>
    <OPTION VALUE ="water"> Water </OPTION>
    <OPTION VALUE ="air"> Air </OPTION>
    <OPTION VALUE ="plants"> Plants </OPTION>
    <OPTION VALUE ="animals"> Animals </OPTION>
    </SELECT>
    I use the getRequest method to get the value of hiddenObject.
    At this time I am able to get the value of hiddenObject to populate
    the second list box.
    But, when the user selects an item from the second list box
    and the second form is also submitted,
    I lose the value of hiddenObject. Why is this??
    The code to populate my second listbox is the following:
    <SELECT NAME ="res_categories" onChange="document.hiddenform2.hiddenObject2.value = this.options[this.selectedIndex].value; document.hiddenform2.submit(); ">
    <OPTION VALUE ="" SELECTED> Category</OPTION>
    Here I access a result set to populate the list box.
    Please help!!

    Form parameters are request-scoped, hence the request.getParameter("hiddenObject"); call after the submission of the second form returns a null value because the hiddenObject parameter does not exist within the second request.
    A solution would be to add a hiddenObject field to your second form and alter the onChange event for res_categories to read
    document.hiddenform2.hiddenObject.value=document.1stvisibleformname.resources.option[document.1stvisibleformname.resources.selectedIndex].value;
    document.hiddenform2.hiddenObject2.value = this.options[this.selectedIndex].value;
    document.hiddenform2.submit();You will then come across a similar problem with your third drop-down if indeed you need to resubmit the form...
    A far better approach would be to create a session scoped bean, and a servlet to handle these requests. Then when the servlet is called, it would set the value of the bean property, thus making it available for this request, and all subsequent requests within the current session. This approach would eliminate the need for the clunky javascript, making your application far more stable.

  • How can I buy films in languages other than German in Germany? Quite disappointed, i would line to watch films in Original language and not dubbed in strange ways...

    How can I buy films in languages other than German in Germany? Quite disappointed, i would like
    to watch films in Original language and not dubbed in strange ways...

    You are at the mercy of the content owners/copyright holders. They decide what the Apple can sell in each iTS.
    MJ

  • I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. Please help

    I am facing a strange problem on new iphone 5 that I bought last week. The maps app and the places in photo gallery shows the pin and my location, however there is no information of locations. Tried to close the apps, phone restart, reset etc. I am accessing it via strong wireless connection and it works fine on other devices. Please help.

    zapgrap wrote:
    there is no information of locations.
    Then no information exists.  Use the Report a Problem button within the app to report it.

  • Strange discrepancy in report painter

    Hi everyone,
    I've designed a report painter with all the respective columns & formulas intact but at the Grand Total col (summation of all the sub-totals), the figure doesn't tally with all the sub-totals. All sub-totals have been added correctly but when they are added up to the Grand Total, the fig doesn't tie.
    Any clues? Have I missed out something?

    Hi Andrew,
    I've checked the sub-totals and apparently, when i double click on a sub-total to drill down to line item lvl, the fig doesn't seem to tie in with what I see in the report painter report. It's real strange that the correct fig appears upon drilling down to line item level but at a higher level, the fig isn't right. It's short of a fig which is in relation to another column.
    I've double checked the formula at the sub-total col and all the cols in the formula are present. This is the bizarre thing which I've been trying to resolve for the past few days.
    Best Regards,
    Ethan

Maybe you are looking for