CVI crashes when compiling with VISA

LabWindows/CVI does not compile when I try to use VISA:

For a very simple program (only the user interface, no communication instrument multithreading, either), when I include "visa.h", it does not compile and crashes from time to time:

-When I hit 'Compile', it says "a custom callback raised an exception.".

-When I type "Debug Project" (Green Triangle), CVI crashes without explanation.

VISA itself seems to work fine, because I can do a basic with an oscilloscope connected by USB communication using [tools > create a task of e/s Instrument ""] as well as generic VISA Interactive Control.

CVI itself seems to work fine, too, since I can compile & run programs that use direct access to the GPIB without VISA for example.

I am running: Windows 7 (64 bit AMD), LabWindows/CVI 9.1.0. (428), VISA Interactive Control (5.0.3 / 4,0).

Thanks in advance...

HEGHI

Hello

"" try to repair your installation of CVI by choosing Control Panel "Add / Remove Programs ' National Instruments software and opting to repair development system you have

installed.

Select National Instruments software , and then click Change/Remove. This will open a new window with all National Instruments software, that you have installed on your computer.

Tags: NI Software

Similar Questions

  • Printer driver crashes when printing with Office 2013/8 64-bit Windows

    Printer: HP Color LaserJet CM1312nfi

    Printer driver: V5.1 (to date, downloaded from the HP support Web site) or generic V5.6

    OS: Windows 8 Professional 64-bit

    When I try to print an Excel document with Excel 2013 and V5.1 printer driver, the program freezes and must end with the Task Manager. This always occurs with the same document, but not with all the documents. Program also crashes when opening the preview before printing to the same document.

    The same document prints fine with V5.6 generic print driver and with the driver supplied with Windows 8.

    The same document prints fine with the driver version 5.1 on Windows 7 and Office 2010. The combination of Windows 7/Office 2013 has not been tested. Windows 8/Office 2010 combination has also not been tested.

    When I try to print an empty document with the word 2013 and the generic printer V5.6, the program driver crashes and must end with the Task Manager.

    My conclusion is that the HP printer drivers have a problem with Windows 8 or office 2013 or a combination of both.

    The printer driver supplied with Windows 8 and is installed automatically is useful as a temporary workaround, but it lacks some options, e.g. manual duplex.

    Upon request, I am ready to send the Excel document by e-mail for verification of the problem.

    For any help or suggestion will be appreciated.

    Thanks in advance,

    ULI

    It worked!  Thank you very much.

    Where others have difficulties to find the offending setting, here's another way to track him down.

    -> control Panel-> devices and printers-> (select printer-> right mouse)-> printer properties-> settings-> tab Installable Options (bottom)-> Printer Status Notification-> change on 'off '.

    Thank you!!

  • Outlook express crashes when connecting with the mail server

    Outlook express 6 crashes when the connection with the mail server, please advise, thank you!

    Try to remove your e-mail account and then close and reopen OE and then add it back again.  Make sure that antivirus sofware interfering not - see www.oehelp.com/OETips.aspx#3

    Steve

  • Computer crashes when exporting with Adobe Media Encoder

    Hi, whenever I start to export via media Encoder, my computer kind of freezes... I am not able to change or even to use no matter what other applictions when exporting with Adobe media encoder. It didn't happen with the old version CC7. All advice please? Very frustrating.

    Hi Henen,

    Hi, whenever I start to export via media Encoder, my computer kind of freezes... I am not able to change or even to use no matter what other applictions when exporting with Adobe media encoder. It didn't happen with the old version CC7. All advice please? Very frustrating.

    Press SHIFT when you start the program. If this does not work, please contact support at this link: http://bit.ly/PPro-support

    Thank you

    Kevin

  • LNK2019 error occurred when compiling with CS6 on Win

    When I try to use GetMousePosition() in my code, I myself bellowing link error when compiling in VS2010.

    Is there any library I can include to solve?

    error LNK2019: symbol external __imp__GetCursorPos@4 referenced in function "struct tagPOINT __cdecl GetMousePosition (void)" pending (?) GetMousePosition@@YA? AUtagPOINT@@XZ)

    Thank you

    Ford

    The problem is solved using

    Utils()-> GetGlobalMouseLocation();

    Instead of

    GetMousePosition();

    Thank you very much

    Ford

  • The code works in debug mode but crashes when compiling in release mode

    I am facing the following problem. I have code that works well when it is run in debug mode. However, when I compile it in release mode and run the executable file, code freezes and does not work. The code acquires images from a camera of Hamamatsu. In debug mode, I'm able to acquire images permanently. However, in the release version, the code crashes after the acquisition of the first image.

    I use version 7 of LabWindows/CVI.

    I would be very happy if I can get any help/suggestions for this problem?

    Thank you!

    Kind regards

    Kaddour

    Neji:

    If you search this forum for "version crash debug" or "release version crash" or other similar expressions, you will find that it is a fairly common question.  Look through the other posts that you find here to see if something applies to you.

    The debug version does a few things like padding variable, then you can sometimes invaded your space variable declared without crushing the next variable.  In the statement, the variables are packed, so if you invaded one, you replace another.  Just a possible difference.

    You can do some things in your exit code to see where things get lost, as (temporarily using printf after several instructions at beginning and end of your loop to try to identify this failure of line of code.)

    Look through other threads for other ideas.

  • Open FPGA references change to no. target when compiled with executable in time real start

    Hello again you useful forum fans!  I have a problem that I hope someone can give me a hand with.

    I have a project that has a Windows component and a component of the target in real time, that are running on a hypervisor type NI PXI-8110 system.  Communication both sides between them using shared variables.

    On the real-time side, I have four FPGA targets who are reading and writing various analog and discrete inputs and outputs.  I several periods loops which opens a reference to one of the FPGA targets during the first call, then pass this reference in several subVIs that read and write to panels prior to the FPGA.  The loops the FPGA reference thus made available and reuse it in the next iteration through the shift registers.  Each FPGA target has only a single reference open to him.  One of the loops is using the FPGA reference directly and does not pass it in any subVIs.

    It all works very well in the development environment, I can read and control inputs and outputs FPGAS via the front panel of the application of the side Windows.  It also works very well if I start the game real time in the development environment, and run the code of windows as a stand-alone executable file.

    However, when I compile the code in real-time in an executable startup and deploy it to the target, it does not work.  I enabled debugging on the executable, and when I connect to it via the operation-> debug executable in the menu, I see an arrow broken at execution.  Further investigation shows that each of the four open screw reference FPGA is now empty, the text under them is "no target" and the thread for reference on their part to my first Subvi is broken.  I need your help to understand how to operate as it does in the development environment.

    I followed the instructions of these two knowledge base articles to compile and download the bitfiles FPGA on the FPGA target and execute on start or restart:

    http://digital.NI.com/public.nsf/allkb/39795847AC67296D862575FB0046944F

    http://digital.NI.com/public.nsf/allkb/BC513C2A0DC29C89862574BF0002B0B9?OpenDocument

    Open FPGA reference screw are configured for the FPGA to build specifications that I created for each target in the LabVIEW FPGA project.

    I called technical support, NO phone, and yet were able to determine this one out, so additional "brownie" points if you do!  I would offer you the same no detailed screenshot that I have (I can't give more detailed code out because its owner, unfortunately), but apparently the forum doesn't like my image file, as I can't seem to load.

    Please let me know if you have any ideas regarding what is happening!  I appreciate it.

    Jon,

    I'm always up for the challenge.  Have you tryied recompile the FPGA VI that accesses the RT VI?  I also suggest to try and open the bitfile instead of the FPGA VI.  You run in dynamic mode (this is not a suggestion, it's just a question)? There is no difference if you try to open the FPGA VI reference outside the while loop, then past the reference to use inside the while loop without shift registers, then close the reference to the FPGA VI outside the while loop?

    Let me know if these suggestions makes no difference.

  • Utility GUI localization CVI crashes when loading of the uir

    I am trying to add multiple languages to my project, using the location of the CVI GUI utility in LabWindows 2010.

    However when I try to load my file IUR in the utility, it crashes (as killed at Windows). The IUR was initially created using LabWindows 6 or earlier, however, it was brought and working in LabWindows 2010 for more than a year.

    Each time, it crashes and I can't continue my work. Is there anything I can try to make it work?

    Thank you

    Chris

    Hi Chris,

    Take a look at the .uir that has been published, it seems that the error is the result of the check. If you remove the two elements that are in the tree control (so that nothing is in the tree control), save and then try to load the .uir in the UI localizer, it seems that the .uir can be recharged on the Locator of UI without error. Alternatively, if you let the elements but change control of chain type (char *) int, it seems to load without causing an error as well. I'll check to see if there is a known issue, but I hope that one of the two workarounds can be used for your application.

  • error when compiling with jre 5.0 auditor

    Hello

    I have an application that has been developed with the JDK 6.0. It works fine on the Simulator as well as on the device.

    I need to make it compatible 5.0.

    I went to the jre 5.0 (installed with the plug-in in eclipse) and corrected all the errors of compilation (a few)

    Now I get and error when trying to package the application:

    Cannot open the C:\Users\MyUserName\eclipse_workspaces\Blacberry\AppName\bin/com.company.mobile.appname.AppNameL.crb/ dir

    Error! : error: auditor failed: C:\Eclipse\plugins\net.rim.ejde.componentpack5.0.0_5.0.0.25\components\bin\preverify.exe d C:\Users\...

    Any tips?

    Thank you

    Alex

    Thank you guys for all the kinks.

    I managed to solve the problem by replacing the preverify.exe of 5.0 to 6.0.

    Might want to check this thread as well:

    http://supportforums.BlackBerry.com/T5/Java-development/problem-with-resource/TD-p/332908

  • Cannot access the file when compiling with MINGW c ++

    OK, so I'm a developer and had to use MINGW before on linux.  Whenever I am compile my programs in c ++ and try to run them it says 'access denied' at the command prompt.  My permission are set up right COMPLETELY.  I have full access to the file.  When I click on the EXE, I created it said that I could not access permissions. I checked again and again my permissions.  Impossible to find something wrong with them.  I am set up as administrator and logged as administrator and have full access to the file.  The only thing I can think is that I have Visual Studio installed on my computer and it is perhaps in conflict with MINGW.  If you guys can help me would be great.  Thank you

    -Seth

    Hello

    I suggest you to ask your question in the MSDN forum: http://social.msdn.microsoft.com/Forums/en-US/categories

    Thank you.

  • Flash Pro CC 2014 Crashes When Publishing with Air

    While trying to publish my application with Flash Pro CC 2014, the program crashes. I use the current beta version of AIR 15 (previous version had the same results) on a Mac (OSX Yosemite 10.10 beta 5, not the public beta). When I publish just a SWF there no problem. If I publish it on Android, iOS, or Desktop, then Flash crashes. When comes the scene of accident Adobe I submit reports to Adobe. In the end, I get a message telling me that Adobe has found a solution to the recent crash and 'click here' for more details.  When I do it just go to the Adobe homepage without help. Y at - it solution or workaround? I used one of my other machines that has the Mavericks on it for publication at this time.  I would like to work on a machine and does not transfer does not back-and-forth. Any help will be great!

    Hello

    This problem has been fixed internally and will be available in the next update of Flashpromanager.new CC 2014.

    Rgds,

    Mukesh

  • InDesign crashes when opening with users with limited privileges

    InDesign opens and when loading of the page where you choose to start a project, it crashes.

    I unloaded the plugins, but nothing changes. This happens with the end users of computers.

    As an administrator I can run perfectly.

    I need to solve this problem because I have 250 students waiting to use this software

    No, PC

    Signature of the problem:

    Problem event name: APPCRASH

    Application name: InDesign.exe

    Application version: 8.0.0.370

    Application timestamp: 4f72c3ee

    Fault Module name: MSVCR100.dll

    Fault Module Version: 10.0.40219.325

    Timestamp of Module error: 4df2be1e

    Exception code: 40000015

    Exception offset: 0008d6fd

    OS version: 6.1.7601.2.1.0.256.48

    Locale ID: 2058

    Additional information 1: 7f56

    More information 2: 7f56d5316922f11d9c19960fa530c768

    Information additional 3:1720

    Additional information 4: 1720f133ce639c9412106776314a8c8e

  • Google chrome has started to crash when opened with windows 7

    My google chrome suddenly began to crash whenever I try to open it.

    Never had this problem earlier and can not connect to anything unusual, I did with my windows 7.
    I reinstalled Chrome but no result.

    There are several items in the following Google Chrome Support not associated with Chrome open or crashing after opening: http://support.google.com/chrome/bin/static.py?hl=en&topic=14684&page=table.cs&tab=21605

  • Muse crashes when working with text

    While working with Muse, I'll type some text in a box using the Typekit Lato. When I click outside of the text frame, I get this error and then closes Muse:

    Screen Shot 2015-02-26 at 14.57.08.png

    Any suggestions or is this something that should be fixed with the next update?

    An update was released today, please try to update of Muse and then check if you still face the same problem.

    Thank you

    Sanjit

  • InDesign crashes when clicking with the right button on the graph

    I have a problem that whenever I try to right click on any graph in any document, even a brand new document, I don't get the context menu, but a rotation beach ball. I use InDesign 7.04 OS X 10.6.7. I tried to screw up my preferences and get rid of the SING file according to the instructions from Adobe, and I still don't have the same problem. Also, I installed CS5 from scratch, nothing helps.

    I'm sorry for this long post, as I will include the process of the Activity monitor sample, just in case it makes sense for an individual here. If anyone has any suggestions, I would really appreciate the help!

    Thank you!

    Photios

    ----------------------------------

    Sampling of the 2012 process for 3 seconds with 1 millisecond of execution time between samples

    Sampling conducted, symbols of treatment...

    Analysis of Adobe InDesign CS5 (pid 2012) sampling every 1 millisecond

    Graph of calls:

    2150 Thread_46582 DispatchQueue_1: com.apple.main - thread (series)

    departure of 2150

    2150 main

    2150 GetPlugIn

    2150 0x1d102fef

    2150 SendEventToEventTarget

    2150 SendEventToEventTargetInternal (OpaqueEventRef *, OpaqueEventTargetRef *, HandlerCallRec *)

    2150 DispatchEventToHandlers (EventTargetRec *, OpaqueEventRef *, HandlerCallRec *)

    2150 ToolboxEventDispatcherHandler (OpaqueEventHandlerCallRef *, OpaqueEventRef *, void *)

    2150 SendEventToEventTarget

    2150 SendEventToEventTargetInternal (OpaqueEventRef *, OpaqueEventTargetRef *, HandlerCallRec *)

    2150 DispatchEventToHandlers (EventTargetRec *, OpaqueEventRef *, HandlerCallRec *)

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    CEventDispatcher::DispatchEvent 2150 (arisen *, IEvent::SystemHandledState)

    2150 CEventDispatcher::DispatchToEventHandlers(IEvent*)

    2150 CDefaultEH::RButtonDn(IEvent*)

    2150 MWindowEH::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 PanelEventHandler::RButtonDn(IEvent*)

    2150 0x1db31268

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 0x2b7824e4

    2150 0x2b783098

    2150 GetPlugIn

    2150 0x22460b6c

    2150 GetPlugIn

    2150 GetPlugIn

    2150 FileUtils::PosixPathToSysFile(std::string const&)

    2150 adobe::afl:CoreFileUtils:UTF8ToAFile(std::basic_string<char,_std::char_traits<char>,_adobe::afl::AFLAllocator<char>_>_const&,_adobe::afl::AFile&)

    2150 adobe::afl:AString:UTF8ToAString(std::basic_string<char,_std::char_traits<char>,_adobe::afl::AFLAllocator<char>_>_const&,_adobe::afl::AString&)

    1118 adobe::afl:AString:UTF8ToAString(std::basic_string<char,_std::char_traits<char>,_adobe::afl::AFLAllocator<char>_>_const&,_adobe::afl::AString&)

    1032 std::basic_string < char, std::char_traits < char >, < char > adobe::afl:AFLAllocator >: at(unsigned long) const

    2150 Thread_46592 DispatchQueue_2: com.apple.libdispatch - manager (series)

    2150 start_wqthread

    2150 _pthread_wqthread

    2150 _dispatch_worker_thread2

    2150 _dispatch_queue_invoke

    2150 _dispatch_mgr_invoke

    2150 kevent

    2150 Thread_46593

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 MemUtils::GetAvailMem()

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 pthread_cond_timedwait_relative_np

    2150 _pthread_cond_wait

    2150 semaphore_timedwait_signal_trap

    2150 Thread_46597

    2150 thread_start

    2150 _pthread_start

    2150 TS_exception_listener_thread

    2150 mach_msg

    2150 mach_msg_trap

    2150 Thread_46598

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46599

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46600

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46601

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46602

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46603

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46604

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x5a0ed

    2150 0x5a6f1

    2150 MPWaitOnQueue

    2150 TSWaitOnConditionTimedRelative

    2150 TSWaitOnCondition

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46609

    2150 thread_start

    2150 _pthread_start

    2150 C_AMTUISwitchSuppressUpdates

    2150 C_EULA_SetState

    2150 C_AMTUISwitchSuppressUpdates

    pthread_cond_wait 2150

    2150 _pthread_cond_wait

    2150 semaphore_wait_signal_trap

    2150 Thread_46619

    2150 thread_start

    2150 _pthread_start

    2150 ThreadUtils::ThreadPool:ThreadProc(void*)

    2150 ThreadUtils::ThreadPool::Dispatcher()

    pthread_cond_wait 2150

    2150 _pthread_cond_wait

    2150 semaphore_wait_signal_trap

    2150 Thread_46620

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46621

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46625

    2150 thread_start

    2150 _pthread_start

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    nanosleep 2149 $UNIX2003

    2149 __semwait_signal

    1 GetPlugIn

    1 GetPlugIn

    1 GetPlugIn

    1 CFRunLoopAddSource

    1 mach_port_insert_member

    1 mach_msg

    1 mach_msg_trap

    2150 Thread_46627

    2150 thread_start

    2150 _pthread_start

    2150 Invoke

    2150 Invoke

    2150 login

    2150 login

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    2150 Invoke

    recv 2150 $UNIX2003

    Recvfrom 2150 $UNIX2003

    2150 Thread_46642

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46643

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46644

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46645

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46646

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46647

    2150 thread_start

    2150 _pthread_start

    2150 thread_proxy

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    2150 GetPlugIn

    pthread_cond_wait 2150 $UNIX2003

    2150 _pthread_cond_wait

    2150 __semwait_signal

    2150 Thread_46654

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46655

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46656

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46657

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46658

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46659

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    2150 Thread_46660

    2150 thread_start

    2150 _pthread_start

    2150 PrivateMPEntryPoint

    2150 0x361be0f0

    2150 MPWaitOnSemaphore

    2150 semaphore_timedwait_trap

    Total number of stack (recursive counted several, when > = 5):

    51 GetPlugIn

    28 _pthread_start

    28 thread_start

    18 _pthread_cond_wait

    16 __semwait_signal

    Invoke 15

    15 PrivateMPEntryPoint

    pthread_cond_wait 15 $UNIX2003

    8 MPWaitOnQueue

    8 TSWaitOnConditionTimedRelative

    8 thread_proxy

    7 0x361be0f0

    7 0x5a0ed

    7 0x5a6f1

    7 MPWaitOnSemaphore

    7 TSWaitOnCondition

    7 semaphore_timedwait_trap

    Sort by the top of the stack, even collapsed (if > = 5):

    __semwait_signal 34399

    semaphore_timedwait_trap 15050

    semaphore_wait_signal_trap 4300

    mach_msg_trap 2151

    kevent 2150

    Recvfrom$ UNIX2003 2150

    semaphore_timedwait_signal_trap 2150

    Adobe::AFL:Astring:UTF8ToAString(std::basic_string<char,_std::char_traits<char>,_Adobe::AFL::AFLAllocator<char>_>_const&,_Adobe::AFL::Astring&) 1118

    std::basic_string < char, std::char_traits < char >, < char > adobe::afl:AFLAllocator >: to 1032 (unsigned long) const

    Analysis of the sample of the 2012 process writes to the file/dev/stdout

    You have this problem on the points which are not jpg files? If you have illustrator try to make a file WITH pdf compatibility. If in the place which does not cause InDesign to hang it is a good start. If it gives you problems try to find a WMF file and place. If the WMF file gives you should right click you have something goofed in pretty bad.

    My guess is that you have an application that can open jpg that is is bad or old character and seeks to be referenced.

    When you right-click a jpg in the finder in the open with > dialogue takes a while to load? How many options do you see here? If this menu does not load at all you can TRY RC Default Apps (free) Rubicode - RCDefaultApp and see what everyone can open jpg files.

    I would like to ask about 26 cents that you have an application that attempts to be a potential application for opening jpg causing your problem. Reduce the number of possible applications and you may be able to eliminate the problem. Perhaps is a good idea to make a new user account and see if this problem persists.

    Since you're on 10.6.7 what you can do is make the new user, copy the entire folder InDesign CS 5 on demand new Office if you have any question on the newly created user. The log back into your main administrator account and open your Applications folder, press get info, under sharing & permissions unlock it and slams the + symbol, select the newly created user and choose 'No access' under the privilege. From there, you should have no chance of poorly created applications having a file association, and you shouldn't have this problem in InDesign.

