Catch Browser closing

Ahh come on, has anyone found a workaround for detecting the browser closing so the session may be ended. This seems like a major in working with web apps.

Hi!
Use HttpSessionListener for session tracking.
It provides two methods sessionCreated() and sessionDestroyed().
When browser closing you get an event to sessionDestroyed method, there is also such event on session timeout.
Regards,
parasolko

Similar Messages

  • How to stop Execution of Queries when the Browser closed in middle?

    Hi,
    I have JSP search page, which takes search parameters from previous page runs queries and display the results. I am using connection pool to connect to AS400 database.
    The problem I am facing is... The query still runs on database server, when the user closes browser before getting the search results.
    I am closing all my statements and returning connection to pool at the end of the JSP page.
    Is there any way to terminate the execution of the queries, when the user closes browser?
    Thanks in advance.

    Allright.
    As you know there is no direct way to catch that event, you will have to do this workaround :
    1. Create a class which implements HttpSessionBindingListener. The valueUnbound method will have flag or code to stop running query.
    2. Instantiate this in your search page, and add it into session.
    3. Add javascript in search JSP to access another(dummy) JSP on unload event(to catch browser closing) something like:
    function unload()
    location.href = "/kill.jsp";
    4. The code in dummy JSP will remove the object from session, and will fire valueUnbound method.
    Let me know if this helps.
    -Mak

  • How to track browser closing event?

    Hi Everyone,
    I ran into a problem, which I thought at first would be a very easy thing to solve. Unfortunately, I spent few hours already reading through the forums posts and could not find the answer. Some say it is impossible to implement. I think there has got to be a solution to this problem.
    I need to track user's login time into the JSP application and record both login and logoff timestamps. I had no problem with the login. Just instantiated my TimeTracker object on the index.jsp page and it writes a new row into the database every time user hits this page. However, things are different with the logoff. User can exit out in three dirrent ways. One is to click the "Exit" button, second is when session expires and the third is when "X" button of the browser is clicked and browser shuts down. I can control first two scenarious. I don't know what to do about the user closing the browser.
    I tried capturing onCLose, onUnload or onBeforeUnload events but all of them are also invoked when window gets instantiated or when user clicks on a different page within the application. I also tried instantiating an applet within my JSP template and invalidate session inside its destroy() method but the problem here is that the applet gets destroyed every time a different page within the application is accessed.
    I am ready to give up and just leave it as it is now, let the session expire on its own and take care of the logoff time.
    Did anybody have similar problem and found the resolution?
    Any help would be greatly appreciated.
    Thanks,
    YM

    The common answer is that there is no good way to track the browser closing. A page can't tell the difference between the browser closing and simply navigating to a different page, so determining when the broswer is actually closed is a tough task. There have been some complex solutions in the past, but none seemed to be guaranteed to work, and as such, are pretty much useless for most applications.

  • Condition to test for the browser closing/refreshing

    I have an applet that rotates pictures in a html file. I have it in an eternal loop to keep it running. It loads fine, but if you refresh or try to close the browser, the browser locks. Without question this happens because the loop does not test for the browser closing or refreshing so the loop never stops. Does anyone have an idea of a Java condition to test for the browser closing/refreshing so I can stop my loop when these events occur.

    The applets stop message should be called on a reload and/or a close. You could set a flag in your stop method that could be checked by a thread that actually sits and loops.
    When the flag is set, kill the tread.
    You should clear that flag in your start method.
    I have an applet that rotates pictures in a html file.
    I have it in an eternal loop to keep it running. It
    loads fine, but if you refresh or try to close the
    browser, the browser locks. Without question this
    happens because the loop does not test for the
    browser closing or refreshing so the loop never
    stops. Does anyone have an idea of a Java condition
    to test for the browser closing/refreshing so I can
    stop my loop when these events occur.

  • Lock not always released if browser closed in edit mode.

    We have had a few instances in the last couple weeks (since deployment of an I.P. application) where a user has either closed the browser while in edit mode, or received some sort of error when saving plan data and the browser closed, where the Lock in RSPLSE/SM12 was not deleted. In the last case, the lock stayed for 6 hours before we were notified to manually delete the lock. The user had closed all windows, even restarted her machine.
    Any insight on how to enforce removal of locks if browser is closed? We are on SAPKW70017 and BI Java Support Package Patch SP015

    Hi Cote,
    this is a frequently discussed topic. Usually the lock should be released, the session should be closed etc at the time closing a window.
    One idea for this one: Does a small popup window appear when you close your browser? If the users have activated the popup blocker this will cause problems because the locks and sessions can not be released. Also it might cause problems using other browsers than IE...
    Good luck.
    Brgds,
    Marcel

  • Detect browser closing

    In my company, we have a requirement to display a message to the user whenever they close the browser while in the EP.
    Is there any config or hacks (javascript, etc) to detect the browser closing to display a message box?
    Thanks.

    Hello,
    We have similar requirement, did you get any solution for this ??
    Please post if so...
    Thanks

  • Safari won't open keeps saying browser closed unexpectedly

    Safari won't open keeps saying browser closed unexpectedly.  I click ok but safari won't open

    HI Sorry to hijack this but I am getting the same problem
    here is my report
    Process:    
    Safari [322]
    Path:       
    /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: 
    com.apple.Safari
    Version:    
    5.1.6 (7534.56.5)
    Build Info: 
    WebBrowser-7534056005000000~6
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [163]
    Date/Time:  
    2012-09-04 13:41:32.737 +0100
    OS Version: 
    Mac OS X 10.7.4 (11E53)
    Report Version:  9
    Interval Since Last Report:     
    27405 sec
    Crashes Since Last Report:      
    27
    Per-App Interval Since Last Report:  13 sec
    Per-App Crashes Since Last Report:   9
    Anonymous UUID:                 
    520D4129-B9C4-416A-9052-73D6404FA1D9
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    objc[322]: garbage collection is OFF
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: (index >= 0) && (index < [_itemArray count])'
    *** First throw call stack:
    0   CoreFoundation                 
    0x00007fff89ad7f56 __exceptionPreprocess + 198
    1   libobjc.A.dylib                
    0x00007fff8ffe6d5e objc_exception_throw + 43
    2   CoreFoundation                 
    0x00007fff89ad7d8a +[NSException raise:format:arguments:] + 106
    3   Foundation                     
    0x00007fff85ce471f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    4   AppKit                         
    0x00007fff885c7cdf -[NSMenu itemAtIndex:] + 165
    5   AppKit                         
    0x00007fff885c7e38 -[NSMenu removeItemAtIndex:] + 63
    6   Safari                         
    0x0000000108470c2e -[AppController awakeFromNib] + 387
    7   CoreFoundation                 
    0x00007fff89acefb1 -[NSObject performSelector:] + 49
    8   CoreFoundation                 
    0x00007fff89acef32 -[NSSet makeObjectsPerformSelector:] + 274
    9   AppKit                         
    0x00007fff885af9ff -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245
    10  AppKit                         
    0x00007fff885a5f73 loadNib + 322
    11  AppKit                         
    0x00007fff885a5470 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
    12  AppKit                         
    0x00007fff885a538b +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
    13  AppKit                         
    0x00007fff885a52ce +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
    14  AppKit                         
    0x00007fff8881606f NSApplicationMain + 398
    15  Safari                         
    0x0000000108673806 SafariMain + 166
    16  Safari                         
    0x0000000108460f24 Safari + 3876
    terminate called throwing an exception
    abort() called
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib   
    0x00007fff873d2ce2 __pthread_kill + 10
    1   libsystem_c.dylib        
    0x00007fff8e2487d2 pthread_kill + 95
    2   libsystem_c.dylib        
    0x00007fff8e239a7a abort + 143
    3   libc++abi.dylib          
    0x00007fff90e077bc abort_message + 214
    4   libc++abi.dylib          
    0x00007fff90e04fcf default_terminate() + 28
    5   libobjc.A.dylib          
    0x00007fff8ffe71b9 _objc_terminate + 94
    6   libc++abi.dylib          
    0x00007fff90e05001 safe_handler_caller(void (*)()) + 11
    7   libc++abi.dylib          
    0x00007fff90e0505c std::terminate() + 16
    8   libc++abi.dylib          
    0x00007fff90e06152 __cxa_throw + 114
    9   libobjc.A.dylib          
    0x00007fff8ffe6e7a objc_exception_throw + 327
    10  com.apple.CoreFoundation 
    0x00007fff89ad7d8a +[NSException raise:format:arguments:] + 106
    11  com.apple.Foundation     
    0x00007fff85ce471f -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
    12  com.apple.AppKit         
    0x00007fff885c7cdf -[NSMenu itemAtIndex:] + 165
    13  com.apple.AppKit         
    0x00007fff885c7e38 -[NSMenu removeItemAtIndex:] + 63
    14  com.apple.Safari.framework
    0x0000000108470c2e -[AppController awakeFromNib] + 387
    15  com.apple.CoreFoundation 
    0x00007fff89acefb1 -[NSObject performSelector:] + 49
    16  com.apple.CoreFoundation 
    0x00007fff89acef32 -[NSSet makeObjectsPerformSelector:] + 274
    17  com.apple.AppKit         
    0x00007fff885af9ff -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1245
    18  com.apple.AppKit         
    0x00007fff885a5f73 loadNib + 322
    19  com.apple.AppKit         
    0x00007fff885a5470 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217
    20  com.apple.AppKit         
    0x00007fff885a538b +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141
    21  com.apple.AppKit         
    0x00007fff885a52ce +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 364
    22  com.apple.AppKit         
    0x00007fff8881606f NSApplicationMain + 398
    23  com.apple.Safari.framework
    0x0000000108673806 SafariMain + 166
    24  com.apple.Safari         
    0x0000000108460f24 0x108460000 + 3876
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff873d37e6 kevent + 10
    1   libdispatch.dylib        
    0x00007fff8826678a _dispatch_mgr_invoke + 923
    2   libdispatch.dylib        
    0x00007fff8826531a _dispatch_mgr_thread + 54
    Thread 2:: Dispatch queue: com.apple.CFURLCACHE_work_queue
    0   libsystem_c.dylib        
    0x00007fff8e21fccf memmove$VARIANT$sse42 + 18
    1   libsqlite3.dylib         
    0x00007fff876ddd83 sqlite3StrAccumAppend + 307
    2   libsqlite3.dylib         
    0x00007fff876dc87a sqlite3VXPrintf + 250
    3   libsqlite3.dylib         
    0x00007fff8776fe0b sqlite3NestedParse + 363
    4   libsqlite3.dylib         
    0x00007fff876f6329 sqlite3EndTable + 1753
    5   libsqlite3.dylib         
    0x00007fff876e8909 yy_reduce + 14905
    6   libsqlite3.dylib         
    0x00007fff876e4a2d sqlite3Parser + 253
    7   libsqlite3.dylib         
    0x00007fff876e36a9 sqlite3RunParser + 329
    8   libsqlite3.dylib         
    0x00007fff876e2fe8 sqlite3Prepare + 1032
    9   libsqlite3.dylib         
    0x00007fff876e2b23 sqlite3LockAndPrepare + 355
    10  libsqlite3.dylib         
    0x00007fff876e1f42 sqlite3_exec + 418
    11  com.apple.CFNetwork      
    0x00007fff8a8bcaee __CFURLCache::CreateTablesAndIndexes(sqlite3*) + 128
    12  com.apple.CFNetwork      
    0x00007fff8a8bcf24 __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen_NoLock() + 184
    13  com.apple.CFNetwork      
    0x00007fff8a8bd3f1 __CFURLCache::RecreateEmptyPersistentStoreOnDiskAndOpen() + 75
    14  com.apple.CFNetwork      
    0x00007fff8a82555b __CFURLCache::OpenDatabase() + 221
    15  com.apple.CFNetwork      
    0x00007fff8a825040 ProcessCacheTasks(__CFURLCache*, bool) + 265
    16  com.apple.CFNetwork      
    0x00007fff8a824a72 _ZL24_CFURLCacheTimerCallbackPv + 662
    17  libdispatch.dylib        
    0x00007fff88264a86 _dispatch_call_block_and_release + 18
    18  libdispatch.dylib        
    0x00007fff882662d6 _dispatch_queue_drain + 264
    19  libdispatch.dylib        
    0x00007fff88266132 _dispatch_queue_invoke + 54
    20  libdispatch.dylib        
    0x00007fff8826592c _dispatch_worker_thread2 + 198
    21  libsystem_c.dylib        
    0x00007fff8e2483da _pthread_wqthread + 316
    22  libsystem_c.dylib        
    0x00007fff8e249b85 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff873d3192 __workq_kernreturn + 10
    1   libsystem_c.dylib        
    0x00007fff8e248594 _pthread_wqthread + 758
    2   libsystem_c.dylib        
    0x00007fff8e249b85 start_wqthread + 13
    Thread 4:: WebCore: IconDatabase
    0   libsystem_kernel.dylib   
    0x00007fff873d2bca __psynch_cvwait + 10
    1   libsystem_c.dylib        
    0x00007fff8e24a274 _pthread_cond_wait + 840
    2   com.apple.WebCore        
    0x00000001095171fc WebCore::IconDatabase::syncThreadMainLoop() + 124
    3   com.apple.WebCore        
    0x0000000109514d50 WebCore::IconDatabase::iconDatabaseSyncThread() + 496
    4   com.apple.JavaScriptCore 
    0x0000000108e5311f _ZN3WTFL19wtfThreadEntryPointEPv + 15
    5   libsystem_c.dylib        
    0x00007fff8e2468bf _pthread_start + 335
    6   libsystem_c.dylib        
    0x00007fff8e249b75 thread_start + 13
    Thread 5:: CoreAnimation render server
    0   libsystem_kernel.dylib   
    0x00007fff873d167a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff873d0d71 mach_msg + 73
    2   com.apple.QuartzCore     
    0x00007fff878fc2d9 CA::Render::Server::server_thread(void*) + 184
    3   com.apple.QuartzCore     
    0x00007fff878fc219 thread_fun + 24
    4   libsystem_c.dylib        
    0x00007fff8e2468bf _pthread_start + 335
    5   libsystem_c.dylib        
    0x00007fff8e249b75 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff6805e418  rdx: 0x0000000000000000
      rdi: 0x000000000000060b  rsi: 0x0000000000000006  rbp: 0x00007fff6805e440  rsp: 0x00007fff6805e418
       r8: 0x00007fff7620ffb8   r9: 0x00007fff6805dea8  r10: 0x00007fff873d2d0a  r11: 0xffffff80002da8d0
      r12: 0x00007fb1c41031d0  r13: 0x0000000000000001  r14: 0x00007fff76212960  r15: 0x00007fff6805e590
      rip: 0x00007fff873d2ce2  rfl: 0x0000000000000246  cr2: 0x000000010c1f7000
    Logical CPU: 0
    Binary Images:
    0x108460000 -   
    0x108460fff  com.apple.Safari (5.1.6 - 7534.56.5) <C1A60C3B-9DA6-3FE7-87BA-6B09016A39A9> /Applications/Safari.app/Contents/MacOS/Safari
    0x108464000 -   
    0x1088feff7  com.apple.Safari.framework (7536 - 7536.25) <C95F0D4E-6984-3D2F-B0BA-5D12A164EAC8> /System/Library/StagedFrameworks/Safari/Safari.framework/Safari
    0x108c20000 -   
    0x108eaffff  com.apple.JavaScriptCore (7536 - 7536.24) <C613502E-BC98-3269-A25C-4BDB2D87590B> /System/Library/StagedFrameworks/Safari/JavaScriptCore.framework/JavaScriptCore
    0x108f5c000 -   
    0x1090deff7  com.apple.WebKit (7536 - 7536.25) <8D171955-A1CA-31AA-B701-B9D4F760B10B> /System/Library/StagedFrameworks/Safari/WebKit.framework/WebKit
    0x1091d2000 -   
    0x1093abfff  com.apple.WebKit2 (7536 - 7536.25) <15991DAF-D0C9-3D65-A96B-AF7428ADCC4E> /System/Library/StagedFrameworks/Safari/WebKit2.framework/WebKit2
    0x109511000 -   
    0x10a4b6ff7  com.apple.WebCore (7536 - 7536.24) <F2C26660-05D7-34A7-9158-9C3D21BEB32F> /System/Library/StagedFrameworks/Safari/WebCore.framework/WebCore
    0x7fff68060000 -
    0x7fff68094baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8501f000 -
    0x7fff850c0ff7  com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff850c1000 -
    0x7fff850ecff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <E71220D3-8015-38EC-B97D-7FDB383C2BDC> /usr/lib/libxslt.1.dylib
    0x7fff850ed000 -
    0x7fff850eeff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff850ef000 -
    0x7fff850effff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8514a000 -
    0x7fff8514ffff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff85150000 -
    0x7fff851e6ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff851e7000 -
    0x7fff851ebfff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff851ec000 -
    0x7fff85219ff7  com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8521a000 -
    0x7fff85444fe7  com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff85445000 -
    0x7fff8544cfff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff8549a000 -
    0x7fff854cffff  com.apple.securityinterface (5.0 - 55022.4) <09EC371E-0B6E-3849-A6C9-F8E9DB17BBCD> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff854d0000 -
    0x7fff85512fff  com.apple.corelocation (330.12 - 330.12) <CFDF7694-382A-30A8-8347-505BA0CAF312> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff85513000 -
    0x7fff85527ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff85528000 -
    0x7fff8552dff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8552e000 -
    0x7fff8553bfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8553c000 -
    0x7fff855a5fff  com.apple.coreui (1.2.2 - 165.10) <F427BF39-3E01-3DC6-A63D-BFC50FE6C72E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff855ac000 -
    0x7fff855b4fff  libsystem_dnssd.dylib (??? - ???) <D9BB1F87-A42B-3CBC-9DC2-FC07FCEF0016> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff855b5000 -
    0x7fff85a7cfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <BDD0E1DE-CF33-3AF8-B33B-4D1574CCC19D> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff85af4000 -
    0x7fff85b79ff7  com.apple.Heimdal (2.2 - 2.0) <FF0BD9A4-6FB0-31E3-ABFB-563FBBEC45FC> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff85bd1000 -
    0x7fff85bf9fff  com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff85c19000 -
    0x7fff85f32fff  com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff85f33000 -
    0x7fff85f3efff  com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff85f3f000 -
    0x7fff85f45fff  libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff85fa1000 -
    0x7fff85fcaff7  com.apple.framework.Apple80211 (7.2.1 - 721.3) <4BA49D6F-373B-3F4E-A2B3-453C2ED66318> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff86012000 -
    0x7fff86017fff  libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff860a9000 -
    0x7fff86101fff  libTIFF.dylib (??? - ???) <A0FF68DE-2935-30E7-B61C-4D9D70E14AD0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff86109000 -
    0x7fff86612ff7  com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff86613000 -
    0x7fff86613fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff86619000 -
    0x7fff86725fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86726000 -
    0x7fff86782ff7  com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff86783000 -
    0x7fff867b6ff7  com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff867bb000 -
    0x7fff867fbff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
    0x7fff86a72000 -
    0x7fff86c74fff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff86c75000 -
    0x7fff86d77fff  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <AFBB22B7-07AE-3F2E-B88C-70BEEBFB8A86> /usr/lib/libxml2.2.dylib
    0x7fff86d78000 -
    0x7fff86d8ffff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff86d90000 -
    0x7fff86d97fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff86d98000 -
    0x7fff86e3afff  com.apple.securityfoundation (5.0 - 55116) <A9311EF6-B7F7-3DA5-84E8-21BC9B2C3C69> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff86e3b000 -
    0x7fff86e64fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff872dc000 -
    0x7fff873bbff7  com.apple.ImageIO.framework (3.1.2 - 3.1.2) <FFA7532B-336A-3F0B-9AB9-2A35B56ED887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff873bc000 -
    0x7fff873dcfff  libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
    0x7fff873dd000 -
    0x7fff873e0fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff873e1000 -
    0x7fff873e1fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff87421000 -
    0x7fff87427fff  IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff87463000 -
    0x7fff874a5ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff87560000 -
    0x7fff8759ffff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff875a0000 -
    0x7fff876d6fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff876d7000 -
    0x7fff877defe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff877df000 -
    0x7fff877f6fff  com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff878fa000 -
    0x7fff87a99ff7  com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87a9a000 -
    0x7fff87b9ffff  libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff87ba0000 -
    0x7fff87bb0ff7  com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff87bb1000 -
    0x7fff87bbeff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff87bbf000 -
    0x7fff87c27ff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff87e97000 -
    0x7fff87fa4fff  libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff87fa5000 -
    0x7fff87fa8ff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff87fa9000 -
    0x7fff88014ff7  com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff88015000 -
    0x7fff88024ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff8802d000 -
    0x7fff8806dfff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff881e2000 -
    0x7fff881e4fff  libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
    0x7fff881e5000 -
    0x7fff88220fff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff88223000 -
    0x7fff88262ff7  libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff88263000 -
    0x7fff88271fff  libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
    0x7fff88595000 -
    0x7fff8919bff7  com.apple.AppKit (6.7.3 - 1138.47) <CAF5783F-F80B-30E7-929F-BBA6D96C5C44> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff89285000 -
    0x7fff896b2fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff89884000 -
    0x7fff89889fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff898d7000 -
    0x7fff898f3ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff898f4000 -
    0x7fff89906ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff89907000 -
    0x7fff89982ff7  com.apple.print.framework.PrintCore (7.1 - 366.3) <C5F39A82-0E77-3AD6-906A-20DD2EE8D374> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff89a33000 -
    0x7fff89a33fff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff89a34000 -
    0x7fff89c08ff7  com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff89c09000 -
    0x7fff89c0cfff  libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8a152000 -
    0x7fff8a176fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8a5b8000 -
    0x7fff8a5cdfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8a6dd000 -
    0x7fff8a753fff  libc++.1.dylib (28.1.0 - compatibility 1.0.0) <DA22E4D6-7F20-3BEA-9B89-2FBA735C2EE1> /usr/lib/libc++.1.dylib
    0x7fff8a76e000 -
    0x7fff8a780ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff8a78a000 -
    0x7fff8a7dcff7  libGLU.dylib (??? - ???) <E2EF0336-3A5F-3532-AEB0-6CCF04851B72> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8a822000 -
    0x7fff8a989fff  com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8a98a000 -
    0x7fff8aaa3fff  com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8aaa4000 -
    0x7fff8ab99fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff8aefa000 -
    0x7fff8af94ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8af95000 -
    0x7fff8b018fef  com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8b019000 -
    0x7fff8b335fff  com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8b578000 -
    0x7fff8b6d1fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8b6d2000 -
    0x7fff8b6d7fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8b6d8000 -
    0x7fff8b6d9fff  libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
    0x7fff8b712000 -
    0x7fff8b720ff7  libkxld.dylib (??? - ???) <C2FC894F-3716-32C3-967E-6AD5E2697045> /usr/lib/system/libkxld.dylib
    0x7fff8b7b5000 -
    0x7fff8b7d4fff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff8b7d5000 -
    0x7fff8c172c9f  com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8c1a3000 -
    0x7fff8c1ecff7  com.apple.framework.CoreWLAN (2.1.2 - 212.2) <5E421E2D-50EA-340E-A5EE-C848DD6FC34F> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8c1ed000 -
    0x7fff8c203ff7  com.apple.ImageCapture (7.0.1 - 7.0.1) <BF4EC1CC-C998-3529-A69F-765774C66A6F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8c204000 -
    0x7fff8c224fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8c225000 -
    0x7fff8c22fff7  liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
    0x7fff8c277000 -
    0x7fff8c2c5fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff8c49d000 -
    0x7fff8c4baff7  com.apple.openscripting (1.3.3 - ???) <BDCCCBA9-F440-30BD-8378-FAB5AF685A5D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8c628000 -
    0x7fff8c63bff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff8c89d000 -
    0x7fff8c8a3fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8c913000 -
    0x7fff8c915fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff8c99a000 -
    0x7fff8ca7efff  com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8ca7f000 -
    0x7fff8ca85ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff8cada000 -
    0x7fff8cba1ff7  com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8cbe9000 -
    0x7fff8d1cdfff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8d1ce000 -
    0x7fff8d1d1fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff8d329000 -
    0x7fff8d34ffff  com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff8d6a4000 -
    0x7fff8d6afff7  com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8d6b0000 -
    0x7fff8d704fff  libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8d7e4000 -
    0x7fff8da57fff  com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff8e1f8000 -
    0x7fff8e2d5fef  libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff8f010000 -
    0x7fff8f33cff7  com.apple.HIToolbox (1.9 - ???) <B7D2A06B-7BE5-3355-BF7D-8139100B9B97> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8f33d000 -
    0x7fff8f36dff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8f36e000 -
    0x7fff8f36efff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8f36f000 -
    0x7fff8f3dffff  com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8fabc000 -
    0x7fff8fabdfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8fb85000 -
    0x7fff8fbc6fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8fc18000 -
    0x7fff8fc19ff7  libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8fc52000 -
    0x7fff8fc52fff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8fc53000 -
    0x7fff8fc77fff  com.apple.RemoteViewServices (1.4 - 44.1) <EA3837DF-A3A3-37FF-AE11-D50048D5F21A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8fc78000 -
    0x7fff8fc7cfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8fc7d000 -
    0x7fff8fc7eff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff8ffa4000 -
    0x7fff8ffcfff7  com.apple.CoreServicesInternal (113.17 - 113.17) <B1DF81C3-9C23-3BAE-9DE8-21EAFEEB97B8> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff8ffd0000 -
    0x7fff900b4e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff90101000 -
    0x7fff90108ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff90109000 -
    0x7fff9018dff7  com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff901d4000 -
    0x7fff90287ff7  com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff90325000 -
    0x7fff90325fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff90326000 -
    0x7fff9037aff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff90416000 -
    0x7fff90417fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff90418000 -
    0x7fff90701ff7  com.apple.security (7.0 - 55148.1) <E9C46204-1336-3D90-BC67-5162FC7079D2> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff90702000 -
    0x7fff90702fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff90aad000 -
    0x7fff90aaefff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff90aaf000 -
    0x7fff90ab5fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff90ab6000 -
    0x7fff90b16fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff90c11000 -
    0x7fff90c27fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff90c83000 -
    0x7fff90c8cff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff90c8d000 -
    0x7fff90d32fff  com.apple.ink.framework (1.4 - 110) <F93B76B3-E57C-3805-B20D-03717A3F91DD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff90d7c000 -
    0x7fff90d7eff7  com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff90d7f000 -
    0x7fff90d84fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff90dc4000 -
    0x7fff90dd1fff  com.apple.CrashReporterSupport (10.7.4 - 352) <9C16B49C-CF02-38F9-A7CD-969C140D3961> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff90de1000 -
    0x7fff90de1fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff90dff000 -
    0x7fff90e0aff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff90e58000 -
    0x7fff90ecefff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff90ecf000 -
    0x7fff90ed1fff  libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff9196d000 -
    0x7fff919cfff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff91a28000 -
    0x7fff91a36fff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff91bc2000 -
    0x7fff91bdffff  libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
    0x7fff91be0000 -
    0x7fff91c09fff  com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff91c33000 -
    0x7fff91c42fff  libxar.1.dylib (??? - ???) <58B07AA0-BC12-36E3-94FC-C252719A1BDF> /usr/lib/libxar.1.dylib
    0x7fff91c43000 -
    0x7fff91c7dfe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff91c7e000 -
    0x7fff91c82ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff91d98000 -
    0x7fff91dc5fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff91dc6000 -
    0x7fff91e39fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff91e3a000 -
    0x7fff91e86ff7  com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 3
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 611
    thread_create: 1
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=185.6M resident=127.8M(69%) swapped_out_or_unallocated=57.7M(31%)
    Writable regions: Total=1.2G written=5772K(0%) resident=6316K(1%) swapped_out=0K(0%) unallocated=1.2G(99%)
    REGION TYPE                   
    VIRTUAL
    ===========                   
    =======
    CG shared images                  
    96K
    CoreServices                    
    1608K
    JS JIT generated code              
    8K
    JS JIT generated code (reserved) 
    1.0G   
    reserved VM address space (unallocated)
    MALLOC                         
    148.1M
    MALLOC guard page                 
    48K
    SQLite page cache                
    288K
    STACK GUARD                     
    56.0M
    Stack                           
    10.5M
    VM_ALLOCATE                       
    64K
    __CI_BITMAP                       
    80K
    __DATA                          
    16.0M
    __IMAGE                          
    528K
    __LINKEDIT                      
    59.9M
    __RC_CAMERAS                     
    248K
    __TEXT                         
    125.7M
    __UNICODE                        
    544K
    mapped file                     
    24.7M
    shared memory                    
    312K
    ===========                   
    =======
    TOTAL                            
    1.4G
    TOTAL, minus reserved VM space 
    444.6M
    Model: MacPro5,1, BootROM MP51.007F.B03, 12 processors, 6-Core Intel Xeon, 2.4 GHz, 28 GB, SMC 1.39f11
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
    Memory Module: DIMM 1, 2 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333235553743465238432D48392020
    Memory Module: DIMM 2, 8 GB, DDR3 ECC, 1333 MHz, 0x859B, 0x43543130323437324244313333392E4D3138
    Memory Module: DIMM 3, 2 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333235553743465238432D48392020
    Memory Module: DIMM 4, 2 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333235553743465238432D48392020
    Memory Module: DIMM 5, 2 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333235553743465238432D48392020
    Memory Module: DIMM 6, 8 GB, DDR3 ECC, 1333 MHz, 0x859B, 0x43543130323437324244313333392E4D3138
    Memory Module: DIMM 7, 2 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333235553743465238432D48392020
    Memory Module: DIMM 8, 2 GB, DDR3 ECC, 1333 MHz, 0x80AD, 0x484D54333235553743465238432D48392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    PCI Card: pci1057,3410, sppci_othermultimedia, Slot-3@4,4,0
    PCI Card: pci1057,3410, sppci_othermultimedia, Slot-3@4,5,0
    PCI Card: pci1057,3410, sppci_othermultimedia, Slot-3@4,6,0
    PCI Card: pci1057,3410, sppci_othermultimedia, Slot-4@6,4,0
    PCI Card: pci1057,3410, sppci_othermultimedia, Slot-4@6,5,0
    PCI Card: pci1057,3410, sppci_othermultimedia, Slot-4@6,6,0
    PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-1
    PCI Card: pci1057,3410, sppci_othermultimedia, Slot-2@9,4,0
    PCI Card: pci1057,3410, sppci_othermulti

  • RMA request, internet browser closed during process....help ple

    my browser closed after the order had been submitted and during the "thank you" screen, as soon as i had read the terms and instructions on the RMA request on a ZEN 4gb and was clicking "I Agree" or whatever that button says, thats when it closed by mistake. The order still came through, i think, as my account says its processing. but its been over fifteen minutes and no email verification, could this untimely closing (right as i hit the button to accept terms of repair) have caused an error? please help, thank you.

    No, I did not manage to get the RMA number . Basically it froze right before i could get it, right as i clicked the "I Agree" (or whatever its called) button on the "Thank You/Acceptance of Terms" form or whatever they are called. So basically I payed but cannot get what i paid for. To resend it i would have to pay another 25 dollars for labor, which i have paid once; and since its my mom's money, i need to get what i paid for or she will be quite the angry one.
    Do you think i could tell customer support my order number and maybe they can tell me the RMA number phone or email it to me, or resend the order without and additonal charge for me?

  • How to catch browser close event excluding navigation events

    Hi,
    I tried using onBeforeUnload event and onUnload events.. but they are catching navigation events within the same site. Could you please let me know how I can catch browser close events without catching Navigation events?
    Thanks.

    Just set them to null when navigation takes place.
    Said that, you should be asking Javascript/DHTML related questions in a forum devoted to Javascript/DHTML. There are ones at webdeveloper.com and dynamicdrive.com. This has nothing to do with Java.

  • Catching browser event

    Hi guys
    Does anybody knows how to catch a browser event??
    I have a webdynpro application written with Java. I just wonder on how to catch browser event issued from Internet Explorer (when user press BACK, REFRESH, CLOSE broser) in my Web Dynpro application.
    Any help will be appreciated
    Thanks a lot guys

    Hi Thomas,
    Hi Ralph,
    I appreciate the idea of WD is platform independence.
    However the argument that WD can not react to an event on
    a platform without interferring with platform independence
    doesn’t make sense to me.
    Since each platform has its own rendering engine.. WD client , browser,
    Muse whatever... why cant events in the Framework be defined that
    are only triggered by 1 or 2 of the clients.
    We are happy to builld client specific rendering, but not client
    specific events.  Why not... rendering is outbound, events inbound.
    The fact that other clients cant  trigger the event via the specific
    rendering tool, doesn’t mean it isnt valid to cater for it.
    A platform independent WD is still possible. We simply have an event
    that a developer can cater for if it is seen as beneficial.
    WHAT THE DEVELOPER SHOULD NOT DO, is code in a way that
    this event is seen as required or
    mandatory to use in the WDC.  This would be poor WD code design.
    Just as a developer can completely abuse MVC and stick selects in view controllers he could design an app around an EVENT that cant be triggered
    in all circumstances.  But why is it wrong to have say a BACK button on the
    screen and also have the Browser back mapped to the feature ?
    No lost functionality just extra support on the most common platform.
    That is interface events at their best.
    The ability to have code behind major external events, is still a very
    legitimate requirement in my opinion.
    Please continue the debate.
    Cheers
    Phil

  • Detecting browser closing

    Is there a way to detect when the safari browser closing?  I am writing a web application that needs to detect when a user abandons the website.

    How perfect do you need it to be? You can use the onblur() event of the window, but there is no guarantee that it will be called. The only real guarantee is a missed heartbeat.

  • BSP application locked when Browser closed..

    Hi ,
    How can handle the logging off my BSP application when browser is closed..
    we had some thing setting of dirty flags in SRM ,which will take care of this..
    Any clue on custom BSP application..
    Can i override window.close() function to logoff
    Regards
    Prasad
    Message was edited by: Ranganatha Prasad Kurupati
    Message was edited by: Ranganatha Prasad Kurupati

    Create yourself a page with flow logic, this will be your initial entry to your application.
    Paste this code below, make sure to set the target_page.
    <%@page language="abap" %>
    <%
       DATA: target_page TYPE STRING VALUE 'zapp.do'.
       DATA: do_not_delete_sso2_cookie TYPE XFELD  VALUE SPACE.
       CL_BSP_LOGIN_APPLICATION=>SET_LOGOFF_URL_PARAM( page = page ).
    %>
    <html>
    <script language="JavaScript">
    <%
       DATA: guid TYPE GUID_32.
       CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = guid.
    %>
    var frame_A = "<%=guid %>_A";
    var frame_B = "<%=guid %>_B";
    function startLoader(name)
        doc=window.frames[name].document;
        doc.writeln('<html><body onload="document.f.submit();">');
        doc.writeln('<form id="f" name="f" target="<%=guid %>_B" method="POST" action="<%=target_page %>">');
        <%  DATA: ffs TYPE tihttpnvp, ff  TYPE  ihttpnvp.
            request->get_form_fields( changing fields = ffs ).
            DELETE ffs WHERE name cs '~'.
            LOOP AT ffs INTO ff.
         %>
              doc.writeln('<input type="hidden" name="<%=ff-name %>" value="<%=ff-value %>">');
        <%ENDLOOP. %>
        doc.writeln('<table border="0" width="100%" height="100%"><tr><td align="CENTER" valign="MIDDLE"><span style="font-family:Arial,sans-serif;">Loading...</span></td></tr></table>');
        doc.writeln('</form></body></html>');
        doc.close();
        <%=runtime->GET_DOMAIN_RELAX_SCRIPT( )  %>}
    function exitBSPApplication(newTargetUrl)
    {<% if runtime->session_manager->is_running is initial.  %>
      <%CLASS cl_bsp_login_application DEFINITION LOAD. %>
      var url  = "<%=CL_BSP_LOGIN_APPLICATION=>GET_SESSIONEXIT_URL( page = page ) %>";
      <%IF do_not_delete_sso2_cookie IS NOT INITIAL. %>
          url += "&bsp_do_not_delete_sso2_cookie=X";
      <%ENDIF. %>
      var prop = 'height=100,width=400,top='(screen.height-100)/2',left='+(screen.width-400)/2;
      var out = window.open(url,'_blank',prop);
    <%endif. %>
      document.getElementById("<%=guid %>_FRAMESET").onunload = null;
      if(newTargetUrl) window.setTimeout('{document.location.href="'newTargetUrl'";}', 750);
    function getHiddenFrame()
        if (document.body.rows=='*,0') return "<%=guid %>_B"; else return "<%=guid %>_A";
    function getShownFrame()
        if (document.body.rows=='*,0') return "<%=guid %>_A"; else return "<%=guid %>_B";
    function swapToFrame(frame)
        if (frame == '<%=guid %>_A') document.body.rows=',0'; else document.body.rows='0,';
    var sap_basis_A_active = false;
    var sap_basis_B_active = false;
    function frameLoaded(name)
        if (name=="<%=guid %>_A" && sap_basis_A_active==false) { sap_basis_A_active = true; return; }
        if (name=="<%=guid %>_B" && sap_basis_B_active==false) { sap_basis_B_active = true; return; }
        var newShowFrame   = getHiddenFrame();
        var newHiddenFrame = getShownFrame();
        try
          doc=window.frames[newShowFrame].document;
          for (var i = 0; i < doc.forms.length; i++) {
            var frm = doc.forms<i>;
            if (frm.target=="") frm.target = newHiddenFrame;
        } catch(e) {}
        swapToFrame(newShowFrame);
        //if (window.frames[newShowFrame].window.sapOnResize)
        //    window.frames[newShowFrame].window.sapOnResize();
        if (window.frames[newShowFrame].window.sapScrollTo)
            window.frames[newShowFrame].window.sapScrollTo();
    </script>
    <frameset id="<%=guid %>_FRAMESET" rows="*,0" onUnLoad="exitBSPApplication();" resize="no" framespacing="0" frameborder="0">
        <frame name="<%=guid %>_A" src="javascript:parent.startLoader('<%=guid %>_A');"  onload="frameLoaded('<%=guid %>_A');">
        <frame name="<%=guid %>_B" src="about:blank"                                    onload="frameLoaded('<%=guid %>_B');">
        <noframes>This browser does not support frames.</noframes>
    </frameset>
    </html>

  • Catching window closing events from JFrame

    I'm having problems catching windowClosing() events from a JFrame (just doesn't get to my event listener it would seem!).
    I register and setup a window listener in the constructor of my JFrame class. Prior to this I set the default close operation as DO_NOTHING_ON_CLOSE (as you're suppose to if tyou want to handle window closing events).
    When user clicks on x (window terminate) button (in WIN systems), nothing is dispatched to my event listener. Any ideas?
    Extract from constructor:
    setDefaultCloseOperation(DO_NOTHING_ON_CLOSE);
    addWindowListener(new MainWindowListener(this));
    MainWindowListener looks as follows (EDImemConvert extends JFrame):
    class MainWindowListener extends WindowAdapter
    private EDImemConvert f;
    public MainWindowListener(EDImemConvert f)
    this.f = f;
    public void windowClosing(WindowEvent e)
    System.out.println("gets here...");
    f.ReturnResources();
    f.dispose();
    System.exit(0);
    }

    This works for meimport java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class Test extends JFrame {
      public Test() {
        addWindowListener(new WindowAdapter() {
          public void windowClosing(WindowEvent we) { System.exit(0); }
        setSize(300,300);
        setVisible(true);
      public static void main(String args[]) { new Test(); }
    }Normally, I just use this line
    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    instead of adding a listener. It will clean up everything nicely.

  • Firefox not closing promptly when browser closed

    Firefox continues to run after being closed, and doesn't allow me to reopen a new browser window for 5 to 10+ seconds. This is a fairly recent problem and I think it began when I downloaded most recent version of Firefox/Mozilla. Very frustrating.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Form Hangs / Browser Closed

    We have developed custom forms which are slighly huge in size, too many fields, too many user events etc.
    When we click certain dropdowns, which has user events, The brower is abruptly getting closed loosing all data entered or form freezes forcing to close the browser and restart.
    Has anyone experienced such issues? Is this due to some coding issue or are there any specific SAP solution?

    Hi,
    On which form event of the dropdowns have you written the user events ?
    Thanks,
    Omkar Mirvankar.

Maybe you are looking for