LONG and stream is closed exception

If I create 2 result sets from 2 different statements under the same connection, I get a stream already closed exception when I go to retrieve the results from the 2nd RS if the RS has a LONG column in it. That is, I fetch the results from RS1 OK and on the first next() call of RS2 I get the exception. Now RS1 does not even have a LONG column in it. If I reverse the order (fetch RS2 then RS1) it will work OK.
Any ideas on how to solve this since I will not be able to control the order as it will be depending on the application builder?

I had this (better: still have) problem, too. If a query contains a LONG (VARCHAR/RAW) row, it is important to process the result in correct order. Example: SELECT row1, longrow, row2 from .....; If you access row2 before longrow, the oracle driver collects row1 (datamode), longrow(stream-mode!!!), discards the stream because it switches back to datamode (thus loses the stream -> closed) and reads row2. Complicate? See also http://technet.oracle.com/doc/oracle8i_816/java.816/a81354/basic4.htm Section "Streaming Data Precautions". It's not nice, but it's that way officially. That's my knowledge so far - working on a workaround....

Similar Messages

  • TS1424 my dad gave me his mac. we deleted and reinstalled mac os and everything works great except for when i go to update garageband it says that it is still assigned to my dads itunes id even though he is no longer using a mac. what do i do?

    my dad gave me his mac. we deleted and reinstalled mac os and everything works great except for when i go to update garageband it says that it is still assigned to my dads itunes id even though he is no longer using a mac. what do i do?

    thank u 4 yr help , i have managed to do it after all. i downloaded the iphone 3gs ios 4.2 manual and it explained everything i had to do on there ... all i had to do was put my sim into phone ,then connect usb lead and then open my i tunes , i clicked on my iphone and went into summery and straight away it synchronized my phone and yay up popped my sim card and ready to use ('',) many thanks though 4 yr help wendy

  • Environment is invalid and must be closed (after upgrading to 4.1.7)

    Hi,
    I started getting this exception (stack trace below) after updating to 4.1.6 and eventually to 4.1.7 as well
    Creating the environment and accessing it works fine the first time around and further attempts to access the environment will succeed as long as the applications server is not restarted.
    Any idea what could be the problem?
    Thanks in advance,
    Javier
    com.sleepycat.je.EnvironmentFailureException: (JE 4.1.7) /data/bdb/dbEnv/comp_environment_1 This environment's log file has no root. Since the root is the first entry written into a log at environment creation, this should only happen if the initial creation of the environment was never checkpointed or synced. Please move aside the existing log files to allow the creation of a new environment LOG_INTEGRITY: Log information is incorrect, problem is likely persistent. Environment is invalid and must be closed.
         at com.sleepycat.je.recovery.RecoveryManager.findLastCheckpoint(RecoveryManager.java:438)
         at com.sleepycat.je.recovery.RecoveryManager.recover(RecoveryManager.java:164)
         at com.sleepycat.je.dbi.EnvironmentImpl.finishInit(EnvironmentImpl.java:534)
         at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:217)
         at com.sleepycat.je.Environment.makeEnvironmentImpl(Environment.java:229)
         at com.sleepycat.je.Environment.<init>(Environment.java:211)
         at com.sleepycat.je.Environment.<init>(Environment.java:165)

    Javier,
    I'll explain what sequence of events can make this exception happen, and perhaps you can figure out why this occurs in your application.
    The JE log files hold different kind of log entries, one of which is a type called the environment root. The root holds metadata about the environment as a whole, and JE needs to find the latest version of the root every time an environment is recovered (that is, re-opened). There should always be at least one version in the log.
    When an environment is created, the first version of the root is written to the log almost immediately, and the log is checkpointed. The only way we anticipate seeing this particular error is if the environment creation was interrupted, after that first 00000000.jdb file was created, and before the root was written out, which is a pretty small window. This would occur before the environment constructor had returned.
    Does that sound like it matches your scenario?
    Linda

  • Linux 3.12 and streaming media on a Dell XPS 13: kernel panic

    Hi all,
    Shortly after upgrading from Linux 3.11.6 to 3.12, I started getting kernel panics while playing streaming media (in particular from Youtube and The Daily Show). Here is a camera shot. The crash would not take place immediatly, but perhaps after 15 minutes of streaming. After downgrading to Linux 3.11.6 everything works fine. Therefore, it is clear to me that the issue is related to the Linux 3.12 kernel, but this is all I know.
    The fifth-to-last line from the camera shot reads:
    [11438.332699] RIP [<ffffffff8129e160>] __sg_page_iter_start+0x20/0x20
    A quick Google search reveals that __sg_page_iter_start is a function inside the scatterlist.h library in the Linux kernel, which apparently deals with memory paging, but my knowledge about this stuff is so poor that the message is almost meaningless. I would greatly appreciate if someone could give me a hint about this.
    I did not find anything useful in the journal, but here are the last few journal lines for 2 different crash instances:
    Crash #1
    Nov 15 00:22:45 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:15 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:22 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:24 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:24:26 xps gnome-session[385]: Starting FCEUX 2.2.2...
    Nov 15 00:24:26 xps gnome-session[385]: Loading /home/vrg/MyFiles/roms/nes/CASTLEVA.NES...
    Nov 15 00:24:26 xps gnome-session[385]: PRG ROM: 8 x 16KiB
    Nov 15 00:24:26 xps gnome-session[385]: CHR ROM: 0 x 8KiB
    Nov 15 00:24:26 xps gnome-session[385]: ROM CRC32: 0xb668c7fc
    Nov 15 00:24:26 xps gnome-session[385]: ROM MD5: 0x728e05f245ab8b7fe61083f6919dc485
    Nov 15 00:24:26 xps gnome-session[385]: Mapper #: 2
    Nov 15 00:24:26 xps gnome-session[385]: Mapper name: UNROM
    Nov 15 00:24:26 xps gnome-session[385]: Mirroring: Vertical
    Nov 15 00:24:26 xps gnome-session[385]: Battery-backed: No
    Nov 15 00:24:26 xps gnome-session[385]: Trained: No
    Nov 15 00:24:26 xps gnome-session[385]: Power on
    Nov 15 00:24:26 xps gnome-session[385]: Initializing video... Video Mode: 256 x 224 x 32 bpp
    Nov 15 00:24:26 xps gnome-session[385]: Initializing video... Video Mode: 1920 x 1080 x 32 bpp full screen
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 126.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 158.7%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 200.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 252.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 200.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 158.7%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 126.0%
    Nov 15 00:24:26 xps gnome-session[385]: Emulation speed 100.0%
    Nov 15 00:24:26 xps gnome-session[385]: Initializing video... Video Mode: 256 x 224 x 32 bpp
    Nov 15 00:24:27 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:26:02 xps kernel: perf samples too long (2530 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    Nov 15 00:27:43 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:28:44 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:30:55 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:30:55 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:30:55 xps gnome-session[385]: !!! [YouTubeInfoService: setting loadContext]: TypeError: channel is undefined
    Nov 15 00:31:25 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:31:31 xps gnome-session[385]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 15 00:31:32 xps gnome-session[385]: !!! [YouTubeInfoService: setting loadContext]: TypeError: channel is undefined
    Crash #2
    Nov 17 14:35:41 xps dbus-daemon[279]: dbus[279]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 17 14:35:41 xps dbus[279]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 17 14:35:41 xps dbus[279]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Nov 17 14:35:41 xps dbus-daemon[279]: dbus[279]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory.
    Nov 17 16:15:31 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:15:39 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:15:50 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:15:50 xps gnome-session[351]: !!! [YouTubeInfoService: setting loadContext]: TypeError: channel is undefined
    Nov 17 16:16:03 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:24:09 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:29:40 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:37:00 xps gnome-session[351]: Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Nov 17 16:41:42 xps gnome-session[351]: NOTE: child process received `Goodbye', closing down
    In the first journal log, the following line calls my attention:
    Nov 15 00:26:02 xps kernel: perf samples too long (2530 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    However, this seems to be a normal occurrence after playing games (https://bbs.archlinux.org/viewtopic.php?id=170471), so I would guess this is not related to the kernel panic.
    For reference, here are some hardware specifications of my Dell XPS 13:
    # lsmod
    Module Size Used by
    usb_storage 47847 1
    fuse 74829 3
    uvcvideo 72804 0
    videobuf2_vmalloc 3272 1 uvcvideo
    videobuf2_memops 2335 1 videobuf2_vmalloc
    videobuf2_core 27797 1 uvcvideo
    videodev 110188 2 uvcvideo,videobuf2_core
    media 11591 2 uvcvideo,videodev
    hid_generic 1153 0
    usbhid 41434 0
    hid 89751 2 hid_generic,usbhid
    joydev 9663 0
    dell_wmi 1485 0
    sparse_keymap 3114 1 dell_wmi
    ax88179_178a 12500 0
    usbnet 26083 1 ax88179_178a
    mii 4027 2 usbnet,ax88179_178a
    x86_pkg_temp_thermal 6959 0
    intel_powerclamp 8642 0
    coretemp 6326 0
    kvm_intel 129457 0
    kvm 379351 1 kvm_intel
    crc32_pclmul 2987 0
    crc32c_intel 14249 0
    ghash_clmulni_intel 4469 0
    cryptd 8473 1 ghash_clmulni_intel
    nls_cp437 5953 2
    iTCO_wdt 5407 0
    vfat 10055 2
    fat 51827 1 vfat
    iTCO_vendor_support 1929 1 iTCO_wdt
    dell_laptop 8851 0
    dcdbas 6455 1 dell_laptop
    arc4 2000 2
    iwldvm 172354 0
    mac80211 454008 1 iwldvm
    microcode 15024 0
    psmouse 85356 0
    snd_hda_codec_hdmi 30233 1
    evdev 10693 15
    serio_raw 5041 0
    pcspkr 2027 0
    i2c_i801 11269 0
    iwlwifi 137049 1 iwldvm
    snd_hda_codec_realtek 37276 1
    cfg80211 403337 3 iwlwifi,mac80211,iwldvm
    i915 611138 3
    wmi 8347 1 dell_wmi
    rfkill 15698 3 cfg80211
    thermal 8620 0
    snd_hda_intel 36520 3
    intel_agp 10872 1 i915
    snd_hda_codec 148129 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    intel_gtt 12664 2 i915,intel_agp
    drm_kms_helper 35854 1 i915
    snd_hwdep 6332 1 snd_hda_codec
    tpm_tis 10921 0
    tpm 15091 1 tpm_tis
    snd_pcm 77765 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    tpm_bios 9745 1 tpm
    drm 236060 4 i915,drm_kms_helper
    snd_page_alloc 7202 2 snd_pcm,snd_hda_intel
    shpchp 25457 0
    snd_timer 18718 1 snd_pcm
    i2c_algo_bit 5391 1 i915
    snd 59141 13 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    i2c_core 23720 6 drm,i915,i2c_i801,drm_kms_helper,i2c_algo_bit,videodev
    soundcore 5450 1 snd
    mei_me 9296 0
    battery 6925 0
    mei 62003 1 mei_me
    video 11380 1 i915
    mperf 1235 0
    lpc_ich 13112 0
    ac 3324 0
    processor 25077 0
    button 4669 1 i915
    vboxdrv 263994 0
    ext4 470284 3
    crc16 1359 1 ext4
    mbcache 5866 1 ext4
    jbd2 83376 1 ext4
    sd_mod 30739 8
    ahci 22888 5
    libahci 21393 1 ahci
    ehci_pci 4120 0
    libata 171318 2 ahci,libahci
    ehci_hcd 48052 1 ehci_pci
    xhci_hcd 91357 0
    scsi_mod 128695 3 usb_storage,libata,sd_mod
    usbcore 178087 8 uvcvideo,usb_storage,ehci_hcd,ehci_pci,usbhid,usbnet,ax88179_178a,xhci_hcd
    usb_common 1648 1 usbcore
    # lshw
    xps
    description: Portable Computer
    product: Dell System XPS L322X (System SKUNumber)
    vendor: Dell Inc.
    version: 0.1
    serial: 2H0CVW1
    width: 64 bits
    capabilities: smbios-2.7 dmi-2.7 vsyscall32
    configuration: administrator_password=unknown boot=normal chassis=portable family=ChiefRiver System frontpanel_password=unknown keyboard_password=unknown power-on_password=unknown sku=System SKUNumber uuid=44454C4C-4800-1030-8043-B2C04F565731
    *-core
    description: Motherboard
    product: 0PJHXN
    vendor: Dell Inc.
    physical id: 0
    version: A00
    serial: .2H0CVW1.CN4864332G0061.
    slot: Part Component
    *-cpu
    description: CPU
    product: Core i7 (To Be Filled By O.E.M.)
    vendor: Intel Corp.
    physical id: 4
    bus info: cpu@0
    version: Intel(R) Core(TM) i7-3537U CPU @ 2.00GHz
    serial: To Be Filled By O.E.M.
    slot: CPU Socket - U3E1
    size: 2500MHz
    capacity: 3100MHz
    width: 64 bits
    clock: 100MHz
    capabilities: x86-64 fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer xsave avx f16c rdrand lahf_lm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase smep erms cpufreq
    configuration: cores=2 enabledcores=2 threads=4
    *-cache:0
    description: L1 cache
    physical id: 6
    slot: L1-Cache
    size: 32KiB
    capacity: 32KiB
    capabilities: internal write-through instruction
    *-cache:1
    description: L2 cache
    physical id: 7
    slot: L2-Cache
    size: 256KiB
    capacity: 256KiB
    capabilities: internal write-through unified
    *-cache:2
    description: L3 cache
    physical id: 8
    slot: L3-Cache
    size: 4MiB
    capacity: 4MiB
    capabilities: internal write-back unified
    *-cache
    description: L1 cache
    physical id: 5
    slot: L1-Cache
    size: 32KiB
    capacity: 32KiB
    capabilities: internal write-through data
    *-firmware
    description: BIOS
    vendor: Dell Inc.
    physical id: 0
    version: A06
    date: 12/03/2012
    size: 128KiB
    capacity: 6592KiB
    capabilities: pci pnp upgrade shadowing escd cdboot bootselect edd int13floppy360 int13floppy1200 int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb ls120boot smartbattery biosbootspecification netboot
    *-memory
    description: System Memory
    physical id: 35
    slot: System board or motherboard
    size: 8GiB
    *-bank:0
    description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
    product: HT5SMRAP
    vendor: Hynix/Hyundai
    physical id: 0
    serial: 00000000
    slot: ChannelA-DIMM0
    size: 4GiB
    width: 64 bits
    clock: 1600MHz (0.6ns)
    *-bank:1
    description: DIMM DDR3 Synchronous 1600 MHz (0.6 ns)
    product: HT5SMRAP
    vendor: Hynix/Hyundai
    physical id: 1
    serial: 00000000
    slot: ChannelB-DIMM0
    size: 4GiB
    width: 64 bits
    clock: 1600MHz (0.6ns)
    *-pci
    description: Host bridge
    product: 3rd Gen Core processor DRAM Controller
    vendor: Intel Corporation
    physical id: 100
    bus info: pci@0000:00:00.0
    version: 09
    width: 32 bits
    clock: 33MHz
    *-display
    description: VGA compatible controller
    product: 3rd Gen Core processor Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:45 memory:d0000000-d03fffff memory:c0000000-cfffffff ioport:2000(size=64)
    *-usb:0
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB xHCI Host Controller
    vendor: Intel Corporation
    physical id: 14
    bus info: pci@0000:00:14.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi xhci bus_master cap_list
    configuration: driver=xhci_hcd latency=0
    resources: irq:40 memory:d0500000-d050ffff
    *-usbhost:0
    product: xHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH xhci_hcd
    physical id: 0
    bus info: usb@2
    logical name: usb2
    version: 3.11
    capabilities: usb-3.00
    configuration: driver=hub slots=4 speed=5000Mbit/s
    *-usb
    description: Ethernet interface
    product: AX88179
    vendor: ASIX Elec. Corp.
    physical id: 2
    bus info: usb@2:2
    logical name: enp0s20u2
    version: 1.00
    serial: 0000249B0982FA
    size: 100Mbit/s
    capacity: 1Gbit/s
    capabilities: usb-3.00 ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
    configuration: autonegotiation=on broadcast=yes driver=ax88179_178a duplex=full ip=128.103.14.222 link=yes maxpower=496mA multicast=yes port=MII speed=100Mbit/s
    *-usbhost:1
    product: xHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH xhci_hcd
    physical id: 1
    bus info: usb@1
    logical name: usb1
    version: 3.11
    capabilities: usb-2.00
    configuration: driver=hub slots=4 speed=480Mbit/s
    *-usb
    description: USB hub
    product: USB2.0 Hub
    vendor: Genesys Logic, Inc.
    physical id: 1
    bus info: usb@1:1
    version: 32.98
    capabilities: usb-2.00
    configuration: driver=hub maxpower=100mA slots=4 speed=480Mbit/s
    *-usb:0
    description: Mouse
    product: USB OPTICAL MOUSE
    vendor: PIXART
    physical id: 1
    bus info: usb@1:1.1
    version: 1.00
    capabilities: usb-1.10
    configuration: driver=usbhid maxpower=100mA speed=2Mbit/s
    *-usb:1
    description: Mass storage device
    product: Android Phone
    vendor: HTC
    physical id: 2
    bus info: usb@1:1.2
    version: 2.26
    serial: HT08DHL10581
    capabilities: usb-2.00 scsi
    configuration: driver=usb-storage maxpower=500mA speed=480Mbit/s
    *-communication
    description: Communication controller
    product: 7 Series/C210 Series Chipset Family MEI Controller #1
    vendor: Intel Corporation
    physical id: 16
    bus info: pci@0000:00:16.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi bus_master cap_list
    configuration: driver=mei_me latency=0
    resources: irq:42 memory:d0515000-d051500f
    *-usb:1
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2
    vendor: Intel Corporation
    physical id: 1a
    bus info: pci@0000:00:1a.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:16 memory:d051a000-d051a3ff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@3
    logical name: usb3
    version: 3.11
    capabilities: usb-2.00
    configuration: driver=hub slots=2 speed=480Mbit/s
    *-usb
    description: USB hub
    product: Integrated Rate Matching Hub
    vendor: Intel Corp.
    physical id: 1
    bus info: usb@3:1
    version: 0.00
    capabilities: usb-2.00
    configuration: driver=hub slots=6 speed=480Mbit/s
    *-usb
    description: Video
    product: Laptop_Integrated_Webcam_1.3M
    vendor: 00248CE62D1E-CC18-000603
    physical id: 5
    bus info: usb@3:1.5
    version: 27.09
    capabilities: usb-2.00
    configuration: driver=uvcvideo maxpower=500mA speed=480Mbit/s
    *-multimedia
    description: Audio device
    product: 7 Series/C210 Series Chipset Family High Definition Audio Controller
    vendor: Intel Corporation
    physical id: 1b
    bus info: pci@0000:00:1b.0
    version: 04
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list
    configuration: driver=snd_hda_intel latency=0
    resources: irq:43 memory:d0510000-d0513fff
    *-pci
    description: PCI bridge
    product: 7 Series/C210 Series Chipset Family PCI Express Root Port 1
    vendor: Intel Corporation
    physical id: 1c
    bus info: pci@0000:00:1c.0
    version: c4
    width: 32 bits
    clock: 33MHz
    capabilities: pci pciexpress msi pm normal_decode bus_master cap_list
    configuration: driver=pcieport
    resources: irq:16 memory:d0400000-d04fffff
    *-network DISABLED
    description: Wireless interface
    product: Centrino Advanced-N 6235
    vendor: Intel Corporation
    physical id: 0
    bus info: pci@0000:01:00.0
    logical name: wlp1s0
    version: 24
    serial: c8:f7:33:83:71:1f
    width: 64 bits
    clock: 33MHz
    capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
    configuration: broadcast=yes driver=iwlwifi driverversion=3.11.6-1-ARCH firmware=18.168.6.1 latency=0 link=no multicast=yes wireless=IEEE 802.11abgn
    resources: irq:44 memory:d0400000-d0401fff
    *-usb:2
    description: USB controller
    product: 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1
    vendor: Intel Corporation
    physical id: 1d
    bus info: pci@0000:00:1d.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: pm debug ehci bus_master cap_list
    configuration: driver=ehci-pci latency=0
    resources: irq:23 memory:d0519000-d05193ff
    *-usbhost
    product: EHCI Host Controller
    vendor: Linux 3.11.6-1-ARCH ehci_hcd
    physical id: 1
    bus info: usb@4
    logical name: usb4
    version: 3.11
    capabilities: usb-2.00
    configuration: driver=hub slots=2 speed=480Mbit/s
    *-usb
    description: USB hub
    product: Integrated Rate Matching Hub
    vendor: Intel Corp.
    physical id: 1
    bus info: usb@4:1
    version: 0.00
    capabilities: usb-2.00
    configuration: driver=hub slots=8 speed=480Mbit/s
    *-isa
    description: ISA bridge
    product: QS77 Express Chipset LPC Controller
    vendor: Intel Corporation
    physical id: 1f
    bus info: pci@0000:00:1f.0
    version: 04
    width: 32 bits
    clock: 33MHz
    capabilities: isa bus_master cap_list
    configuration: driver=lpc_ich latency=0
    resources: irq:0
    *-storage
    description: SATA controller
    product: 7 Series Chipset Family 6-port SATA Controller [AHCI mode]
    vendor: Intel Corporation
    physical id: 1f.2
    bus info: pci@0000:00:1f.2
    version: 04
    width: 32 bits
    clock: 66MHz
    capabilities: storage msi pm ahci_1.0 bus_master cap_list
    configuration: driver=ahci latency=0
    resources: irq:41 ioport:2098(size=8) ioport:20bc(size=4) ioport:2090(size=8) ioport:20b8(size=4) ioport:2060(size=32) memory:d0518000-d05187ff
    *-serial UNCLAIMED
    description: SMBus
    product: 7 Series/C210 Series Chipset Family SMBus Controller
    vendor: Intel Corporation
    physical id: 1f.3
    bus info: pci@0000:00:1f.3
    version: 04
    width: 64 bits
    clock: 33MHz
    configuration: latency=0
    resources: memory:d0514000-d05140ff ioport:efa0(size=32)
    *-battery
    product: DELL
    vendor: Dynapack
    physical id: 1
    version: 2008
    serial: 1.0
    slot: Rear
    capacity: 46620mWh
    configuration: voltage=7.4V
    *-scsi
    physical id: 2
    bus info: scsi@6
    logical name: scsi6
    capabilities: scsi-host
    configuration: driver=usb-storage

    Posted to [email protected], I hope I just haven't dawdled for too long and this can make it to 3.13 final.
    Hopefully this should be sufficient information, I've linked to this thread too.  I've also mentioned I'm willing to beam one at someone from Amazon, with 2-day shipping to the USA the Pluggable branded adapter is just under NZD$40, which I can easily live with.
    ===========================================================================================================
    USB3 gigabit ethernet adapters with the ASIX AX88179 chipset (LevelOne USB0401-V3, Plugable USB3-E1000, SIIG JU-NE0211-S1 and others) are experiencing kernel panics in usb_hcd_map_urb_for_dma since 3.12.  The issue does not seem to directly correlate with low or high network activity, occurring seemingly at random.  Some panics occurred less than 5 minutes from boot and tens of megabytes of network transfer, while on other occasions it would be stable for multiple days with tens to hundreds of gigabytes of line-rate throughput and several sleep/resume cycles.
    Both my Sony Vaio Pro 13 and another user reporting this issue on the Arch forums [1] are Intel-based, my USB controller is an 8086:9c31 (Lynx Point LP), the other is reported as a C210/7 series (unknown PID).  A third with a Haswell Dell XPS has attempted my workaround and reports similar success.
    I have a mediocre quality photo of my laptop's screen from one of these panics [2], the call trace - which is similar but not identical between my machine and that of the other user reporting the issue - is as follows:
    usb_hcd_map_urb_for_dma
    usb_hcd_submit_urb
    local_bh_enable_ip
    selinux_parse_skb
    usb_alloc_urb
    __kmalloc
    usbnet_start_xmit
    usbnet_start_xmit
    dev_hard_start_xmit
    sch_direct_xmit
    dev_queue_xmit
    ip_finish_output2
    ip_finish_output
    ip_output
    dst_output
    ip_local_out
    ip_queue_xmit
    tcp_transmit_skb
    tcp_write_xmit
    __tcp_push_pending_frames
    tcp_push
    tcp_sendmsg
    inet_sendmsg
    __sock_sendmsg_nosec
    sock_sendmsg
    set_restore_sigmask
    set_restore_sigmask
    fget_light
    SYSC_sendto
    set_restore_sigmask
    SyS_sendto
    system_call_fastpath
    So far as I can tell, the driver is unaffected as late as 3.11.6, but problematic as of 3.12 (and still affected in 3.13-rc5).  The history of drivers/net/usb/ax88179_178a.c for this time period yields this patch, which at least in my somewhat limited understanding appeared a likely candidate.  I've reverted this on my system - against several linux-next builds from the last 3-4 weeks - and have had no issues with this network controller since.
    commit 3804fad45411b48233b48003e33a78f290d227c8
    Author: Ming Lei <[email protected]>
    Date:   Thu Aug 8 21:48:25 2013 +0800
        USBNET: ax88179_178a: enable tso if usb host supports sg dma
        This patch enables 'can_dma_sg' flag for ax88179_178a device
        if the attached host controller supports building packet from
        discontinuous buffers(DMA SG is possible), so TSO can be enabled
        and skb fragment buffers can be passed to usb stack via urb->sg
        directly.
        With the patch, system CPU utilization decreased ~50% and throughput
        increased by ~10% when doing iperf client test on one ARM A15 dual
        core board.
        Cc: Ben Hutchings <[email protected]>
        Cc: Grant Grundler <[email protected]>
        Cc: Oliver Neukum <[email protected]>
        Cc: Alan Stern <[email protected]>
        Cc: Freddy Xin <[email protected]>
        Signed-off-by: Ming Lei <[email protected]>
        Acked-by: Eric Dumazet <[email protected]>
        Acked-by: David S. Miller <[email protected]>
        Signed-off-by: Greg Kroah-Hartman <[email protected]>
    Unfortunately I have not retained the built kernel from a broken 3.12 build, so the system information below reflects the patched linux-next kernel I am running currently.
    I understand this may be a somewhat obscure piece of hardware, I am willing to assist by drop-shipping one to someone from Amazon (or local country equivalent if the price is not extortionate) should it be required.
    System information:
    ver_linux:
    Linux neko 3.13.0-rc5-next-20131224+ #1 SMP Sat Dec 28 19:09:27 NZDT 2013 x86_64 Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz GenuineIntel GNU/Linux
    Gnu C                  4.7.3
    Gnu make               4.0
    binutils               2.24
    util-linux             scripts/ver_linux: line 23: fdformat: command not found
    mount                  assert
    module-init-tools      16
    e2fsprogs              1.42.9
    jfsutils               1.1.15
    reiserfsprogs          3.6.24
    reiser4progs           1.0.7
    xfsprogs               3.1.11
    quota-tools            4.01.
    PPP                    2.4.5
    Linux C Library        2.17
    Dynamic linker (ldd)   2.17
    Procps                 3.3.9
    Net-tools              1.60_p20130513023548
    Kbd                    2.0.1
    Sh-utils               8.22
    Modules Loaded         bonding rndis_host cdc_ether tun snd_usb_audio snd_usbmidi_lib snd_rawmidi cdc_acm ctr ccm hidp nfsd rfcomm bnep iptable_nat nf_nat_ipv4 nf_nat uvcvideo btusb bluetooth hid_multitouch videobuf2_vmalloc videobuf2_memops videobuf2_core uinput ax88179_178a usbnet mii rtsx_pci_sdmmc rtsx_pci mmc_core fuse snd_hda_codec_realtek iwlmvm kvm_intel snd_hda_codec_generic mac80211 kvm pn544_mei mei_phy iwlwifi pn544 snd_hda_intel hci nfc snd_hda_codec snd_hwdep cfg80211 xhci_hcd
    /proc/cpuinfo:
    processor       : 3
    vendor_id       : GenuineIntel
    cpu family      : 6
    model           : 69
    model name      : Intel(R) Core(TM) i7-4500U CPU @ 1.80GHz
    stepping        : 1
    microcode       : 0x10
    cpu MHz         : 2968.125
    cache size      : 4096 KB
    physical id     : 0
    siblings        : 4
    core id         : 1
    cpu cores       : 2
    apicid          : 3
    initial apicid  : 3
    fpu             : yes
    fpu_exception   : yes
    cpuid level     : 13
    wp              : yes
    flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf eagerfpu pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 fma cx16 xtpr pdcm pcid sse4_1 sse4_2 movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm ida arat epb xsaveopt pln pts dtherm tpr_shadow vnmi flexpriority ept vpid fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid
    bogomips        : 4788.92
    clflush size    : 64
    cache_alignment : 64
    address sizes   : 39 bits physical, 48 bits virtual
    power management:
    PCI:
    -[0000:00]-+-00.0  Intel Corporation Haswell-ULT DRAM Controller [8086:0a04]
               +-02.0  Intel Corporation Haswell-ULT Integrated Graphics Controller [8086:0a16]
               +-03.0  Intel Corporation Device [8086:0a0c]
               +-14.0  Intel Corporation Lynx Point-LP USB xHCI HC [8086:9c31]
               +-16.0  Intel Corporation Lynx Point-LP HECI #0 [8086:9c3a]
               +-1b.0  Intel Corporation Lynx Point-LP HD Audio Controller [8086:9c20]
               +-1c.0-[01]----00.0  Intel Corporation Wireless 7260 [8086:08b1]
               +-1c.3-[02]--
               +-1c.4-[03]----00.0  Samsung Electronics Co Ltd Device [144d:a800]
               +-1d.0  Intel Corporation Lynx Point-LP USB EHCI #1 [8086:9c26]
               +-1f.0  Intel Corporation Lynx Point-LP LPC Controller [8086:9c43]
               \-1f.3  Intel Corporation Lynx Point-LP SMBus Controller [8086:9c22]
    USB:
    Bus 001 Device 002: ID 8087:8000 Intel Corp.
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 025: ID 0b95:1790 ASIX Electronics Corp.
    Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 002 Device 027: ID 8087:07dc Intel Corp.
    Bus 002 Device 003: ID 04f2:b3be Chicony Electronics Co., Ltd
    Bus 002 Device 002: ID 0eef:a108 D-WAV Scientific Co., Ltd
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    /proc/modules:
    bonding 84837 0 - Live 0xffffffffc00d5000
    rndis_host 5162 0 - Live 0xffffffffc0096000
    cdc_ether 4324 1 rndis_host, Live 0xffffffffc006e000
    tun 16811 0 - Live 0xffffffffc009e000
    snd_usb_audio 102474 0 - Live 0xffffffffc007b000
    snd_usbmidi_lib 16542 1 snd_usb_audio, Live 0xffffffffc0072000
    snd_rawmidi 15891 1 snd_usbmidi_lib, Live 0xffffffffc0017000
    cdc_acm 16166 0 - Live 0xffffffffc05ec000
    ctr 3471 2 - Live 0xffffffffc05e8000
    ccm 6977 2 - Live 0xffffffffc05e3000
    hidp 12989 0 - Live 0xffffffffc05db000
    nfsd 192979 13 - Live 0xffffffffc059b000
    rfcomm 27704 12 - Live 0xffffffffc058e000
    bnep 9055 2 - Live 0xffffffffc0587000
    iptable_nat 2550 0 - Live 0xffffffffc0583000
    nf_nat_ipv4 3118 1 iptable_nat, Live 0xffffffffc057f000
    nf_nat 9984 2 iptable_nat,nf_nat_ipv4, Live 0xffffffffc0577000
    uvcvideo 60542 0 - Live 0xffffffffc0562000
    btusb 14182 0 - Live 0xffffffffc0519000
    bluetooth 200149 23 hidp,rfcomm,bnep,btusb, Live 0xffffffffc04d8000
    hid_multitouch 8791 0 - Live 0xffffffffc04d1000
    videobuf2_vmalloc 2528 1 uvcvideo, Live 0xffffffffc04cd000
    videobuf2_memops 1559 1 videobuf2_vmalloc, Live 0xffffffffc04c9000
    videobuf2_core 22473 1 uvcvideo, Live 0xffffffffc04be000
    uinput 6657 0 - Live 0xffffffffc04b9000
    ax88179_178a 11352 0 - Live 0xffffffffc04b2000
    usbnet 17066 3 rndis_host,cdc_ether,ax88179_178a, Live 0xffffffffc04a7000
    mii 3427 2 ax88179_178a,usbnet, Live 0xffffffffc04a3000
    rtsx_pci_sdmmc 8434 0 - Live 0xffffffffc049d000
    rtsx_pci 24242 1 rtsx_pci_sdmmc, Live 0xffffffffc0490000
    mmc_core 73734 1 rtsx_pci_sdmmc, Live 0xffffffffc0471000
    fuse 65180 0 - Live 0xffffffffc0458000
    snd_hda_codec_realtek 37786 1 - Live 0xffffffffc0448000
    iwlmvm 99382 0 - Live 0xffffffffc03d9000
    kvm_intel 119916 0 - Live 0xffffffffc033e000
    snd_hda_codec_generic 39626 1 snd_hda_codec_realtek, Live 0xffffffffc032d000
    mac80211 352537 1 iwlmvm, Live 0xffffffffc0239000
    kvm 332678 1 kvm_intel, Live 0xffffffffc014f000
    pn544_mei 1507 0 - Live 0xffffffffc014b000
    mei_phy 1942 1 pn544_mei, Live 0xffffffffc0147000                                                                                                                                         
    iwlwifi 70257 1 iwlmvm, Live 0xffffffffc0129000                                                                                                                                           
    pn544 6215 1 pn544_mei, Live 0xffffffffc0124000                                                                                                                                           
    snd_hda_intel 29721 2 - Live 0xffffffffc0106000                                                                                                                                           
    hci 13343 2 mei_phy,pn544, Live 0xffffffffc00fd000                                                                                                                                         
    nfc 46459 2 pn544,hci, Live 0xffffffffc00c8000                                                                                                                                             
    snd_hda_codec 72588 3 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel, Live 0xffffffffc00a7000                                                                                   
    snd_hwdep 5373 2 snd_usb_audio,snd_hda_codec, Live 0xffffffffc009b000                                                                                                                     
    cfg80211 320801 3 iwlmvm,mac80211,iwlwifi, Live 0xffffffffc001e000                                                                                                                         
    xhci_hcd 88348 0 - Live 0xffffffffc0000000
    /proc/iomem:
    00000000-00000fff : reserved
    00001000-00057fff : System RAM
    00058000-00058fff : reserved
    00059000-0009dfff : System RAM
    0009e000-0009ffff : reserved
    000a0000-000bffff : PCI Bus 0000:00
    000c0000-000c3fff : PCI Bus 0000:00
    000c4000-000c7fff : PCI Bus 0000:00
    000c8000-000cbfff : PCI Bus 0000:00
    000cc000-000cffff : PCI Bus 0000:00
    000d0000-000d3fff : PCI Bus 0000:00
    000d4000-000d7fff : PCI Bus 0000:00
    000d8000-000dbfff : PCI Bus 0000:00
    000dc000-000dffff : PCI Bus 0000:00
    000f0000-000fffff : System ROM
    00100000-ca4b7fff : System RAM
      06000000-066753ba : Kernel code
      066753bb-06cc83ff : Kernel data
      06dc9000-06ecffff : Kernel bss
    ca4b8000-ca4befff : ACPI Non-volatile Storage
    ca4bf000-ca8e7fff : System RAM
    ca8e8000-cac39fff : reserved
    cac3a000-da89bfff : System RAM
    da89c000-dab3ffff : reserved
    dab40000-dab55fff : ACPI Tables
    dab56000-dbaaafff : ACPI Non-volatile Storage
    dbaab000-dbffefff : reserved
    dbfff000-dbffffff : System RAM
    dd000000-df1fffff : reserved
      dd200000-df1fffff : Graphics Stolen Memory
    df200000-feafffff : PCI Bus 0000:00
      df200000-df3fffff : PCI Bus 0000:01
      e0000000-efffffff : 0000:00:02.0
        e0000000-e07e8fff : BOOTFB
      f0000000-f09fffff : PCI Bus 0000:03
      f0a00000-f13fffff : PCI Bus 0000:02
      f6400000-f67fffff : 0000:00:02.0
      f6800000-f71fffff : PCI Bus 0000:03
        f6800000-f680ffff : 0000:03:00.0
        f6810000-f6811fff : 0000:03:00.0
          f6810000-f6811fff : ahci
      f7200000-f7bfffff : PCI Bus 0000:02
      f7c00000-f7cfffff : PCI Bus 0000:01
        f7c00000-f7c01fff : 0000:01:00.0
          f7c00000-f7c01fff : iwlwifi
      f7d00000-f7d0ffff : 0000:00:14.0
        f7d00000-f7d0ffff : xhci_hcd
      f7d10000-f7d13fff : 0000:00:1b.0
        f7d10000-f7d13fff : ICH HD audio
      f7d14000-f7d17fff : 0000:00:03.0
      f7d19000-f7d190ff : 0000:00:1f.3
      f7d1a000-f7d1a3ff : 0000:00:1d.0
        f7d1a000-f7d1a3ff : ehci_hcd
      f7d1c000-f7d1c01f : 0000:00:16.0
        f7d1c000-f7d1c01f : mei_me
      f7fef000-f7feffff : pnp 00:0a
      f7ff0000-f7ffffff : pnp 00:0a
      f8000000-fbffffff : PCI MMCONFIG 0000 [bus 00-3f]
        f8000000-fbffffff : reserved
          f8000000-fbffffff : pnp 00:0a
    fec00000-fec00fff : reserved
      fec00000-fec003ff : IOAPIC 0
    fed00000-fed03fff : reserved
      fed00000-fed003ff : HPET 0
    fed10000-fed17fff : pnp 00:0a
    fed18000-fed18fff : pnp 00:0a
    fed19000-fed19fff : pnp 00:0a
    fed1c000-fed1ffff : reserved
      fed1c000-fed1ffff : pnp 00:0a
        fed1f410-fed1f414 : iTCO_wdt
          fed1f410-fed1f414 : iTCO_wdt
    fed20000-fed3ffff : pnp 00:0a
    fed45000-fed8ffff : pnp 00:0a
    fed90000-fed93fff : pnp 00:0a
    fee00000-fee00fff : Local APIC
      fee00000-fee00fff : reserved
    ff000000-ffffffff : reserved
      ff000000-ffffffff : pnp 00:0a
    100000000-21fdfffff : System RAM
    21fe00000-21fffffff : RAM buffer
    /proc/ioports:
    0000-0cf7 : PCI Bus 0000:00
      0000-001f : dma1
      0020-0021 : pic1
      0040-0043 : timer0
      0050-0053 : timer1
      0060-0060 : keyboard
      0062-0062 : EC data
      0064-0064 : keyboard
      0066-0066 : EC cmd
      0070-0077 : rtc0
      0080-008f : dma page reg
      00a0-00a1 : pic2
      00c0-00df : dma2
      00f0-00ff : fpu
      04d0-04d1 : pnp 00:07
      0680-069f : pnp 00:04
    0cf8-0cff : PCI conf1
    0d00-ffff : PCI Bus 0000:00
      164e-164f : pnp 00:04
      1800-1803 : ACPI PM1a_EVT_BLK
      1804-1805 : ACPI PM1a_CNT_BLK
      1808-180b : ACPI PM_TMR
      1810-1815 : ACPI CPU throttle
      1830-1833 : iTCO_wdt
        1830-1833 : iTCO_wdt
      1850-1850 : ACPI PM2_CNT_BLK
      1854-1857 : pnp 00:06
      1860-187f : iTCO_wdt
        1860-187f : iTCO_wdt
      1880-189f : ACPI GPE0_BLK
      1c00-1cfe : pnp 00:04
      1d00-1dfe : pnp 00:04
      1e00-1efe : pnp 00:04
      1f00-1ffe : pnp 00:04
      2008-200b : pnp 00:04
      3000-3fff : PCI Bus 0000:01
      d000-dfff : PCI Bus 0000:03
      e000-efff : PCI Bus 0000:02
      f000-f03f : 0000:00:02.0
      f040-f05f : 0000:00:1f.3
      ffff-ffff : pnp 00:04
        ffff-ffff : pnp 00:04
    Regards,
    Thomas

  • Can't use Find My Friends on iPhone due to Apple ID not being verified. Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!

    Can't use Find My Friends on iPhone due to Apple ID not being verified.
    Can't do this as I can't access my .mac email any longer and I can not change the primary e-mail address for my Apple ID!
    So my options are:
    Create a new Apple ID, use that and lose all the apps I've purhcased with it (a fairly substantial amount)
    Somehow Migrate these purchases over to a new Apple ID
    Apple let me change the primary ID for the account
    Anyone else ran into this before?
    I've tried accessing the mail through a mail application using the correct server information, and trying both the old 6 character password and the one I had to change it too after they updated the security guidelines - neither work.
    Help would be greatly appreciated as I can see more services down the line not working without the address being verified!

    To change the iCloud ID you have to go to Settings>iCloud, tap Delete Account, provide the password for the old ID when prompted to turn off Find My iDevice, then sign back in with the ID you wish to use.  When you do this you may find that the password for your old ID isn't accepted.  If this should happen, and if your old ID is an earlier version of your current ID, you need to temporarily recreate your old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You should not need to verify the old email address.  You can now use your current password to turn off Find My iDevice on your device, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • T61p exhibiting 1 long and 2 short beep and black screen

    All,
    There have been multiple discussions over the past months concerning a 1 long and 2 short beep symptom on some T61 and T61p model systems.   Over the last several weeks members have begun to start additional topics on this theme and cross post between threads.  
    I am consolidating all the threads into this new discussion today.  Since many of these discussions were originally parallel, the dates and some of the context will now appear somewhat out of chronological order.  Please keep that in mind while browsing this thread.
    If you are presently experiencing the 1 long and 2 short beep code with a black screen on boot up, I would recommend that you contact service at this time for assistance.
    UPDATE 1/4/2011
    Previously, I have advised customers to contact service for assistance with the symptoms discussed here. In an effort to maintain customer satisfaction and loyalty, Lenovo has repaired a number of systems as post warranty exceptions. Lenovo will continue the post warranty support; however, with some revisions to the extended coverage effective December 31, 2010.
    Customers who experience these symptoms on qualifying models that are no more than six months beyond expiration of warranty should continue to contact support for assistance. This additional coverage ends March 31, 2011.
    Coverage beyond this date is available under the terms and conditions of extended warranty or maintenance agreements. Warranty extensions may be purchased for systems that are still within the base warranty period, and post warranty maintenance agreements may be purchased to provide coverage after base and extended warranty periods have expired. Extended warranties and maintenance agreements are a great way to ensure coverage for all the major system components.
    Best regards,
    Mark
    ThinkPads: S30, T43, X60t, X1, W700ds, IdeaPad Y710, IdeaCentre: A300, IdeaPad K1
    Mark Hopkins
    Program Manager, Lenovo Social Media (Services)
    twitter @lenovoforums
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество
    Solved!
    Go to Solution.

    2 is a coincidence, 3 is a pattern... and your problem is identical to mine, too, and happened just some days after mine did...
    It seems to me, without wanting to be alarmist, that the T61p with the 570M gpu (or a batch of them) is failing with the same exact problem (1 long 2 short = GPU error) at the exact same time... scary thought, really.
    Mine arrived at the lenovo repair center (it's still on warranty) on wednesday, and the status shows as "Repair complete, shipped to customer" as of yesterday. There is no tracking number or "Failing Element / part number" in the status page, tho. It hasn't arrived, either.
    Do you know your planar card / motherboard part number? It would be interesting to know if it's the same as mine (42W7653). Were you affected by the problem shown at http://forum.lenovo.com/lnv/board/message?board.id=T_Series_Thinkpads&thread.id=30460&view=by_date_a... ?
    And once Mark_Lenovo reads this, Mark, do you need any info? (serial number for the laptop, easyserv reference, etc?) 
    EDIT/UPDATE:
    I called the EasyServ warranty customer support to ask if they had any additional info not in the website, and as a matter of fact they do. The (very, very helpful and nice) man on the phone told me that the motherboard had been replaced and the laptop was due to arrive today, and he gave the UPS tracking number for it, which indeed says it's scheduled to arrive here today, at some point.
    Once it's here I'll update with information about the actual repair and the part number of the new motherboard, etc.
    To be honest  I'm more than pleasantly surprised about the service: the box for shipping my laptop arrived on wednesday, it was picked up that very same day, the laptop was repaired on thursday and arrives to me today, friday. If the laptop works as expected, this is a 10 out of 10 for lenovo customer support, at least for me.
    I'm less-than-happy about the quality of the product, of course, but at least I got the 3-year warranty so lenovo paid for everything. 
    Message Edited by Kry on 04-10-2009 01:18 PM

  • HT4972 i am not getting notification on most of my apps, e.g twitter and facebook...except i go to the app and refreshed manually. its an iphone 4 and running on ios5...i have gone through everything and its still the same..help please........I seem to be

    i am not getting notification on most of my apps, e.g twitter and facebook...except i go to the app and refreshed manually. its an iphone 4 and running on ios5...i have gone through everything and its still the same..help please........
    I seem to be having the same problem on my brand new iPhone 4S. Everything was working fine on the phone until I updated to iOS 5.1.1, but now I no longer receive push notifications for the native Mail app, Instagram, or the Facebook app. I still seem to be receiving SMS texts and iMessages via push, but the aforementioned apps need to be opened before I can receive missed notifications (having them open in the background seems to make no difference).
    Thanks for any help that you may provide!

    did you try notifications under settings? You can customize it as per your requirement, for each application.
    check this out: http://www.gottabemobile.com/2011/10/12/ios-5-how-to-use-notification-center/ or http://reviews.cnet.com/8301-19512_7-20120625-233/ios-5-notifications-a-deeper-l ook/

  • I want to relocate my iTunes library on a NAS drive and stream to apple tv2 and DLNA tbs around the house is this possible and if so which is the best NAS drive to buy???

    I want to relocate my iTunes library on a NAS drive and stream to apple tv2 and DLNA tbs around the house is this possible and if so which is the best NAS drive to buy???

    ged2001 wrote:
    I want to relocate my iTunes library on a NAS drive and stream to apple tv2 and DLNA TV's around the house is this possible and if so which is the best NAS drive to buy???
    i don't have any experience with DLNA TV's but i recently moved my iTunes library to a NAS. streaming content to airport express remote speakers and TV2 works great. however, i have all my gear hardwired to my time capsule (except the airport express) so i'm not sure how well streaming e.g. HD movies to TV over wifi works.
    i have a Synology DiskStation 411j and am very happy with it.

  • I used to have a web page in mobile me and now is closed.  How can I get my webpage data back?

    I used to have a web page in mobile me and now is closed.  How can I get my webpage data back?

    Your web pages on MobileMe have been deleted. If you were using iWeb you wouldn't have been able to open them anyway.
    As long as you have the iWeb 'Domain' file in your user Library, or whatever the program you are using stores the information in, on your Mac you can publish to another hosting service - there are plenty to choose from. More information here:
    http://rfwilmut.net/missing2

  • Word File Takes Longer and Longer to Save

    I’ve been working daily on the same 100-page document for several months. I had no problems with the document under Word 2003. However, under Word 2010 the file grows in size over time, and saving the file takes longer and longer to the point where there
    are significant timeouts (Word is “not responding”) whenever an automatic save occurs. 
    I don't want to diable automatic saves because Word does crash for me on rare occasions, generally if I do something "too fast".
    I’ve found a workaround for the problem, and every three weeks or so after the automatic saves have become painfully long I copy the document to the clipboard (except for the last paragraph mark) and then I open a new document based on the relevant template
    and I paste the clipboard contents into the new document. I rename the old version of the document and the new version becomes the working version. This reduces the file size (currently around 1.4 MB) by about 150 KB and the problem goes away for another three
    weeks.
    Certain aspects of my situation are unusual, and these may or may not be relevant to the problem:
    At the end of each day I use (via a macro) the Review, Compare feature of Word to compare the document with the previous day’s version to allow me to reread any changes I made to it.
    I use various other macros for intelligent page-turning, resizing windows, smart Find, etc.
    I maintain the document as a DOC file (Word 97-2003 Compatibility Mode) because I need to share the document with an organization that requires this format.
    The document flips back and forth a few times between being a one-column and two-column document.
    The document has a table of contents on the last page.
    The headings in the document have embedded section and subsection numbers.
    The document has numerous embedded SEQ and cross-reference fields.
    The document has embedded EMF pictures that were generated by a non-Microsoft application.
    The long times to save the file and the temporary solution I’ve found to the problem suggest that some "junk" is accumulating “in” the last paragraph mark. This junk doesn't cause any operational errors, but it slows things down to the point where
    the auto-save times out and I temporarily get the distracting "not responding" message. It would be nice if Word could automatically eliminate the junk in the last paragraph mark so that I wouldn’t have to do it manually.
    Do you have any suggestions for how I might eliminate the problem?
    I'd be pleased to send a copy of the slow-saving file to a Microsoft Word programmer for diagnosis of the problem.
    I have up-to-date Windows 7 professional (64 bit) and Word 2010 14.0.6129.5000 (32 bit).
    Thanks for your help,
    Don Macnaughton

    I am experiencing exactly the same save issue, although I cannot use the suggestion of copying to a new document as I have allot of references within the same document and I'm scared that I'll loose them (or mess them up).
    It is nearly a year later, did you have any luck?
    Francois,
    I'm still experiencing the problem. However, I've now converted the document from a DOC to a DOCX, but that made no difference.  So every 18 or so days I copy all of the document into a new document except for the last paragraph mark
    and the problem goes away for another 18 or so days.  For my document this solution is fully reliable although it's less convenient because it's a little complicated and I worry I may make a mistake or some text may be lost in the transition.
    So I'm still looking for a solution to the problem. Is there anything unique about your document or your handling of the document that might be the cause of the problem?  Are you using macros, Compare Versions, switching back and forth between
    one and two columns, or anything else that is common to the features that I list in my first post in this thread?
    You might want to try my copying solution as a test while keeping your original document as the official version that you continue to work with.  You could then check the test document very carefully to see if my solution works with your
    document.  You might find that you can trust my solution (or you might not). 
    By the way, I make sure that the copy worked properly by doing a Compare Versions of the old and new documents.  (Surprisingly, sometimes the compare finds very minor differences between the two documents, but usually not.)
    If the problem really bothers you, you can hire Microsoft Support, although that will cost you some money.  If you do that, please let us know the outcome.
    Don Macnaughton

  • I can't remember my iphone password and it's closed me out.  How do I reset?

    i can't remember my iphone password and it's closed me out.  How do I reset?

    If You Are Locked Out Or Have Forgotten Your Passcode
    iTunes 10 for Mac- Update and restore software on iPod, iPhone, or iPad
    iPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    iOS- Understanding passcodes
    A Complete Guide to Recover Your iDevice if You Forget Your Passcode
    If you cannot remember the passcode, you will need to restore your device using the computer with which you last synced it. This allows you to reset your passcode and resync the data from the device (or restore from a backup). If you restore on a different computer that was never synced with the device, you will be able to unlock the device for use and remove the passcode, but your data will not be present. Refer to Updating and restoring iPhone, iPad and iPod touch software.
    Try restoring the iOS device if backing up and erasing all content and settings doesn't resolve the issue. Using iTunes to restore iOS devices is part of standard isolation troubleshooting. Restoring your device will delete all data and content, including songs, videos, contacts, photos, and calendar information, and will restore all settings to their factory condition.
    Before restoring your iOS device, Apple recommends that you either sync with iTunes to transfer any purchases you have made, or back up new data (data acquired after your last sync). If you have movie rentals on the device, see iTunes Store movie rental usage rights in the United States before restoring.
    Follow these steps to restore your device:
         1. Verify that you are using the latest version of iTunes before attempting to update.
         2. Connect your device to your computer.
         3. Select your iPhone, iPad, or iPod touch when it appears in iTunes under Devices.
         4. Select the Summary tab.
         5. Select the Restore option.
         6. When prompted to back up your settings before restoring, select the Back Up
             option (see in the image below). If you have just backed up the device, it is not
             necessary to create another.
         7. Select the Restore option when iTunes prompts you (as long as you've backed up,
             you should not have to worry about restoring your iOS device).
         8. When the restore process has completed, the device restarts and displays the Apple
             logo while starting up:
               After a restore, the iOS device displays the "Connect to iTunes" screen. For updating
              to iOS 5 or later, follow the steps in the iOS Setup Assistant. For earlier versions of
              iOS, keep your device connected until the "Connect to iTunes" screen goes away or
              you see "iPhone is activated."
         9. The final step is to restore your device from a previous backup.
    If you can not restore your device then you will need to go to recovery mode.
    Placing your device into recovery mode:
    Follow these steps to place your iOS device into recovery mode. If your iOS device is already in recovery mode, you can proceed immediately to step 6.
         1. Disconnect the USB cable from the iPhone, iPad, or iPod touch, but leave the other end
             of the cable connected to your computer's USB port.
         2. Turn off the device: Press and hold the Sleep/Wake button for a few seconds until the
             red slider appears, then slide the slider. Wait for the device to turn off.
              If you cannot turn off the device using the slider, press and hold the Sleep/Wake
              and Home buttons at the same time. When the device turns off, release the Sleep/Wake
              and Home buttons.
         3. While pressing and holding the Home button, reconnect the USB cable to the device.
             The device should turn on. Note: If you see the screen pictured below, let the device
             charge for at least ten minutes to ensure that the battery has some charge, and then
             start with step 2 again.
         4. Continue holding the Home button until you see the "Connect to iTunes" screen.
             When this screen appears you can release the Home button.
         5. If necessary, open iTunes. You should see the following "recovery mode" alert:
         6. Use iTunes to restore the device.
    If you don't see the "Connect to iTunes" screen, try these steps again. If you see the "Connect to iTunes" screen but the device does not appear in iTunes, see this article and its related links.
    Additional Information:
    Note: When using recovery mode, you can only restore the device. All user content on the device will be erased, but if you had previously synced with iTunes on this computer, you can restore from a previous backup. See this article for more information.

  • Syncing and streaming

    I got my first Apple TV and am very happy with it.
    I set it up to stream from my macPro and it works well, but for some movies... it often takes long to stream before it starts playing.
    Is there a way to sync part of my library, and stream the rest?
    I've been looking at the documentation, and it seems I would have to set up Apple TV from scratch again, something I hate to do, because I usually don't mess with things that work weel

    yes you can do that (via the custom sync option), but you if you don't already have any sync options then you will need to break the link and reconnect it again but this time not as a shared streaming library.
    you may want to look into why your streaming is slow though. if you are connected via WIFI you may want to look at why it's slow (most likely wifi interference or poor coverage).

  • Safari and ITunes are "closing unexpectedly"

    Yesterday my Safari and ITunes started closing unexpectedly with an error message to send a report. Does anyone know why this would be happening and how I can fix it? I tried to reset the preferences and that didn't work and I also tried making a new user account which worked but all of my information is on the account where Safari and ITunes keep crashing.
    Help!!

    This is the crash report
    Date/Time: 2009-09-19 14:54:58.284 -0400
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Safari
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Parent: WindowServer [881]
    Version: 4.0.3 (4531.9)
    Build Version: 1
    Project Name: WebBrowser
    Source Version: 45310900
    PID: 1988
    Thread: 5
    Exception: EXC_BREAKPOINT (0x0006)
    Code[0]: 0x00000001
    Code[1]: 0x92c0f490
    Thread 0:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.HIToolbox 0x932bab20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932ba1b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x932ba020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x9379f734 _DPSNextEvent + 384
    8 com.apple.AppKit 0x9379f3f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.Safari 0x0000d414 0x1000 + 50196
    10 com.apple.AppKit 0x9379b93c -[NSApplication run] + 472
    11 com.apple.AppKit 0x9388c458 NSApplicationMain + 452
    12 com.apple.Safari 0x000f91fc 0x1000 + 1016316
    13 com.apple.Safari 0x00003380 0x1000 + 9088
    Thread 1:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.unsanity.ape 0xc0001bf4 _apeagent + 296
    3 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.WebCore 0x01342a00 WebCore::IconDatabase::syncThreadMainLoop() + 320
    3 com.apple.WebCore 0x01340108 WebCore::IconDatabase::iconDatabaseSyncThread() + 424
    4 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000af48 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000ae9c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9ac __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c1cb7c +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92bf44d8 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9004e30c fsync + 12
    1 com.apple.Safari 0x0016db6c 0x1000 + 1493868
    2 com.apple.Safari 0x001876ec 0x1000 + 1599212
    3 com.apple.Safari 0x00189fe0 0x1000 + 1609696
    4 com.apple.Safari 0x001a6604 0x1000 + 1725956
    5 com.apple.Safari 0x001ed92c 0x1000 + 2017580
    6 com.apple.Safari 0x001f4510 0x1000 + 2045200
    7 com.apple.Safari 0x001f4b0c 0x1000 + 2046732
    8 com.apple.Safari 0x0002ad4c 0x1000 + 171340
    9 com.apple.Safari 0x0002ae84 0x1000 + 171652
    10 com.apple.Safari 0x00075eb8 0x1000 + 478904
    11 com.apple.Safari 0x00075cf4 0x1000 + 478452
    12 com.apple.Safari 0x0029f58c dyldstubutimes + 224588
    13 com.apple.Safari 0x00039b78 0x1000 + 232312
    14 com.apple.CoreFoundation 0x907f2384 __CFRunLoopDoTimer + 184
    15 com.apple.CoreFoundation 0x907decfc __CFRunLoopRun + 1680
    16 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    17 com.apple.Safari 0x00028640 0x1000 + 161344
    18 com.apple.Safari 0x000285c4 0x1000 + 161220
    19 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5 Crashed:
    0 com.apple.Foundation 0x92c0f490 _NSRaiseError + 264
    1 com.apple.Foundation 0x92c0f1cc +[NSException raise:format:] + 40
    2 com.apple.Foundation 0x92c31ef4 -[NSConcreteFileHandle readDataOfLength:] + 508
    3 com.apple.Foundation 0x92c326f4 -[NSHTTPCookieDiskStorage(NSInternal) _saveCookies] + 292
    4 com.apple.Foundation 0x92c3249c saveTimerCallback + 96
    5 com.apple.CoreFoundation 0x907f2384 __CFRunLoopDoTimer + 184
    6 com.apple.CoreFoundation 0x907decfc __CFRunLoopRun + 1680
    7 com.apple.CoreFoundation 0x907de2b0 CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x92c1ba3c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x92bf44d8 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfb644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.Syndication 0x9a39626c -[AsyncDB _run:] + 192
    4 com.apple.Foundation 0x92bf44d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.JavaScriptCore 0x00584b64 ***::ThreadCondition::timedWait(***::Mutex&, double) + 84
    3 com.apple.Safari 0x0026f91c dyldstubutimes + 28892
    4 com.apple.Safari 0x0026fa00 dyldstubutimes + 29120
    5 com.apple.Safari 0x00042e0c 0x1000 + 269836
    6 com.apple.Safari 0x00042d74 0x1000 + 269684
    7 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x9001f48c select + 12
    1 com.apple.CoreFoundation 0x907f1240 __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 5 crashed with PPC Thread State 64:
    srr0: 0x0000000092c0f490 srr1: 0x100000000202f030 vrsave: 0x0000000000000000
    cr: 0x28024442 xer: 0x0000000000000000 lr: 0x0000000092c0f468 ctr: 0x0000000092bd121c
    r0: 0x0000000000000000 r1: 0x00000000f03053e0 r2: 0x00000000a2bce508 r3: 0x00000000f0304f90
    r4: 0x0000000000000000 r5: 0x0000000092bd0b44 r6: 0x00000000f0305014 r7: 0x00000000000000ff
    r8: 0x00000000f0305000 r9: 0x00000000023e5810 r10: 0x0000000090a3f628 r11: 0x0000000028024442
    r12: 0x0000000092bd121c r13: 0x0000000000000000 r14: 0x0000000000000001 r15: 0x0000000000000000
    r16: 0x0000000000000000 r17: 0x00000000a2bf25d0 r18: 0x00000000a2bf25d0 r19: 0x00000000a2bf25d0
    r20: 0x000000000000001b r21: 0x00000000ffffffff r22: 0x00000000023e4fe8 r23: 0x0000000090aa95b8
    r24: 0x0000000000000000 r25: 0x00000000082aa000 r26: 0x0000000005eaa270 r27: 0x00000000ffffffff
    r28: 0x0000000006e087a0 r29: 0x00000000a2bd76ec r30: 0x00000000ffffffff r31: 0x0000000092c0f398
    Binary Images Description:
    0x1000 - 0x2a6fff com.apple.Safari 4.0.3 (4531.9) /Applications/Safari.app/Contents/MacOS/Safari
    0x405000 - 0x4e9fff com.apple.WebKit 4531 (4531.9) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x57e000 - 0x6a7fff com.apple.JavaScriptCore 4531 (4531.5) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x1008000 - 0x12aafff com.apple.QuartzCore 1.4.13 /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.framew ork/Versions/A/QuartzCore
    0x133d000 - 0x1d29fff com.apple.WebCore 4531 (4531.9) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x2247000 - 0x227bfff com.unsanity.shapeshifter 2.5 /Users/maryberwanger/Library/Application Enhancers/ShapeShifter.ape/Contents/MacOS/ShapeShifter
    0x26f7000 - 0x26fefff com.unsanity.smartcrashreports Smart Crash Reports version 1.2.1 (1.2.1) /Users/maryberwanger/Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x6d6c000 - 0x6dd0fff com.DivXInc.DivXDecoder 6.6.0 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x8fe00000 - 0x8fe52fff dyld 46.16 /usr/lib/dyld
    0x90000000 - 0x901bcfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90214000 - 0x90219fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021b000 - 0x90268fff com.apple.CoreText 1.0.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90293000 - 0x90344fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90373000 - 0x9072efff com.apple.CoreGraphics 1.258.85 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bb000 - 0x90895fff com.apple.CoreFoundation 6.4.11 (368.35) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908de000 - 0x908defff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908e0000 - 0x909e2fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a3c000 - 0x90ac0fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aea000 - 0x90b5afff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b70000 - 0x90b82fff libauto.dylib /usr/lib/libauto.dylib
    0x90b89000 - 0x90e60fff com.apple.CoreServices.CarbonCore 681.19 (681.21) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec6000 - 0x90f46fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f90000 - 0x90fd2fff com.apple.CFNetwork 4.0 (129.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe7000 - 0x90ffffff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x9100f000 - 0x91090fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d6000 - 0x910fffff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91110000 - 0x9111efff libz.1.dylib /usr/lib/libz.1.dylib
    0x91121000 - 0x912dcfff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913db000 - 0x913e4fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913eb000 - 0x913f3fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f7000 - 0x9141ffff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91432000 - 0x9143dfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91442000 - 0x914bdfff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fa000 - 0x914fafff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fc000 - 0x91534fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9154f000 - 0x91621fff com.apple.ColorSync 4.4.13 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91674000 - 0x91705fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174c000 - 0x91803fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91840000 - 0x9189efff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cd000 - 0x918eefff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91902000 - 0x91927fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193a000 - 0x9197cfff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91998000 - 0x919acfff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919ba000 - 0x91a00fff com.apple.ImageIO.framework 1.5.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a17000 - 0x91adefff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2c000 - 0x91b41fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b46000 - 0x91b64fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6a000 - 0x91c21fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c70000 - 0x91c74fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c76000 - 0x91ce0fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce5000 - 0x91d00fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d05000 - 0x91d08fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d0a000 - 0x91df8fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e17000 - 0x91e55fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5c000 - 0x91e5cfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e5e000 - 0x91f43fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4b000 - 0x91f6afff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91fd6000 - 0x92044fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x9204f000 - 0x920e4fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920fe000 - 0x92686fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926b9000 - 0x929e4fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a14000 - 0x92b02fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b05000 - 0x92b8dfff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bce000 - 0x92e01fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f34000 - 0x92f52fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5d000 - 0x92fb7fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd5000 - 0x92fd5fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd7000 - 0x92febfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93003000 - 0x93013fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9301f000 - 0x93034fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93046000 - 0x930cdfff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930e1000 - 0x930ecfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930f6000 - 0x93124fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9313e000 - 0x9314dfff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93159000 - 0x931bffff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931f0000 - 0x9323ffff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9326d000 - 0x9328afff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9329c000 - 0x932a9fff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932b2000 - 0x935c0fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93710000 - 0x9371cfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93721000 - 0x93741fff com.apple.DirectoryService.Framework 3.1 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93795000 - 0x93795fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93797000 - 0x93dcafff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94157000 - 0x941c9fff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94202000 - 0x942c7fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431a000 - 0x9431afff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94526000 - 0x94563fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456b000 - 0x945bbfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945c4000 - 0x945ddfff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94676000 - 0x946aefff com.apple.vmutils 4.0.0 (85) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x946f3000 - 0x9470ffff com.apple.securityfoundation 2.2 (27710) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94723000 - 0x94767fff com.apple.securityinterface 2.2 (27692) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9478b000 - 0x9479afff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a2000 - 0x947affff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f5000 - 0x9480efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94815000 - 0x94b48fff com.apple.QuickTime 7.6.4 (1327.73) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c30000 - 0x94ca1fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e17000 - 0x94f47fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fda000 - 0x94fe9fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff1000 - 0x9501efff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95025000 - 0x95035fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x95039000 - 0x95068fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95078000 - 0x95095fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95b54000 - 0x95b86fff com.apple.PDFKit 1.0.4 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96553000 - 0x965f6fff libcrypto.0.9.dylib /usr/lib/libcrypto.0.9.dylib
    0x969e8000 - 0x96a07fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97264000 - 0x97271fff com.apple.agl 2.5.6 (AGL-2.5.6) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97cec000 - 0x97dbdfff com.apple.QuartzComposer 1.2.6 (32.25) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97e3a000 - 0x97e3afff com.apple.quartzframework 1.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9867c000 - 0x992b5fff com.apple.QuickTimeComponents.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9a043000 - 0x9a077fff com.apple.QuickTime Plugin.plugin 7.6.4 (1327.73) /Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/MacOS/QuickTime Plugin
    0x9a393000 - 0x9a3c9fff com.apple.Syndication 1.0.8 (56.1) /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndication
    0x9ff24000 - 0x9ffc6fff com.apple.QuickTimeImporters.component 7.6.4 (1327.73) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9ffe4000 - 0x9fff6fff com.apple.SyndicationUI 1.0.8 (56.1) /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.3 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r

  • Safari 1.3.2 and Streaming flv media bug

    Tested the latest Safari on Tiger and streaming an flv file within a flash website seems ok.
    However, on an older machine with Safari 1.3.2 the flash website works ok except the steaming flv media which does not play at all.
    Does anyone know of a workaround for this? Or why this is happening?
    PS:Mac and IE is fine, as is PC and IE.

    Yes. The "Integrate with Internet Browsers" function in the iGetter Tools menu is ON.
    Sorry. I'll mark this topic as answered even is NOT true because I make mistake and post it TWICE.

  • Java.exe has generated errors and will be closed by windows

    We are running win2000, with jre 1.4 and getting the following message at a particular point in our program:
    <b>"java.exe has generated errors and will be closed by windows. You will need to restart the program. An error log is being created."</b>
    I have 2 questions:
    1) does anyone know what would cause this?
    2) does anyone know where this log file is generated to?
    many thanks - there are a few duke dollars in it.

    We are getting same error with jdk1.6,
    we can get drwtsn32.log file for user home/documents folder by running with following option. -XX:+ShowMessageBoxOnError
    We got following log message:
    Application exception occurred:
    App: (pid=2288)
    When: 2/5/2008 @ 18:20:44.700
    Exception number: c0000005 (access violation)
    ----> System Information <----
    Computer Name: MAX-20
    User Name: Suresh.A
    Number of Processors: 1
    Processor Type: x86 Family 15 Model 2 Stepping 9
    Windows 2000 Version: 5.0
    Current Build: 2195
    Service Pack: 4
    Current Type: Uniprocessor Free
    Registered Organization: maxem
    Registered Owner: max-20
    has anybody found any solution / tools to identify this kind of issue?
    Thanks
    Nimalan

Maybe you are looking for

  • Error when starting Mercury Quicke Test Professional

    Hello, I am executing the QTP scripts through eCATT. During execution I got an error ' Error when starting Mercury Quick Test Professional'. Does anybody knows how to resove this? Thanks, Mahantesh

  • How to enable wireless use of Time Capsule

    I have already configured it and as long as its plugged in ethernet I can backup from either of my computers. The problem is I want to use it wirelessly from now on for the small hourly/daily backups. Can someone please let me know how to adjust the

  • Change background color of alternating rows in listview

    Hi all, Does anyone know how to change the background color of alternating rows in a listview in Visual Basic 2013? Best regards, Randy Boulter

  • AR/AP

    Hi Gurus, how to default some field in AR/P creation screen ; xd01 and xk01 many thanks Cecile

  • Re: CFLDAP missing attribute or security error

    This is a multi-part message in MIME format. --------------030808010109050103050805 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thank you for your response... I probably should explain better what this code