Maybe you are looking for

  • Aurora keeps update for no reason

    Or any other day or even every time I manually check an update on Aurora he thinks that there is an update. And then when I restart Aurora it turns that it updated to the exact same version of Aurora. Why would he do that? Or how to fix this problem?

  • WINDOWS 7 UPDATE OCTOBER 12, 2010

    I installed 32 MB update this morning and went through the process of installation without any apparent problem, my pc offline after the update and then rebooted and continued with the installation. Once completed, the pc asked me to restart, I did.

  • Intel® 82865 G Graphics Controller. problem

    Whenever I want to open anything with graphics, a window opens with 'unzip '. When I do that, through requests to unpack in a folder. Then it wants to install the above, and when I do that it says I already have a newer version of 82865G. So I try to

  • Want 'Real' Sleep Mode to blackBerry Smartphones back!

    I read about 30 posts on this topic and person not seems to answer that question on the recently revised change change "standby key button / mute.  I don't no case my 9700, so a TRUE sleep button is very useful.  Some positions indicate that the lock

  • HP printer - Officejet 6700 is not found

    Just bought ASUSG75VW and I am trying to connect wireless to my network. Impossible to find on the list of printers, even the windows printer HP officejet 6700 afr update. I'm no expert, but I coonected other devicdes to the printer, including my off