RT DLL general protection fault associated with serial I/O

Hello,
I'm experiencing Generatl Protection Faults on my real-time PC running LabView Real Time 9.1.0.  The faults occur when oppening/reading/writing from a serial rs-232/422 port, regardless of whether I use the Serial library or VISA library. 
How do I debug this? Is there a stack dump stored somewhere on the RT system when a fault occurs?
I am using LabWindows/CVI 2009 with the corresponding RT module to do my development.
Regards,
ndo

Michael,
I was able to get a report of the crash just as the KB instructed. 
(Although no report was generated when I ran my DLL in debug mode, the report was only generated when I deployed the DLL to the RT system and a crash occurred. )
I've attached the report here, can you tell me why it's crashing?
Regards,
ndo
Attachments:
lvrt_err_log.txt ‏51 KB

Similar Messages

  • General Protection Fault in module WIN87EM.DLL while Running Windows XP Mode

    I am attempting to run a legacy, 16-bit program, P3, on a Windows XP Mode Virtual Machine, hosted by a Windows 7 x64 box. When performing various activities in the program, I receive "P3 caused a General Protection Fault in module WIN87EM.DLL
    at 0001:02C6." This occurs on multiple platforms (Core i5, Core 2 Duo).
    Based on my research, I have found "The Windows 80x87 emulator library,
    WIN87EM.DLL, works at the 16-bit-Windows level
    to virtualize the coprocessor among multiple Windows-based applications that run inside the system VM."
    It appears to me that, with the Virtual Machine using a Virtualized Processor (not related to the above reference to "virtualized coprocessor") as opposed to an emulated processor, the Virtual Math Coprocessor Device (VMCPD) and/or WIN87EM.DLL
    generate an error from the virtualized processor (perhaps they do no recognize it?)
    In addition "When the kernel loads an application, it checks to see if floating-point hardware is present. If a coprocessor is not present, the kernel uses the
    fixup records to replace the actual floating-point instructions with
    Interrupt 3x calls to emulation code in WIN87EM.DLL."
    I have found some information that points to "hiding" the math coprocessor from the Virtual Machine, so it doesn't go to the processor. This apparently can be achieved by using a program called WinFloat which includes a tool called HIDE87, which is suppose
    to hide the math coprocessor from the kernal.
    The issue I'm running into is, to properly achieve this, HIDE87 must be loaded before Windows. I have tried a couple techniques, but I think I'm doing it wrong. I have tried adding the HIDE87 program to the System32 directory and then adding
    HIDE87 (just before autocheck autochk *) to BootExecute under the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager
    key.
    For a little more info, when you run HIDE87 from the command prompt it reads "HIDE87: Int 11h hook installed (must reboot to remove)." The documentation says this is what needs to occur before Windows loads. You can find WinFloat here:
    http://support.microsoft.com/kb/97265.
    Any help or insight would be greatly appreciated.

    This link helped point me to winfloat to solve the very same issue with WIN87EM.dll crashing under Windows XP on VMware 5 for an old legacy Windows 3.1.  I thought I would mention that the original approach taken by tstock_sjc should work fine.   First
    off, winfloat is a self extracting executable and we really don't want to run winfloat, but rather hide87.com which is a tiny TSR that is inside the winfloat archive.  When you run any DOS or Windows 3.1 executable, Windows XP first boots up (if one isn't
    already running) a mini-MSDOS 5 environment called NTVDM.exe.   Just as with the original MSDOS, when the shell loads, it loads files similar to config.sys and autoexec.bat.   Of course, there are more restrictions on drivers and not everything
    under MSDOS is emulated but nevertheless, it is a fairly good approximation of an MSDOS 5 environment.  The issue that tstock_sjc had was NTVDM.exe looks for %WINDIR%\system32\autoexec.nt and %WINDIR%\system32\config.nt instead of autoexec.bat
    and config.sys.  If you extract hide87.com out of winfloat.exe and place it into the %WINDIR%\system32 directory and add a line like %SystemRoot%\system32\hide87.com to the end of autoexec.nt , NTVDM will indeed load this TSR before launching its emulated
    copy of of Windows 3.1 (wowexec.exe).  When the 16 bit application is finally launched after wowexec.exe, the coprocessor is then masked.  It worked fine for me anyway (after applying changes and rebooting).  Under process monitor I could clearly
    see NTVDM.exe reading autoexec.nt and hide87.com and the WIN87EM.dll GP fault went away. 

  • General protection fault with alt-tabbin​g and pop ups

    Hi,
    This is probably a case of me doing something I shouldn't, but I figured out a while ago that I could get resizable modal pop ups by doing something like this:
    SetPanelAttribute(panelHandle2, ATTR_SIZABLE, 0);
    InstallPopup(panelHandle2);
    SetPanelAttribute(panelHandle2, ATTR_SIZABLE, 1);
    This is almost certainly a hack, but it seems to work and I get modal pop ups that the user can resize and maximize.  However, the run-time engine does not seem to like this, and I am getting general protection faults when alt-tabbing between the main application window and the pop up (which both have taskbar buttons).  The address where it crashes, at least on my computer, is 0x684F5E34 which is in cvirte.dll.  This also seems to crash in the release configuation.
    I've attached a small sample application.  In order to see the problem, launch the application, open the Pop Up, and alt-tab a few times between the two windows.  On my development PC this will generate a general protection fault after a few times (often the first time).  I'm running CVI 2012SP1 on a Windows XP Pro PC.
    Any insight would be helpful.  Thanks.
    Attachments:
    Pop Up Test.zip ‏5 KB

    What I don't understand is how you can switch between main and popup panel since the latter is displayed with InstallPopup: I never succeed in getting focus to the main panel when the popup is active, and it is not even listed among windows in alt-tab procedure. If I select the main window in taskbar, the popup immediately comes up and gets the focus.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Graph control causes general protection fault when changing axis range (64bit)

    Hello,
    i wrote a 32bit application which i'm porting to 64bit now and stumbled across a problem with the graph control.
    The Graph axsis are set to editable so that the user can change the axis range manually at runtime. The 32bit version has no problem here, but the 64bit  version is crashing  with a general protection fault at the source line with RunUserInterface().
    Is there a compiler option/value or something i should be aware of when swithing to 64bit that should be set?
    Or is this just a problem with the code of the control?
    I tried it with LabWindows v13.0.2 (278)  and v13.0.1, running under Windows 7 64bit.
    Thanks.

    Hello, danouj!
    Thank you for reporting this issue to us!
    However, information you provided is still unsufficient for us to determine the background of this bug.
    Please also provide the following details, so that we can identify the issue and investigate whether a workaround for this problem exists:
    From my understanding, when porting the application to 64-bit, you also performed some code changes to your CVI application. What are these code changes?
    If you run the 64-bit version of your application without these code changes, does the application also crash?
    What is the address of this crash?
    It would also be very useful, if you can send us a copy of a minimal snapshot of your project application, in which the problem still occurs, for us to investigate the issue.
    You can upload the sources at ftp://ftp.natinst.com/incoming
    Best regards,
    - Johannes

  • Savepanelstate general protection fault

    I'm once in a while receiving a "General Protection Fault" when using SavePanelState in CVI 2010 running Windows XP.
    This a program that runs 24/7, and that function call is probably executed 20k times a day, and runs on number of benches with the same configuration and no problems.
    It sounds similiar to the problem that was found a while back for 64 bit applications, the CVI Runtime engine is 10.0.1.419.
    Any updates that would correct this available?  Any other ideas?
    Terry

    Hi Terry,
    There was a bug in 64-bit for SavePanelState, but it was related to the creation of the save file. It could only occur for 64-bit applications and SavePanelState would always fail. So I don't think that is related to your issue.
    Am I correct that this issue only occurs on 1 system? How often does it occur?
    Are you able to reproduce this with the debugger attached? Is there an address attached to the fault?
    Could you generate a crash dump and send it to us?
    How To Create and Submit a Crash Dump to NI
    National Instruments
    Product Support Engineer

  • General protection fault windows 3.1

    I am  using a real time devices pc104 computer stack running windows 3.1, trying to install labwindows 5.1.  program installs, but when I try to run I get
    "CVI caused a general protection fault in module cvi.exe at 0001:07A4."  Any one have an idea why?  I have this program installed on an identical computer stack with no problems.  I have also tried a third stack with the same result as the first.

    Hi scottharris,
    It seems as if this is a known issue of Windows 3.x.  I've looked through our records, and it doesn't seem as if this particular behavior has been reported when opening CVI.  So, unfortunately, I cannot give you a direct solution to this issue.  You may want to take a look at some of the many online troubleshooting guides for General Protection Faults, like this one.
    Regards,
    Sara Lewandroski
    Applications Engineer | National Instruments
    http://www.ni.com/support

  • CVI2009 general protection fault in user interface library commands

    I have a program which we have been using and updating since 1999.  We have updated it in various versions of LabWindows/CVI and had no problems.  We recently updated it and compiled it in CVI2009 and now we get general protection faults.  The faults are occurring in commands from the user interface library and not always in the same command.  Sometimes it will process the commands properly and sometimes not.  PlotXY, PrintCtrl, SetMouseCursor, and DiscardPanel have each caused the faults.  Any suggestions?

    Hello - 
    My initial guess is that you are running into the issue described in this KB.  What is the version of cvirte.dll in c:\windows\system32?  If it is 9.1.0.427, you need to upgrade to version 9.1.0.428, which is linked in the KB.
    Let us know if that does not resolve it for you!
    NickB
    National Instruments

  • DTW General Entry (Goods Receipt) with Serial numbers

    Hi all,
    I want to import 540 items with serial numbers using the General Entry templates. Some items have as many as 200 serial numbers. Total number of serial numbers for 540 items are about 24,000.
    In the Serial Numbers template, will I have to cover 24,000 rows? Is it possible to auto-create the serial numbers with DTW?
    In which field should I put the serial numbers - Internal or System?
    Thanks,
    Ajay Audich

    Hi Ajay Audich,
    You may check this thread first:
    Re: Upload inventory transfer trnsaction with DTW
    Thanks,
    Gordon

  • FATAL RUN-TIME ERROR: The program has caused a 'General Protection' fault at 0x6846680A.

    Dear all,
    I have some troubles with LabWindows CVI. Sometimes (maybe 2 or 3 times by week) my application crash with General protection error in cvirte adress. This crash never happens in the same part of the code is always happens in random way. The problem is that in debug mode we don't have any information about where the problem occurs in cvirte. This bugs can happens with differents application from very simple application to very complex applications.
    Do you have some ideas that how can I solve these problems?
    Thanks

    Hello J. Romero!
    Thank you for the crash information you provided!
    Hover you managed to collaborate with NI France more in order to determine the cause of this crash?
    Unfortunately, the information you provided is still not sufficient for us to determine the exact cause and circumstance of this crash:
    The provided event logs only contain relative addresses of the locations. An absolute crash address can better suggest the exact location. Please provide a screenshot of the crash window dialog, which contains the exact absolute address of this crash.
    In your original post, you mentioned that you can reproduce the crash with a "very simple application". Is it possible for you to send us the application on our incoming FTP server, so that we can build and run the program on our side?
    Do you have a suspicion for any particular libraries, components or UI controls that you are using, which reproduce the crash. E.g. "whenever I perform this action in a Numeric Control, the crash occurs...". This will further help us to narrow down on the problem!
    If #2 is not possible, one other solution would be to send us a crash dump of the application. Please follow the steps in this Developer Community post, in order to generate and send us a crash dump: https://decibel.ni.com/content/docs/DOC-1496
    Best regards!
    - Johannes

  • Kern Protection Failure associated with new HD install

    Hello all,
    I've been trolling for a solution to a troubling problem, but I can't seem to track it down here in the forums.
    I recently replaced my Powerbook G4 internal hard drive with a much larger one. I used Super Duper to clone the internal, set the HD format to MAC OS Extended (Journaled), and all went according to plan.
    Upon restart everything was flawless, with one noted exception. iPhoto opens for about 10 seconds (pictures are clearly in view) and then hard crashes every single time, with the fairly common 'KERNPROTECTIONFAILURE' I've seen in the forums.
    I D/L'd the iPhoto Library Manager and tried the library rebuild feature, but it too was torpedoed by the KERN crash shortly after opening iPhoto to start the operation.
    I then tried an option-click start of iPhoto and tried to start a new library. Still a hard crash, same as before.
    I then cracked out my old iLife disk and reinstalled iPhoto (pitched the app and the receipt pkgs). Same result.
    I've noted that some folks have issues when they improperly move their iPhoto libraries, especially to external hard drives. But in my case, it should be a bit for bit clone that hasn't moved... right?
    So if a reinstall isn't taking, and it appears to not be library related, how do I rectify the situation?
    Many thanks!

    My Crash-Reporter folder was blank. I just recrashed it and copied over from the report...
    Date/Time: 2009-06-10 23:58:45.197 -0400
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: iPhoto
    Path: /Applications/Apple - iLife/iPhoto.app/Contents/MacOS/iPhoto
    Parent: WindowServer [62]
    Version: 6.0.6 (6.0.6)
    Build Version: 4
    Project Name: iPhotoProject
    Source Version: 3220000
    PID: 320
    Thread: 3
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000006
    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 0x932bbb20 RunCurrentEventLoopInMode + 264
    5 com.apple.HIToolbox 0x932bb1b4 ReceiveNextEventCommon + 380
    6 com.apple.HIToolbox 0x932bb020 BlockUntilNextEventMatchingListInMode + 96
    7 com.apple.AppKit 0x937a0734 _DPSNextEvent + 384
    8 com.apple.AppKit 0x937a03f8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    9 com.apple.AppKit 0x9379c93c -[NSApplication run] + 472
    10 com.apple.AppKit 0x9388d458 NSApplicationMain + 452
    11 com.apple.iPhoto 0x0000b05c 0x1000 + 41052
    12 com.apple.iPhoto 0x0000af04 0x1000 + 40708
    Thread 1:
    0 libSystem.B.dylib 0x9002bfc8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030aac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bfc644 -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x9383d358 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92bf54d8 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90019d2c getdirentries + 12
    1 com.apple.CoreFoundation 0x907c9074 _CFBundleCopyDirectoryContentsAtPath + 896
    2 com.apple.CoreFoundation 0x907c89ac _CFBundleURLLooksLikeBundleVersion + 60
    3 com.apple.CoreFoundation 0x907c71f8 _CFBundleCreate + 196
    4 com.apple.Foundation 0x92bd6bec -[NSBundle _cfBundle] + 88
    5 com.apple.Foundation 0x92be6654 -[NSBundle pathForResource:ofType:] + 44
    6 com.apple.iPhoto 0x0025827c 0x1000 + 2454140
    7 com.apple.iPhoto 0x00257430 0x1000 + 2450480
    8 com.apple.iPhoto 0x00176cf0 0x1000 + 1531120
    9 com.apple.iPhoto 0x0017702c 0x1000 + 1531948
    10 com.apple.Foundation 0x92bf54d8 forkThreadForFunction + 108
    11 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3 Crashed:
    0 com.apple.CoreFoundation 0x907c13a4 CFRetain + 60
    1 com.apple.MediaBrowser 0x3e6622cc -[MediaGrabberiTunes _loadMusicThreaded] + 636
    2 com.apple.Foundation 0x92bf54d8 forkThreadForFunction + 108
    3 libSystem.B.dylib 0x9002b908 pthreadbody + 96
    Thread 3 crashed with PPC Thread State 64:
    srr0: 0x00000000907c13a4 srr1: 0x000000000200f030 vrsave: 0x0000000000000000
    cr: 0x82004442 xer: 0x0000000000000007 lr: 0x00000000907c1370 ctr: 0x00000000907c1368
    r0: 0x000000003e6622cc r1: 0x00000000f0203d00 r2: 0x00000000a07c1370 r3: 0x0000000000000000
    r4: 0x000000003e6922fc r5: 0x0000000001800000 r6: 0x00000000ffffffff r7: 0x0000000000000006
    r8: 0x0000000000000001 r9: 0x00000000a0001fa4 r10: 0x0000000000000003 r11: 0x0000000042004448
    r12: 0x0000000000000000 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000
    r16: 0x000000003e692050 r17: 0x0000000000000000 r18: 0x0000000001107d30 r19: 0x000000003e692050
    r20: 0x0000000000000000 r21: 0x0000000000000000 r22: 0x0000000001107df0 r23: 0x000000000899d610
    r24: 0x000000003e692050 r25: 0x0000000000000001 r26: 0x000000003e692050 r27: 0x0000000000000000
    r28: 0x000000000a3d9a80 r29: 0x0000000000000000 r30: 0x0000000005656fc0 r31: 0x00000000907c1370
    Binary Images Description:
    0x1000 - 0x467fff com.apple.iPhoto 6.0.6 /Applications/Apple - iLife/iPhoto.app/Contents/MacOS/iPhoto
    0x1038000 - 0x1039fff com.ecamm.pluginloader Ecamm Plugin Loader v1.0.5 (1.0.5) /Library/InputManagers/Ecamm/Ecamm Plugin Loader.bundle/Contents/MacOS/Ecamm Plugin Loader
    0x52b3000 - 0x52bdfff com.apple.BookService 6.0 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Contents/M acOS/BookService
    0x52c4000 - 0x52cdfff com.apple.CalendarsService 6.0 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetService/Conte nts/MacOS/CalendarsService
    0x52d4000 - 0x52ddfff com.apple.CardsService 6.0 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/Contents/ MacOS/CardsService
    0x52e4000 - 0x52f7fff com.apple.HomePageService 6.0 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Bundles/HomePageService.NetService/Conten ts/MacOS/HomePageService
    0x5303000 - 0x5308fff com.apple.NetSlidesService 6.0 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Bundles/NetSlidesService.NetService/Conte nts/MacOS/NetSlidesService
    0x530d000 - 0x5317fff com.apple.PrintsService 6.0 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/Contents /MacOS/PrintsService
    0x533f000 - 0x5341fff com.apple.textencoding.unicode 2.0 /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x39d60000 - 0x39dbdfff com.apple.NetServices.NetServices 6.0 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/Versions /A/NetServices
    0x3e5c0000 - 0x3e5c3fff com.apple.NetServices.BDRuleEngine 1.0.2 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework/Version s/A/BDRuleEngine
    0x3e5f0000 - 0x3e5f8fff com.apple.NetServices.BDControl 1.0.5 /Applications/Apple - iLife/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Versions/A /BDControl
    0x3e660000 - 0x3e691fff com.apple.MediaBrowser 2.0.3 (103) /Applications/Apple - iLife/iPhoto.app/Contents/Frameworks/MediaBrowser.framework/Versions/A/MediaBro wser
    0x3e6f0000 - 0x3e773fff com.apple.DotMacKit 21 (3.0.1L) /Applications/Apple - iLife/iPhoto.app/Contents/Frameworks/DotMacKit.framework/Versions/A/DotMacKit
    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.84 (???) /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 - 0x90b5cfff com.apple.framework.IOKit 1.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90b72000 - 0x90b84fff libauto.dylib /usr/lib/libauto.dylib
    0x90b8b000 - 0x90e62fff com.apple.CoreServices.CarbonCore 681.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90ec8000 - 0x90f48fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x90f92000 - 0x90fd4fff com.apple.CFNetwork 4.0 (129.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90fe9000 - 0x91001fff com.apple.WebServices 1.1.2 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91011000 - 0x91092fff com.apple.SearchKit 1.0.8 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x910d8000 - 0x91101fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91112000 - 0x91120fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91123000 - 0x912defff com.apple.security 4.6 (29770) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x913dd000 - 0x913e6fff com.apple.DiskArbitration 2.1.2 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x913ed000 - 0x913f5fff libbsm.dylib /usr/lib/libbsm.dylib
    0x913f9000 - 0x91421fff com.apple.SystemConfiguration 1.8.3 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91434000 - 0x9143ffff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x91444000 - 0x914bffff com.apple.audio.CoreAudio 3.0.5 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x914fc000 - 0x914fcfff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x914fe000 - 0x91536fff com.apple.AE 312.2 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91551000 - 0x91623fff com.apple.ColorSync 4.4.11 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91676000 - 0x91707fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9174e000 - 0x91805fff com.apple.QD 3.10.28 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x91842000 - 0x918a0fff com.apple.HIServices 1.5.3 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x918cf000 - 0x918f0fff com.apple.LangAnalysis 1.6.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91904000 - 0x91929fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x9193c000 - 0x9197efff com.apple.LaunchServices 183.1 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x9199a000 - 0x919aefff com.apple.speech.synthesis.framework 3.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919bc000 - 0x91a02fff com.apple.ImageIO.framework 1.5.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a19000 - 0x91ae0fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b2e000 - 0x91b43fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b48000 - 0x91b66fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b6c000 - 0x91c23fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c72000 - 0x91c76fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c78000 - 0x91ce2fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91ce7000 - 0x91d01fff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91d06000 - 0x91d09fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d0b000 - 0x91df9fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91e18000 - 0x91e56fff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91e5d000 - 0x91e5dfff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91e5f000 - 0x91f44fff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91f4c000 - 0x91f6bfff 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
    0x91fd7000 - 0x92045fff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92050000 - 0x920e5fff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x920ff000 - 0x92687fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x926ba000 - 0x929e5fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92a15000 - 0x92b03fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92b06000 - 0x92b8efff com.apple.DesktopServices 1.3.7 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92bcf000 - 0x92e02fff com.apple.Foundation 6.4.12 (567.42) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92f35000 - 0x92f53fff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f5e000 - 0x92fb8fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fd6000 - 0x92fd6fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fd8000 - 0x92fecfff com.apple.ImageCapture 3.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x93004000 - 0x93014fff com.apple.speech.recognition.framework 3.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93020000 - 0x93035fff com.apple.securityhi 2.0 (203) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93047000 - 0x930cefff com.apple.ink.framework 101.2 (69) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930e2000 - 0x930edfff com.apple.help 1.0.3 (32) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930f7000 - 0x93125fff com.apple.openscripting 1.2.7 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9313f000 - 0x9314efff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x9315a000 - 0x931c0fff com.apple.htmlrendering 1.1.2 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x931f1000 - 0x93240fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x9326e000 - 0x9328bfff com.apple.audio.SoundManager 3.9 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9329d000 - 0x932aafff com.apple.CommonPanels 1.2.2 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x932b3000 - 0x935c1fff com.apple.HIToolbox 1.4.10 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93711000 - 0x9371dfff com.apple.opengl 1.4.7 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93722000 - 0x93742fff com.apple.DirectoryService.Framework 3.3 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93796000 - 0x93796fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93798000 - 0x93dcbfff com.apple.AppKit 6.4.10 (824.48) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94158000 - 0x941cafff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x94203000 - 0x942c8fff com.apple.audio.toolbox.AudioToolbox 1.4.7 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9431b000 - 0x9431bfff com.apple.audio.units.AudioUnit 1.4 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x9431d000 - 0x944ddfff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94527000 - 0x94564fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9456c000 - 0x945bcfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945c5000 - 0x945defff com.apple.CoreVideo 1.4.2 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9478c000 - 0x9479bfff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x947a3000 - 0x947b0fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x947f6000 - 0x9480ffff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94816000 - 0x94b49fff com.apple.QuickTime 7.6.2 (1327) /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94c31000 - 0x94ca2fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x94e18000 - 0x94f48fff com.apple.AddressBook.framework 4.0.6 (490) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fdb000 - 0x94feafff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94ff2000 - 0x9501ffff com.apple.LDAPFramework 1.4.1 (69.0.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x95026000 - 0x95036fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9503a000 - 0x95069fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x95079000 - 0x95096fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x95488000 - 0x95488fff com.apple.DiscRecording 3.1.3 (???) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x9548a000 - 0x9550dfff com.apple.DiscRecordingEngine 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingEngine.framework/Versions/A/DiscRecordingEngine
    0x9553a000 - 0x95580fff com.apple.DiscRecordingContent 3.1.3 /System/Library/Frameworks/DiscRecording.framework/Versions/A/Frameworks/DiscRe cordingContent.framework/Versions/A/DiscRecordingContent
    0x96779000 - 0x9677bfff com.apple.ExceptionHandling 1.2 (???) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x98a0a000 - 0x98a0afff com.apple.AppleAppSupport 1.4 /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x98b39000 - 0x98b5bfff com.apple.DiscRecordingUI 3.1.3 /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x9c849000 - 0x9c869fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9ff40000 - 0x9ffe2fff com.apple.QuickTimeImporters.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    Model: PowerBook6,8, BootROM 4.9.0f0, 1 processors, PowerPC G4 (1.5), 1.5 GHz, 1.25 GB
    Graphics: GeForce FX Go5200, GeForce FX Go5200, AGP, 64 MB
    Memory Module: DIMM0/BUILT-IN, 256 MB, built-in, built-in
    Memory Module: DIMM1/J31, 1 GB, DDR SDRAM, PC2700U-25330
    AirPort: AirPort Extreme, 405.1 (3.90.34.0.p18)
    Modem: Jump, V.92, Version 1.0
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Parallel ATA Device: MATSHITADVD-R UJ-845E
    Parallel ATA Device: WDC WD3200BEVE-00A0HT0, 298.09 GB
    USB Device: Personal Storage 3100, Maxtor Corporation, Up to 480 Mb/sec, 500 mA
    USB Device: Hub, Up to 480 Mb/sec, 500 mA
    USB Device: Keyboard Hub, Apple, Inc., Up to 480 Mb/sec, 500 mA
    USB Device: Apple Keyboard, Apple, Inc, Up to 1.5 Mb/sec, 100 mA
    USB Device: USB RECEIVER, Logitech, Up to 1.5 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA

  • Cant find out serial number associated with email address

    Hello
    I just lost my ipod touch 4g ..
    I want to report it lost or stolen device in apple support profile , but when i enter the serial number it says already registered by another email address.. I tried every email address i remember but cant still find  the right one  !
    Is there any way to find email address associated with serial number ?

    No. Apple says:
    Apple does not have a process to track or flag lost or stolen product

  • Dll created in visual studion with /CLR option won't load by cvi

    i have created a small dll, which holds 1 exported function.
    The dll is created in VisualStudio2008, sp1
    With option /CLR, targetting .NET framework 2.0
    The export is like below:
    extern "C"  int __declspec(dllexport) __stdcall testHelloWorld(void)
      System::Console::WriteLine("Hello world") ;
      System::Console::WriteLine("Hit the any key") ;
      System::Console::ReadKey() ;
      return 0 ;
    The following code should run this dll, from cvi 9.0.1 (375)
    extern int __stdcall testHelloWorld(void) ;
    typedef int (__stdcall * HelloWorldPtr) (void) ;
    void main(void)
    { HMODULE hLib = 0 ;
      HelloWorldPtr doit ;
      SetStdioPort (HOST_SYSTEM_STDIO);
      SetStdioWindowVisibility (1);
      hLib = LoadLibrary("CppTestClr.DLL")  ;
      (FARPROC)doit = GetProcAddress(hLib,"_testHelloWorld@0");
      doit() ;
    //  testHelloWorld();
    When i run the dll with run time linkage (as show above) there is no error, all ok.
    When i try to run the dll with load time linkage (line 'testHelloWordld' linked-in ),
    cvi shows an error 'A non-debuggable thread caused a general protection fault at address...'.
    This message is shown before the main function is reached.
    Visual studio has no problem in running the code from a win32 console application.
    Labview runs the code without problems.
    Why won't cvi load the dll ??
    tnx.

    nickb wrote:
    A solution will be available, but due to the complexity of this issue LabWindows/CVI 2010 will not work for you out of the box - a configuration will have to be made.  I've made a note to come back and update this post when LabWindows/CVI 2010 releases with instructions concerning this configuration.
    NickB
    National Instruments
    I'm an SSP member, so i'll receive the new version automatically.
    Maybe it's a good idea to also create an entry in the release notes of version 2010.
    These are my first attempts in using c++ dll's as a .NET wrapper for cvi.
    But it looks very promising. Comparing to the .NET wrappers in cvi it's much more convenient (native way of working).
    I would like to be able to use this as a generic way of working.

  • How can I change my iCloud email address? I ended up with my wife's iCloud email associated with my AppleID.

    I got a new AppleID for my wife today: [email protected] When I wanted to get her a [email protected] e-mail it didn't let me.
    Somehow my wife's e-mail [email protected] got associated with my AppleID [email protected] and now I don't seem to be able to change it.
    I thought my iCloud e-mail was [email protected] ...but it tells me that this email is associated with another AppleID. But it's not associated with my wife's AppleID, either...?
    I had to change my AppleID email/username from [email protected] to [email protected] some time back. Could this have caused it?
    I live in the UAE and therefore don't manage to get phone support. They sent me an e-mail with a link to re-schedule the call but it does not work. And replying to the e-mail of course also does not work as 'this e-mail is not monitored'.
    My new macbook air is less than 90 days old. We have two macs, 4 ipods, 4 iphones, an appletv, two ipads and an ipad mini in the family. I am very disappointed that Apple does not seem to be willing to make an effort to help me out.
    Has anyone else had a similar issue? Is there a solution other than getting Apple Support to do it? Or is there a way to contact them if you're not in any of the listed countries?

    http://www.apple.com/support/icloud/contact/
    or http://www.apple.com/feedback/icloud.html
    the latter is best if you simply want to pass on your view - you won't get an answer but your comment will be read.

  • HP Protect tool password manager not working with the new version of Mozilla: I got this alert: "Firefox doesn't know how to open this address, because the protocol (dpql) isn't associated with any program." please help

    I have an HP ProBook 4520s. I have been using HP Protect tool's Password manager to store and manage my passords for all Login websites in Firefox 3.6. As a result, I just swiped my fingerprint to log on to any website.
    After I installed the version 4 of Firefox, my all my login details do not work anymore. I have tried to reset them but I repeatedly get this error: "Firefox doesn't know how to open this address, because the protocol (dpql) isn't associated with any program."
    something like this would have been passed onto the address: "dpql://c:\program%20files%20(x86)\hewlett-packard\hp%20protecttools%20security%20manager\bin\dpminionlineids.dll/qlinkload.htm#id=2".
    Although the password manager works with Internet Explorer 9, I need it to work with Firefox 4 as this is my preferred browser.
    Please help. Thank you!

    I guess this means that IE is more user friendly for HP Password Manager finger swipe recall of passwords, a favorite of mine. I still don't see a post from Firefox as to why they haven't produced fix. So I'll switch to IE until things change. I don't see value in downgrading to a Firefox version that's no longer going to be supported.

  • Not able to sign into Blackberry Protect. Backup and Restore function not working. "Your device isn't associated with a Blackberry ID"

    Not able to sign into Blackberry Protect.  Backup and Restore function not working. Message is: "Your device isn't associated with a Blackberry ID."  My Blackberry Messenger and Blackberry World is working fine so I am sure its not an ID issue on the phone.  I can sign into Link, Blackberry.com and Protect.  I see my device in Protect but cannot send messages or view it on a map.  Times out with cannot reach device message.  BB Protect on Device has a swirling circle beside the on/of switch.  Cannot turn off.  
    I have deleted Link and re-installed.
    I have reset phone to default(factory) and signed in. 
    OS level is 10.2.1.3062
    BB Link is 1.2.3.56
    Solved!
    Go to Solution.

    I managed to figure this out myself. I had to delete the device from the Blackberry Protect website.  protect.blackberry.com.  I wiped my device again and signed in with my Blackberry ID.  I dont know if the step of wiping was necessary as I did not try my backup with the current configuration on the device following the delete.  Restore is in progress for me!

Maybe you are looking for

  • Free Space Issue on Shuffle

    I cannot fill my shuffle to its capacity. The "used" bar says I have 128MB of free space left and 363 MB used for 88 songs. I used to be able to put over 110 songs on it, but lately, 128 MB is always kept free and unable to be written to. 1. Checked

  • Mastering Media Quality - Help please!

    Hi, this is a little off topic but we would really value the opinions of other Pro users who master DVD's on Superdrive Mac's with DVDSP. We have increasing problems with DVD-R Masters created over the last couple of years in that when new they dupli

  • PropertyChangeListener for an int value

    What I want is that a few variables update accordingly when one specific int's value changes. I heard PropChListener would provide this feature (well, not specifically for integers, but..), and so I tried it. intVariable.addPropertyChangeListener(thi

  • Wrong content length in response header, ICM

    Hello, When i checked in the SMICM log file i got the error message: [Thr 1085303104] *** ERROR => HttpClntHdlResponse: client: premature EOS (28980/59150) - wrong content length in response header Kindly let me know what may be the cause of this err

  • "dynamic" get_block_property

    Hi everybody, I have a problem with a "dynamic" get_block_property. The code is like that: Declare v_property varchar2(100) := 'INSERT_ALLOWED'; V_block varchar2(100) := 'BLOCK'; v_dummy varchar2(100); Begin v_dummy := get_block_property(v_block, v_p