GetImagePixelPointer in IMAQ Vision hangs while trying to get a pixel pointer.

I have written several dll functions to do specific image processing. I have been successfully calling these dlls for some time. In rewriting my code to parallelize some activity, a single instance has come up where GetImagePixelPointer starts to execute but never returns. The instance appears to be related to a single image. I have looked backwards in my code and I am pretty sure that I unmap the pixel pointer from the previous time it gets used.
Does anyone have any advice? What would cause GetImagePixelPointer to hang in the Map mode?

Hey Matt,
You mentioned things were working fine until you parallelized the code (you made multiple threads I assume). You also mentioned when you tried reproducing the problem, it worked fine. It sounded like if you took out the call to GetPixelValue in your original code that didn't work, it worked (is this correct). One of the problems I could see that having multiple threads might cause is if you create the image in a different thread than where you try and get the pixel pointer. The different threads have their own place on the heap and one thread's memory allocations may not be available to other threads.
If you're still having problems, see if you can make a small snippet to reproduce (you will probably have to use multiple threads to reproduce this problem)
Hope
this helps,
Brad Buchanan
National Instruments

Similar Messages

  • Application hangs while trying to create a socket

    Hello,
    We have a third party application that makes HTTP connections using a old version of HTTPClient. Recently we have run into problems where the application hangs as one thread seems to hang while trying to create a socket (thread dumps show the hang occurs in native code) and other threads end up waiting for this thread as they need to obtain a lock on HTTPClient.HTTPConnection. We found out that HTTPClient was not setting a timeout on the underlying socket (SO_TIMEOUT) and the relevant patch has been implemented in the hope that if the condition arises again the offending thread will be timed out and allow other threads to try and continue.
    We will not be able to see if the patch works until Monday and I would like to understand the problem a little better if it fails. My question at what point will the socket timeout starting ticking? As our offending thread is waiting in native code is there a chance that the timeout will not be "active".
    Also can anyone provide reasons for an application hanging while trying to create a socket and any suggestions for monitoring or mitigating this problem?
    Thanks a lot.
    Sun Solaris 5.8
    JDK 1.4.1 b02

    It looks like our version of the JDK offer a connect method with a timeout value, I think this will do the trick.

  • Connect Mobile for RIM Blackberry Playbook hangs while trying to connect to server

    We have Adobe Connect 8 (Multilanguage - Portuguese) installed on a server. Connect Mobile for RIM Blackberry Playbook hangs while trying to connect to the server. Hayward Drummond has posted a notice about Adobe Connect 8.1.2 that seems to solve this problem, known as BUG 2886745. I sucessfuly downloaded this update but I´m not sure if it is compatible with Adobe Connect 8 Multilanguage - Portuguese.  Does anyone know something about it? I also need to first install version 8.1.1 in order to upgrade to 8.1.2, as remarked by Hayward. Does anyone know where can I download version 8.1.1 (Multlanguage - Portuguese)?

    try to install Firefox 8 on top of Firefox 7, or
    Profile is a folder which store all your personal data in a safe place
    * https://support.mozilla.com/en-US/kb/Profiles
    here explain how to backup profile
    * https://support.mozilla.com/en-US/kb/Backing%20up%20your%20information
    here explain how to restore it
    * https://support.mozilla.com/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile

  • Game room doesn't work, as it tries to save nickname and hangs while trying to save nickname info

    Game room doesn't work, as it tries to save nickname and hangs while trying to save nickname info

    From my understanding, trying to save apple server specific attributes on Active Directory users in the WGM will not work unless the AD schema has been extended to include these attributes.
    What you can do in leopard server is to export the list of AD users in WGM and then import them into open directory in WGM.
    From my testing the open directory will automatically authenticate with AD for those imported users. You can save Apple server attributes on those imported users.
    Message was edited by: Kwong Kian Tew

  • Getting socket error while trying to get oracle connection using JDBC

    hi,
    I am getting following socket read error while trying to get database connection using JDBC. This happening with jdk1.5.0_12 version with Oracle 9i
    following is the stacktrace...
    Thread t@92: (state = IN_NATIVE)
    - java.net.SocketInputStream.socketRead0(java.io.FileDescriptor, byte[], int, int, int) @bci=0 (Compiled frame; information may be imprecise)
    - java.net.SocketInputStream.read(byte[], int, int) @bci=84, line=129 (Compiled frame)
    - oracle.net.ns.Packet.receive() @bci=31 (Compiled frame)
    - oracle.net.ns.DataPacket.receive() @bci=1 (Interpreted frame)
    - oracle.net.ns.NetInputStream.getNextPacket() @bci=48 (Compiled frame)
    - oracle.jdbc.driver.T4CMAREngine.unmarshalSB1() @bci=1, line=1070 (Compiled frame)
    - oracle.jdbc.driver.T4CStatement.doOall8(boolean, boolean, boolean, boolean) @bci=617, line=207 (Compiled frame)
    - oracle.jdbc.driver.T4CStatement.executeForDescribe() @bci=39, line=790 (Compiled frame)
    - oracle.jdbc.driver.OracleStatement.executeMaybeDescribe() @bci=106, line=1039 (Interpreted frame)
    - oracle.jdbc.driver.T4CStatement.executeMaybeDescribe() @bci=11, line=830 (Interpreted frame)
    - oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout() @bci=128, line=1132 (Interpreted frame)
    - oracle.jdbc.driver.OracleStatement.executeQuery(java.lang.String) @bci=76, line=1272 (Interpreted frame)
    any help would appreciated. thanks in advance

    I do not have exact exception message.
    additionally, i have got following the tomcat log file:
    INFO - Resource pool cleanup thread just woke up.
    Nov 1, 2008 3:41:52 AM org.apache.tomcat.util.threads.ThreadPool logFull
    SEVERE: All threads (100) are currently busy, waiting. Increase maxThreads (100) or check the servlet status
    INFO - Resource pool cleanup thread just woke up.
    thanks in advance

  • Getting Exception while trying to get Connection

    Getting Exception while trying to get Connection from Data Source in ejbCreate() for the First time when ejbCreate() is called.
    Thanks in Advance

    Hello Mallidi,
    And the exception is ?
    Cheers, Tsvetomir

  • Script getting hang while trying to execute update command in python using cx_oracle

    Hi All,
    My script is getting hang while executing below script and it is not throwing any error.
    TEMP_PROD_cur=TEMP_PROD_schema_conn.cursor()
    sql="update APP_DB_CONNECT set DRIVER=:driver,URL=:url where APPNAME=:appname and CONNECT_NAME=:connect_name"
    TEMP_PROD_cur.execute(sql,{'driver':driver_name,'url':jdbc_url,'appname':app_name,'connect_name':connect_name})
    TEMP_PROD_schema_conn.commit()
    I tried several ways to prepare update statement to execute but the script is getting hang in all the ways.
    Please help to resolve this issue.

    There's not enough info provided to be able to tell what's going on.  You can find online ways to troubleshoot Oracle lock issues - if this is what you are experiencing.

  • Explorer has Hanging while Trying to Run Forms 10g

    Hi,
    While Trying to Run Forms 10g on Windows vista (o.s) "Explorer has Hanging " ...
    Operating system : Windows vista
    Forms - 10g
    Plz Any one help...
    Thanks....
    Sa....

    Is it the problem with Vista only or in other versions of windows tooo. If the same problem occours in other IE versions then check if you have installed jinitiator.Most probably it is in case the jinitiator not installed...

  • ITunes 7 hangs while trying to update Library

    I installed 1Tunes 7 onto my Jukebox Mac - contains 16,450+ tracks, 90Gb. iiTunes hangs when trying to update the library. I keep all my actual music files on an external LaCie D2 160Gb drive. Even if I move the drive to a different Mac, and attempt to update the Library there, it also hangs.
    Has anybody got a suggestion?

    Sorry to not be of any direct help, but I'm having the same problem and my situation is almost identical. iTunes 7 in general has been buggy for me and I'm wondering if it has to do with the fact that I have 100GB of music which is located on an external drive (not an uncommon set-up). I've tried the reinstall from the download of 7.02 as well as software update and have tried repairing permissions vs. not. I've also trashed the itunes plist files in my usr library.
    And now I'm just reflecting on how practiaclly everytime I update something from apple I have to spend days trying to figure out how to fix it. I would consider myself a pro user as well which makes me wonder what the millions of novice mac users do to keep their systems running... oh yea, I almost forgot, for $350 for 2 years beyond the year you get for free (175/yr) apple's novice apple 'care' customer service staff will attempt to help you fix their faulty, seemingly untested (in a real world working situation) upgrades (or they'll just deny the fact that the problem exists and make any attempt to blame it on the fact that you probably just forgot to plug your machine in). Makes me wonder if the faulty upgrades and applecare have anything directly in common. Is Steve Jobs republican?
    Sorry, years of dealing with apple products, just had to vent...
    G5 Dual 2 GHz   Mac OS X (10.4.8)  

  • IPhoto hangs while trying to quit

    I just tried to clean up my iPhoto library by running duplicate annihilator and 2400 pictures out of 14,000 or 8 gigs were identified as duplicates. They have been moved to the trash but iPhoto will not quit.
    I have had this issue before whenever I make many changes to iPhoto (merge events etc). It seems that if I am doing a lot of changes it is wise to quit iPhoto every 5 minutes or so so it doesn't hang during the quit.
    At this point, iPhoto has been trying to quit for about 15 minutes, but if I try to force quit it tells me that doing so will not save any changes. This would undo all the work of finding all the duplicates.
    This is getting ridiculous. I have seen countless threads on the slowness of iPhoto but not many work arounds other than a rebuild etc.
    Under my activity monitor iPhoto shows to be using 0.01% of my processor.
    What is the deal!?
    Message was edited by: Cult Hero

    here is what it says when I force quit it, there is more, but I just can't post it all
    Date/Time: 2009-11-28 14:48:17 -0800
    OS Version: 10.6.2 (Build 10C540)
    Architecture: x86_64
    Report Version: 6
    Command: iPhoto
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Version: 8.1.1 (8.1.1)
    Build Version: 4
    Project Name: iPhotoProject
    Source Version: 4190000
    Parent: launchd [80]
    PID: 135
    Event: hang
    Duration: 3.18s (sampling started after 2 seconds)
    Steps: 12 (100ms sampling interval)
    Pageins: 45
    Pageouts: 0
    Process: iPhoto [135]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    UID: 501
    Thread 6d6db7c DispatchQueue 100
    User stack:
    12 ??? (in iPhoto + 8426) [0x30ea]
    12 ??? (in iPhoto + 1190600) [0x123ac8]
    12 NSApplicationMain + 574 (in AppKit) [0x91102535]
    12 -[NSApplication run] + 821 (in AppKit) [0x9110a49f]
    12 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156 (in AppKit) [0x91148306]
    12 _DPSNextEvent + 847 (in AppKit) [0x91148ac5]
    12 BlockUntilNextEventMatchingListInMode + 81 (in HIToolbox) [0x91c1fb48]
    12 ReceiveNextEventCommon + 354 (in HIToolbox) [0x91c1fcc3]
    12 RunCurrentEventLoopInMode + 392 (in HIToolbox) [0x91c1ff0c]
    12 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x96a7b691]
    12 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x96a7b864]
    12 __CFRunLoopRun + 8059 (in CoreFoundation) [0x96a7dedb]
    12 __NSFireTimer + 141 (in Foundation) [0x9819596c]
    12 ??? (in iPhoto + 386161) [0x5f471]
    12 ??? (in iPhoto + 1816632) [0x1bc838]
    12 ??? (in iPhoto + 698411) [0xab82b]
    12 ??? (in iPhoto + 7161636) [0x6d5724]
    12 ??? (in iPhoto + 6993568) [0x6ac6a0]
    12 sqlite3_step + 1639 (in libsqlite3.dylib) [0x97e24857]
    12 sqlite3VdbeExec + 34017 (in libsqlite3.dylib) [0x97e20321]
    12 sqlite3BtreeNext + 826 (in libsqlite3.dylib) [0x97dc2cda]
    12 sqlite3BtreeNext + 650 (in libsqlite3.dylib) [0x97dc2c2a]
    12 getAndInitPage + 128 (in libsqlite3.dylib) [0x97da7f80]
    12 sqlite3PagerAcquire + 1760 (in libsqlite3.dylib) [0x97da7730]
    12 pread$UNIX2003 + 10 (in libSystem.B.dylib) [0x9771a58e]
    Kernel stack:
    12 lounixscall + 280 [0x29deb8]
    12 unix_syscall + 579 [0x4ee5dc]
    12 pread_nocancel + 167 [0x4969a0]
    12 write + 312 [0x49634d]
    12 utf8_encodelen + 3711 [0x2eea08]
    12 VNOP_READ + 157 [0x2f99b9]
    12 com.apple.filesystems.afpfs 9.6 + 52154 [0x520eabba]
    12 com.apple.filesystems.afpfs 9.6 + 47229 [0x520e987d]
    12 com.apple.filesystems.afpfs 9.6 + 76884 [0x520f0c54]
    12 com.apple.filesystems.afpfs 9.6 + 65087 [0x520ede3f]
    12 sock_ioctl + 40 [0x4c4738]
    12 soo_select + 1176 [0x498979]
    12 com.apple.nke.asp_tcp 5.0 + 14478 [0x51fd788e]
    12 com.apple.nke.asp_tcp 5.0 + 11736 [0x51fd6dd8]
    12 msleep + 157 [0x4882d6]
    12 wakeup + 286 [0x487bb3]
    12 lckmtx_sleepdeadline + 104 [0x2211a8]
    12 thread_block + 33 [0x226fb5]
    12 threadblockreason + 331 [0x226f27]
    12 thread_dispatch + 1950 [0x226c88]
    12 machineswitchcontext + 753 [0x2a5a37]
    Thread 6cf23d4 DispatchQueue 1634545000
    User stack:
    12 start_wqthread + 30 (in libSystem.B.dylib) [0x97711336]
    12 pthreadwqthread + 390 (in libSystem.B.dylib) [0x977114f1]
    12 dispatch_workerthread2 + 234 (in libSystem.B.dylib) [0x97711a68]
    12 dispatch_queueinvoke + 163 (in libSystem.B.dylib) [0x97711cc3]
    12 kevent + 10 (in libSystem.B.dylib) [0x977120ea]
    Kernel stack:
    12 kevent + 97 [0x471745]
    Thread 64087a8
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 -[XTRunLoopThread run:] + 421 (in ProXTCore) [0xf598a5]
    12 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 (in Foundation) [0x981a137c]
    12 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x96a7b691]
    12 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x96a7b864]
    12 __CFRunLoopRun + 2079 (in CoreFoundation) [0x96a7c77f]
    12 machmsgtrap + 10 (in libSystem.B.dylib) [0x976eb8da]
    Kernel stack:
    12 ipcmqueue_receivecontinue + 0 [0x210aa3]
    Thread 6cf2000
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x9770a856]
    Kernel stack:
    12 sleep + 52 [0x487f93]
    Thread 6d6d000
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 ??? (in iPhoto + 5307088) [0x510ad0]
    12 ??? (in iPhoto + 5309106) [0x5112b2]
    12 -[NSCondition wait] + 316 (in Foundation) [0x9818faef]
    12 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x9771b158]
    12 _semwaitsignal + 10 (in libSystem.B.dylib) [0x97719806]
    Kernel stack:
    12 semaphorewaitcontinue + 0 [0x22a0a5]
    Thread 6d6d7a8
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 -[XTThread run:] + 387 (in ProXTCore) [0xf58363]
    12 -[XTMsgQueue waitForMessage] + 49 (in ProXTCore) [0xf6a201]
    12 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9815c6d8]
    12 -[NSConditionLock lockWhenCondition:beforeDate:] + 279 (in Foundation) [0x9815c7f5]
    12 -[NSCondition waitUntilDate:] + 453 (in Foundation) [0x981a3a84]
    12 pthreadcond_timedwait_relativenp + 47 (in libSystem.B.dylib) [0x97748028]
    12 semaphoretimedwait_signaltrap + 10 (in libSystem.B.dylib) [0x976eb93a]
    Kernel stack:
    12 semaphorewaitcontinue + 0 [0x22a0a5]
    Thread 6d75000
    User stack:
    12 start_wqthread + 30 (in libSystem.B.dylib) [0x97711336]
    12 _workqkernreturn + 10 (in libSystem.B.dylib) [0x97711182]
    Kernel stack:
    12 workqueuethreadyielded + 562 [0x4cb6ae]
    Thread 6d753d4
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 -[XTThread run:] + 387 (in ProXTCore) [0xf58363]
    12 -[XTMsgQueue waitForMessage] + 49 (in ProXTCore) [0xf6a201]
    12 -[NSConditionLock lockWhenCondition:] + 69 (in Foundation) [0x9815c6d8]
    12 -[NSConditionLock lockWhenCondition:beforeDate:] + 279 (in Foundation) [0x9815c7f5]
    12 -[NSCondition waitUntilDate:] + 453 (in Foundation) [0x981a3a84]
    12 pthreadcond_timedwait_relativenp + 47 (in libSystem.B.dylib) [0x97748028]
    12 semaphoretimedwait_signaltrap + 10 (in libSystem.B.dylib) [0x976eb93a]
    Kernel stack:
    12 semaphorewaitcontinue + 0 [0x22a0a5]
    Thread 7114000
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 ??? (in iPhoto + 5261001) [0x5056c9]
    12 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x9771b158]
    12 _semwaitsignal + 10 (in libSystem.B.dylib) [0x97719806]
    Kernel stack:
    12 semaphorewaitcontinue + 0 [0x22a0a5]
    Thread 71143d4
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329 (in Foundation) [0x981a0430]
    12 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x96a7b691]
    12 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x96a7b864]
    12 __CFRunLoopRun + 2079 (in CoreFoundation) [0x96a7c77f]
    12 machmsgtrap + 10 (in libSystem.B.dylib) [0x976eb8da]
    Kernel stack:
    12 ipcmqueue_receivecontinue + 0 [0x210aa3]
    Thread 7247b7c
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 ***::TCMalloc_PageHeap::scavengerThread() + 614 (in JavaScriptCore) [0x90125276]
    12 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x9771b158]
    12 _semwaitsignal + 10 (in libSystem.B.dylib) [0x97719806]
    Kernel stack:
    12 semaphorewaitcontinue + 0 [0x22a0a5]
    Thread 7403000
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 -[XTRunLoopThread run:] + 421 (in ProXTCore) [0xf598a5]
    12 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 279 (in Foundation) [0x981a137c]
    12 CFRunLoopRunInMode + 97 (in CoreFoundation) [0x96a7b691]
    12 CFRunLoopRunSpecific + 452 (in CoreFoundation) [0x96a7b864]
    12 __CFRunLoopRun + 2079 (in CoreFoundation) [0x96a7c77f]
    12 machmsgtrap + 10 (in libSystem.B.dylib) [0x976eb8da]
    Kernel stack:
    12 ipcmqueue_receivecontinue + 0 [0x210aa3]
    Thread 7592b7c
    User stack:
    12 thread_start + 34 (in libSystem.B.dylib) [0x97718e42]
    12 pthreadstart + 345 (in libSystem.B.dylib) [0x97718fbd]
    12 _NSThread__main_ + 1499 (in Foundation) [0x98167888]
    12 -[NSThread main] + 45 (in Foundation) [0x981678d8]
    12 ??? (in iPhoto + 5307088) [0x510ad0]
    12 ??? (in iPhoto + 5309106) [0x5112b2]
    12 -[NSCondition wait] + 316 (in Foundation) [0x9818faef]
    12 pthreadcondwait$UNIX2003 + 73 (in libSystem.B.dylib) [0x9771b158]
    12 _semwaitsignal + 10 (in libSystem.B.dylib) [0x97719806]
    Kernel stack:
    12 semaphorewaitcontinue + 0 [0x22a0a5]
    Binary Images:
    0x1000 - 0x9f9ffe com.apple.iPhoto 8.1.1 (8.1.1) <13A7B173-F1BC-6A25-54AC-C27E27774B17> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xf51000 - 0xf98ff7 com.apple.proxtcore 1.0.0 (1.0.0) <00010203-0405-0607-0809-0A0B0C0D0E0F> /Applications/iPhoto.app/Contents/MacOS/../Frameworks/ProXTCore.framework/Versi ons/A/ProXTCore
    0x90003000 - 0x901a0fef com.apple.JavaScriptCore 6531.21 (6531.21.9) <FF236E3F-A016-2AEB-3E62-7108E76EF825> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91100000 - 0x919deff7 com.apple.AppKit 6.6.3 (1038.25) <72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91beb000 - 0x91f0efef com.apple.HIToolbox 1.6.2 (???) <E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96a40000 - 0x96bb7fef com.apple.CoreFoundation 6.6.1 (550.13) <AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x976eb000 - 0x9788ffeb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
    0x97d8f000 - 0x97e48fe7 libsqlite3.dylib ??? (???) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x98151000 - 0x983c1ffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process: Activity Monitor [155]
    Path: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    UID: 501
    Thread 6094b7c DispatchQueue 1
    User stack:
    12 ??? (in Activity Monitor + 6996) [0x100001b54]
    12 NSApplicationMain + 364 (in AppKit) [0x7fff84dc1468]
    12 -[NSApplication run] + 395 (in AppKit) [0x7fff84dc8747]
    12 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x7fff84e02b41]
    12 _DPSNextEvent + 708 (in AppKit) [0x7fff84e031f2]
    12 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x7fff835df70c]
    12 ReceiveNextEventCommon + 310 (in HIToolbox) [0x7fff835df853]
    12 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x7fff835dfa4e]
    12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff845cfc2f]
    11 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff845d07a2]
    11 machmsgtrap + 10 (in libSystem.B.dylib) [0x7fff81014e3a]
    1 __CFRunLoopRun + 6488 (in CoreFoundation) [0x7fff845d1a58]
    1 __NSFireTimer + 114 (in Foundation) [0x7fff876b5a39]
    1 ??? (in Activity Monitor + 38377) [0x1000095e9]
    1 ??? (in Activity Monitor + 39148) [0x1000098ec]
    1 ??? (in Activity Monitor + 39892) [0x100009bd4]
    1 ??? (in Activity Monitor + 41655) [0x10000a2b7]
    1 read + 10 (in libSystem.B.dylib) [0x7fff8101f426]
    Kernel stack:
    11 ipcmqueue_receivecontinue + 0 [0x210aa3]
    1 lo64unixscall + 77 [0x29e3fd]
    1 unix_syscall64 + 617 [0x4ee947]
    1 read_nocancel + 158 [0x496add]
    1 write + 312 [0x49634d]
    1 pipeinit + 2207 [0x4982b9]
    1 soreceive + 1134 [0x4b01ab]
    1 sbwait + 150 [0x4b22a7]
    1 msleep + 157 [0x4882d6]
    1 wakeup + 334 [0x487be3]
    1 lckmtxsleep + 87 [0x2217b0]
    1 thread_block + 33 [0x226fb5]
    1 threadblockreason + 331 [0x226f27]
    1 thread_dispatch + 1950 [0x226c88]
    1 machineswitchcontext + 753 [0x2a5a37]
    Thread 72403d4 DispatchQueue 2
    User stack:
    12 start_wqthread + 13 (in libSystem.B.dylib) [0x7fff8102ea55]
    12 pthreadwqthread + 353 (in libSystem.B.dylib) [0x7fff8102ebb8]
    12 dispatch_workerthread2 + 244 (in libSystem.B.dylib) [0x7fff8102f286]
    12 dispatch_queueinvoke + 185 (in libSystem.B.dylib) [0x7fff8102f75c]
    12 kevent + 10 (in libSystem.B.dylib) [0x7fff8102dbba]
    Kernel stack:
    12 kevent + 97 [0x471745]
    Binary Images:
    0x100000000 - 0x10002dff7 com.apple.ActivityMonitor 10.6 (212) <3695EF1D-2370-2826-2219-8B0F81F7F900> /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    0x7fff81014000 - 0x7fff811d2ff7 libSystem.B.dylib ??? (???) <526DD3E5-2A8B-4512-ED97-01B832369959> /usr/lib/libSystem.B.dylib
    0x7fff835b1000 - 0x7fff838affe7 com.apple.HIToolbox 1.6.2 (???) <D463A388-244E-047A-E49A-4DA6C15BD1BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff84585000 - 0x7fff846f8ff7 com.apple.CoreFoundation 6.6.1 (550.13) <1E952BD9-37C6-16BE-B2F0-CD92A6283D37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff84dbf000 - 0x7fff857b3fff com.apple.AppKit 6.6.3 (1038.25) <2F7A5AC8-29E7-9B5F-D3F1-4C7F5821BB80> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8764f000 - 0x7fff878d0fe7 com.apple.Foundation 6.6.1 (751.14) <767349DB-C486-70E8-7970-F13DB4CDAF37> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process: activitymonitord [166]
    Path: /Applications/Utilities/Activity Monitor.app/Contents/MacOS/activitymonitord
    UID: 0
    Process: AirPort Base Station Agent [101]
    Path: /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    UID: 501
    Thread 74ac7a8 DispatchQueue 1
    User stack:
    12 ??? (in AirPort Base Station Agent + 5344) [0x1000014e0]
    12 ??? (in AirPort Base Station Agent + 70666) [0x10001140a]
    12 CFRunLoopRun + 70 (in CoreFoundation) [0x7fff845cf9b6]
    12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x7fff845cfc2f]
    12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x7fff845d07a2]
    12 machmsgtrap + 10 (in libSystem.B.dylib) [0x7fff81014e3a]
    Kernel stack:
    12 ipcmqueue_receivecontinue + 0 [0x210aa3]
    T

  • Jdev hangs while trying to create deployment profile for EJB from ADF BC.

    Hi,
    I created some ADF BC and try to create the deplyment profile as EJB session Beans
    however it is not saving and while trying to deploy it to satandalone OCJ I got some errors
    atht classes EJB are missing.
    Please advise.
    Thanks
    JO

    Hello JO,
    Is the version of your stand alone OC4J compatibile with JDeveloper you are using?
    e.g.: JDev 10.1.3 is certified with OC4J 10.1.3
    Did you install the ADF runtime ?
    e.g.: from the menu, Tools -> ADF runtime installer -> stand alone OC4J
    What is the exact error which is displayed ?
    Stephan

  • Firefox keeps hanging while trying to load facebook

    I have been using firefox on my laptop for over a year now and haven't had a problem until the other day. I have been reading through multipul articles trying to fix my problem but yet nothing has helped. It started the other day when all of a sudden firefox just crashed and closed. When re-launching it it would just freeze. After playing around with it I ended up just uninstaling it and then re-downloading it which seamed to fix the problem then. It worked fine until today. Out of nowhere when I would open firefox it would just freeze. Ive now narrowed it down to just freezing while trying to load my news feed on facebook. I have created a new profile, disabled all un-needed pluggins and addons and tweeked with firefox's settings to try and fix this but nothing has helped. ):
    also just as I was trying to recieve the troubleshooting information it froze aswell.

    Can someone please help? Haha, I'm sure there's a simple explanation to this.

  • Getting Bad request error while trying to get a specific document details from c#.

    Hi,
    While trying to retrieve a specific document details using RESTful WS API from C#, it is throwing "The remote server returned an error: (400) Bad Request" exception.
    the request URL i am using for this is like;  "http://<Server>:6405/biprws/raylight/v1/documents/1111"
    But it is working fine, if i change my request URL to get the dataproviders of the same document like; "http://<Server>:6405/biprws/raylight/v1/documents/1111/dataproviders"
    Please let me know if i am missing any thing in first case, getting the details of a specific document, while sending a request to RESTful SDK.
    Thanks,
    Kalyan

    I think you are using “Content-Type” header or an “Accept” header.
    You should be using “Accept: application/xml” for that request
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center
    Canada
    Follow us on Twitter

  • Error while trying to get F4 help for a field mapped to an info object

    Hi,
    I am getting the following exception while trying to attach a search help to a drop down list box.The field belongs to a table on the BW server which has an explicit search help attached to it.I am getting the following exception:
    An exception occurred. This exception is dealt with in more detail below    
    . The exception, which is assigned to the class 'CX_BSP_SERVICES_SHLP', was neither            
    caught nor passed along using a RAISING clause, in the procedure "_ONCREATE"  "(METHOD)" . Since the caller of the procedure could not have expected this exception to occur, the running program was terminated. The reason for the exception is: The input help is not suitable.                                                  
    As I am new to BW server I am unable to find the solution.Please help me out.
    Regards
    Tejaswini

    Hi Craig,
    I was actually not using the f4 help of the
    IF_BSP_SERVICES class. Now I want to implement this as I have got many fields on my page. But I am getting the above mentioned error while doing this. The Code in OnInitialization() is:
    data: dataref1 type ref to data.
    data:wa_r8t_prog type ZR8T_S_API_PROG_H.
    get reference of wa_r8t_prog-ZR8CPRGTY into dataref1.
    try.
    call method runtime->ddic_utils->get_simple_helpvalues
    exporting
    data_object_ref = dataref1
    changing
    helpvalue_tab = t_vallist.
    catch cx_bsp_services.
    endtry.
    But I have a search help attached to 'ZR8T_S_API_PROG_H-ZR8CPRGTY' field
    My 'ZR8T_S_API_PROG_H' structure definition is as follows:
    .INCLUDE     ZR8T_REBATE_PROG          0     0     Rebate Program
    ZR8CPRGID     /BIC/OIZR8CPRGID     CHAR     32     0     Rebate Program ID
    COMP_CODE     /BI0/OICOMP_CODE     CHAR     4     0     Company Code
    ZR8CPRGTY     /BIC/OIZR8CPRGTY     CHAR     5     0     Program type
    Can I get f4 help from search help exits or do I have to use only value tables?
    Regards
    Tejaswini
    Message was edited by: Tejaswini Das

  • Http 404 Error while trying to get the plug-in

    Hi,
    We have installed the Developer server 6i, and everything was working fine with jinitiator 1.1.7.30.
    Recently we have installed Patchset 3A on the machine on which Developer Server was installed and downloaded jinitiator 1.1.8.3. When we try to run the test form from the client machines, we are prompted to get the plug-in 1.1.8.3, and when we click on the "Get the Plug-in", it gives us an HTTP Error 404: "404 Not Found. The Web server cannot find the file or script you asked for. Please check the URL to ensure that the path is correct.Please contact the server's administrator if this problem persists."
    The URL is http://<server_name>:port/jinitiator/us/jinit_download.htm?application/x-jinit-applet;version=1.1.8.3
    I've checked the virtual mapping of jinitiator, it points to <ORACLE_HOME>/jinit.
    Is there anything else that we need to do to get the latest plug-in?
    Thanks in advance
    LV

    Hi
    I am also facing the same error while trying to bring REFOBJ (IBase) context node fields in Interaction Record.
    Did you get a reply from SAP about this issue? If yes, can you please state the OSS # ?
    Thanks in advance
    Vishal

Maybe you are looking for