Data form crashes at connect window

I have used the form wissard and created a simple
form. When I compile the form I get warnings and
when I run the form I can see the connect screen
but I can not type anything in this window
null

George,
Did you try setting the 'Prompt user for security info' to false
and re-running it?
- L
George Xu (guest) wrote:
: JDeveloper Product Team (guest) wrote:
: : Are you using the (JBCL) Data Form or the Infobus Data Form?
: : Try generating and running the form with the 'Prompt for
: : Security' checkbox set to false.
: : Check the release notes for some known problems in the
Infobus
: : controls.
: : Regards
: : peter schlaeger (guest) wrote:
: : : I have used the form wissard and created a simple
: : : form. When I compile the form I get warnings and
: : : when I run the form I can see the connect screen
: : : but I can not type anything in this window
: I am using Data Form. The data shown up in the design mode.
: When I ran it, the connection logon window show up, it
: hang....................
null

Similar Messages

  • ITunes crashing when connecting to the store on Windows 8.1

    Hello,
    I had iTunes crashing when connecting to the iTunes Store with an Apple ID. I tried unsucessfully all the solutions posted on the many threads of people having the same issue. So I decided to reinstall Windows. A clean Windows 8.1 install from the Microsoft DVD. And guess what, it is still crashing! How can this even be possible?
    The problem:
    - iTunes crashes when connecting to the store with an Apple ID. It connects, briefly freezes, then crashes.
    - I can access the store without an Apple ID without crashes. But it crashes as soon as I connect with an Apple ID.
    The system:
    - A clean, fully updated, Windows 8.1 Pro w/ WMC install from the Microsoft DVD.
    - Applications I installed, along with iTunes: Adobe Reader, Google Chrome, Skype, Office 2013. Nothing else. No crapware. No nothing. These are fairly common applications that shouldn't conflict with iTunes.
    - Antivirus is the built-in Windows Defender.
    - Firewall is the built-in Windows Firewall.
    - Intel HD Graphics 3000 on an Acer V3-571-6486
    - I have not moved Apple's folder from Romaing and Local AppData of the old systems... So it's a clean iTunes profile.
    - I can sucessfully sign-in to the iTunes Store with this account on another computer
    - I have tried with multiple accounts on this computer, all crashing
    There are tons of threads about this. I tried all the solutions posted, including:
    - Adding "C:\Program Files (x86)\Common Files\Apple\Apple Application Support" to the PATH environment variable
    - Copying QTMovieWin.dll from "C:\Program Files (x86)\Common Files\Apple\Apple Application Support" to "C:\Program Files (x86)\iTunes"
    - Moving QTMovieWin.dll from "C:\Program Files (x86)\Common Files\Apple\Apple Application Support" to "C:\Program Files (x86)\iTunes"
    - Updating the graphics card to the latest available driver from Intel's website (9.17.10.3517, 2014-10-04)
    - Downgrade the graphics driver (9.17.10.3347, 2014-01-29)
    - Use the graphic's driver from Acer's website.
    - Use Microsoft's Basic VGA Driver
    - Disable the Graphic's Adapter entirely
    - Have tried to monitor the process with ProcMon, looking for a hint like a missing file or registry entry, but have not found anything helpful.
    These solutions seem to have worked for almost everyone, but not me. The crash details in the Windows Application log are useless. Faulty module name is 'unknown'.
    I am out of solutions. Is there anything left to do? Can anyone out Apple debug the dump file or something? Is there any way to contact Apple about this issue?
    Many thanks.

    Hey zoyashahab,
    Ok, so it sounds like there are two issues here we want to address, the first being the iTunes Store connection issue and the second being iTunes not recognizing your iOS devices.
    First, I'd start with troubleshooting the recognition by following the steps in here:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/TS1538
    If after getting that running again, you still can't connect to the iTunes Store, then I'd go through the troubleshooting steps in here:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Welcome to Apple Support Communities!
    Best,
    Delgadoh

  • Can I connect window device like modem, mobile in oracle forms,if possible then how?

    Can I connect window device like modem, mobile in oracle forms,if possible then how?

    Hi Tony,
    So explain where you would see your notification?I just mention, Leave module, there are many other module. For example In Purchase Purchase Requigition , Production Module Production Complite , Delivery Module Delivery Ready.
    For this it will better to show at respective Menu.
    In the Window title?Another good Idea !
    You could have a timer trigger that runs every 5 minutes and checks a notification table, if there is an unacknowledged notifcation, then you could change the Window title of the formas app to show a (1) at then end of it.Timer has a bad this.. For example, if i make a timer and run every 5 min. then if user works on a form, timer will hide the form and show the timer window.
    Isn't it ?
    Would that do, or do you need more?Yea.. More..It will be like facebook. If any notified work is done by any person, light will go off.
    Thanks for your interest and suggestion...
    Ask2Learn
    Edited by: Asked to Learn on Jan 23, 2013 12:36 AM

  • Skip Connect window when start a Forms 6i module

    Hi,
    i have a application in Forms 6i. Every time I run it, i get first the connect window for the DB (user, pw, and database). How (and where) can i write the connection in PL/SQL in my formmodule, to skip the connect window and connect automaticlly as user xxx, password yyy to database zzz?
    Thank You!

    Or specify the connect string in formsweb.cfg, parameter userid.
    Gerald Krieger

  • IE11 can't post form data to specific frame or window dialog opened via window.open()

    Hello,
    Form POST targeting to specific frame or dialog popped up via window.open() no longer works in IE11.
    It worked fine in IE10 and all previous versions of IE.
    Please see screenshot attached with simple test that reproduces this problem.
    Direct Link to screenshot:
    http://173.231.98.44/cgi/TestFolder/IE_11_widow_frame_targeting_BUG.jpg
    Direct link to simple test page demonstrating this problem:
    http://173.231.98.44/cgi/TestFolder/page2.asp
    Note: IE11 doesn't report any errors, doesn't complain about anything, even when debugged via F12 developer tools. The only thing it complained initially was missing doc type declaration on top of page, but even after adding doc type definition, problem still
    persists, makes no difference.
    I tested this on fresh install of Windows 2012R2 while testing our web application with the new IE11.
    I believe doing this on Windows 8.1 with IE11 will result in same bug/problem.
    Our web application uses a technique whereby it launches a popup window via call to window.open(), passing blank URL and specifying a name for the new window. It then does a from post targeting the name of new dialog.
    In IE11 this functionality has been broken and no longer works.
    Problem is that IE11, instead of posting form to the newly created dialog, it launches a new instance of IE and then loads the requested form in this new instance of IE, while the dialog launched via window.open() remains on screen and is empty. If user repeats
    launching same form post request (via button click for example), IE 11 keeps creating new empty dialogs and new IE instance for every form post executed. This totally breaks our application because we use many so called "wizards" that encapsulate
    specific functionality in separate web page launched in a popup window.
    Another related problem is that if a dialog is launched with window.open(), the java script code in the dialog can not target the parent frame that opened the dialog anymore. In our application, when a dialog is closed, it typically needs to trigger a refresh
    of a specific frame within the parent window (again targeted by name) to reflect saved/updated info that user entered in the popup dialog. The result is that we can't refresh the parent frame after the pop up dialog closes. Instead, IE11 launches
    a new instance of IE (not just a tab, but a whole new instance) and loads the parent frame in it.
    The problem seems to be caused by broken frame name targeting mechanism in IE11.
    Note that we force IE to compatibility mode 5, but even without specifying any compatibility, the problem remains.
    Typical java script to reproduce this is:
    <input type="button" onClick="Popup(this.form);" name="btn2" value="Popup Dialog">
    function Popup(f){
        window.open("","MyNewDialogName","width=200,height=150");
        f.action = "page3.asp";
        f.target = "MyNewDialogName";
        f.submit();
    Expected: IE11 should correctly post form to and load targeted page in the newly popped up dialog, without opening new IE instance and new tab. Repeatedly posting form to existing popup window should reuse that window, not keep on launching more popup windows
    and then more IE instances.
    Steps to reproduce the problem (include URL if applicable):
    URL with sample page: http://173.231.98.44/cgi/TestFolder/page2.asp
    1) Create page1.htm: <html><body>display "I'm in a popup window now ..."</body></html>
    2) Create page2.htm with a button and onclick() event calling function to open dialog, and do form POST targeting new dialog calling page1.htm, like below.
    <input type="button" onClick="Popup(this.form);" name="btn2" value="Popup Dialog"> function Popup(f){
        window.open("","MyNewDialogName","width=200,height=150");
        f.action = "page1.asp";
        f.target = "MyNewDialogName";
        f.submit();
    3) Open IE11, navigate to page2.htm, click the "Popup Dialog" dialog button. IE 11 will popup the new dialog, but then it will also launch new instance of IE11 and display the page1.htm in it, instead of in the popup dialog.
    Has anyone else encountered this problem?
    Any insight or help is appreciated.
    Regards
    Peter

    the default action of <input type="button" is submit. Note also that the default type of <button> elements is 'submit' also.
    add a return false to the onclick inline event handler (which constructs the form submit attribues) to cancel the default form.submit behavior.
    form elements have a target value with which you can specify the name window into which you want the form to open in.
    <form action="process.aspx" target="popup">
    you can use the window.open method with a query uri to achieve the same outcome.
    window.open('process.aspx?s=search+term&amp;foo=bar','popup',{features})
    the outcomes of all scripted windows are affected by
    your IE Popup blocker and tabbed browsing settings
    which in turn is affected by your IE Security zone settings (for popup blocking handling)
    and the settings of any third-party popup blocker you may have installed and enabled... it may not necessarily be visible on your browser toolbar.
    The first step in troubleshooting web browser issues is to test in no-addons mode.
    Use the Developer Tool to find out what documentMode the test page is opening in on your system. On Modal/Modeless popup windows use the f12 key to display the Developer tool positioned on the contentWindow.
    Use File>Properties to find out what IE Security zone it maps to... there is a security setting to prevent navigation into zones of lower integrity.
    Rob^_^

  • Diskaid keeps crashing on connection of ipad mini

    Everytime I plug in my iPad mini (iOs 6.1) Diskaid crashes (diskaid.exe has stopped responding...). My iphone 4 (iOs 6.0) however connects fine. I have tried updating Diskaid, uninstalling and reloading both itunes and the amd service but nothing helps. It seems like it must be an issue with the amd service, but the ipad mini otherwise connects and syncs fine in itunes.
    Any assistance or suggestions would be greatly appreciated.
    Thanks.
    I've pasted the appcrash report below if it helps at all?
    Version=1
    EventType=CLR20r3
    EventTime=130041164282015557
    ReportType=2
    Consent=1
    UploadTime=130041164282953070
    ReportIdentifier=38df58c5-6bb3-11e2-afa3-002713c19d63
    Response.BucketId=0b7ddbe447db14761926c31f447aa63a
    Response.BucketTable=5
    Response.LegacyBucketId=-832497888
    Response.type=4
    Sig[0].Name=Problem Signature 01
    Sig[0].Value=diskaid.exe
    Sig[1].Name=Problem Signature 02
    Sig[1].Value=0.0.0.0
    Sig[2].Name=Problem Signature 03
    Sig[2].Value=50d48348
    Sig[3].Name=Problem Signature 04
    Sig[3].Value=System.Windows.Forms
    Sig[4].Name=Problem Signature 05
    Sig[4].Value=2.0.0.0
    Sig[5].Name=Problem Signature 06
    Sig[5].Value=4fee7415
    Sig[6].Name=Problem Signature 07
    Sig[6].Value=151f
    Sig[7].Name=Problem Signature 08
    Sig[7].Value=130
    Sig[8].Name=Problem Signature 09
    Sig[8].Value=System.OutOfMemoryException
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.2.9200.2.0.0.256.48
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=2057
    UI[2]=C:\Program Files\DigiDNA\DiskAid\DiskAid.exe
    UI[3]=DiskAid.exe has stopped working
    UI[4]=Windows can check online for a solution to the problem.
    UI[5]=Check online for a solution and close the program
    UI[6]=Check online for a solution later and close the program
    UI[7]=Close the program
    LoadedModule[0]=C:\Program Files\DigiDNA\DiskAid\DiskAid.exe
    LoadedModule[1]=C:\WINDOWS\SYSTEM32\ntdll.dll
    LoadedModule[2]=C:\WINDOWS\SYSTEM32\MSCOREE.DLL
    LoadedModule[3]=C:\WINDOWS\system32\KERNEL32.dll
    LoadedModule[4]=C:\WINDOWS\system32\KERNELBASE.dll
    LoadedModule[5]=C:\WINDOWS\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30 729.6871_none_50944e7cbcb706e5\MSVCR90.dll
    LoadedModule[6]=C:\WINDOWS\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30 729.6871_none_50944e7cbcb706e5\MSVCP90.dll
    LoadedModule[7]=C:\Program Files\DigiDNA\DiskAid\libglib-2.0-0.dll
    LoadedModule[8]=C:\Program Files\DigiDNA\DiskAid\libgpod.dll
    LoadedModule[9]=C:\WINDOWS\system32\USER32.dll
    LoadedModule[10]=C:\WINDOWS\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.3 0729.6871_none_50944e7cbcb706e5\msvcm90.dll
    LoadedModule[11]=C:\Program Files\DigiDNA\DiskAid\iconv.dll
    LoadedModule[12]=C:\Program Files\DigiDNA\DiskAid\intl.dll
    LoadedModule[13]=C:\WINDOWS\system32\ADVAPI32.DLL
    LoadedModule[14]=C:\WINDOWS\system32\msvcrt.dll
    LoadedModule[15]=C:\WINDOWS\system32\OLE32.dll
    LoadedModule[16]=C:\WINDOWS\system32\SHELL32.DLL
    LoadedModule[17]=C:\WINDOWS\system32\WS2_32.DLL
    LoadedModule[18]=C:\Program Files\DigiDNA\DiskAid\libgobject-2.0-0.dll
    LoadedModule[19]=C:\WINDOWS\system32\GDI32.dll
    LoadedModule[20]=C:\WINDOWS\SYSTEM32\sechost.dll
    LoadedModule[21]=C:\WINDOWS\system32\RPCRT4.dll
    LoadedModule[22]=C:\WINDOWS\SYSTEM32\combase.dll
    LoadedModule[23]=C:\WINDOWS\system32\SHLWAPI.dll
    LoadedModule[24]=C:\WINDOWS\system32\NSI.dll
    LoadedModule[25]=C:\WINDOWS\system32\IMM32.DLL
    LoadedModule[26]=C:\WINDOWS\system32\MSCTF.dll
    LoadedModule[27]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
    LoadedModule[28]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
    LoadedModule[29]=C:\WINDOWS\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.5 0727.6910_none_d089c358442de345\MSVCR80.dll
    LoadedModule[30]=C:\WINDOWS\system32\SHCORE.dll
    LoadedModule[31]=C:\WINDOWS\SYSTEM32\profapi.dll
    LoadedModule[32]=C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\mscorlib\0d4a97f 42b4d71125220c04a3a2fee75\mscorlib.ni.dll
    LoadedModule[33]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorsec.dll
    LoadedModule[34]=C:\WINDOWS\system32\WINTRUST.dll
    LoadedModule[35]=C:\WINDOWS\system32\CRYPT32.dll
    LoadedModule[36]=C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64 144ccf1df_5.82.9200.16384_none_bf100cd445f4d954\COMCTL32.dll
    LoadedModule[37]=C:\WINDOWS\system32\MSASN1.dll
    LoadedModule[38]=C:\WINDOWS\SYSTEM32\CRYPTSP.dll
    LoadedModule[39]=C:\WINDOWS\system32\rsaenh.dll
    LoadedModule[40]=C:\WINDOWS\SYSTEM32\CRYPTBASE.dll
    LoadedModule[41]=C:\WINDOWS\SYSTEM32\bcryptPrimitives.dll
    LoadedModule[42]=C:\WINDOWS\system32\imagehlp.dll
    LoadedModule[43]=C:\WINDOWS\SYSTEM32\ncrypt.dll
    LoadedModule[44]=C:\WINDOWS\SYSTEM32\bcrypt.dll
    LoadedModule[45]=C:\WINDOWS\SYSTEM32\NTASN1.dll
    LoadedModule[46]=C:\WINDOWS\SYSTEM32\gpapi.dll
    LoadedModule[47]=C:\Windows\System32\cryptnet.dll
    LoadedModule[48]=C:\WINDOWS\system32\WLDAP32.dll
    LoadedModule[49]=C:\WINDOWS\SYSTEM32\IPHLPAPI.DLL
    LoadedModule[50]=C:\WINDOWS\SYSTEM32\WINNSI.DLL
    LoadedModule[51]=C:\WINDOWS\system32\uxtheme.dll
    LoadedModule[52]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
    LoadedModule[53]=C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System\7a3f4b6e2 8bff7fc6e201f3444e38d06\System.ni.dll
    LoadedModule[54]=C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing\a 2ce5fa5ddc467113d344183228ad23e\System.Drawing.ni.dll
    LoadedModule[55]=C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Windows.F orms\b5fbb0525df9de99970c60a5891939eb\System.Windows.Forms.ni.dll
    LoadedModule[56]=C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Data\5790 b8c0d8fccb7341e7f87986747e86\System.Data.ni.dll
    LoadedModule[57]=C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e08 9\System.Data.dll
    LoadedModule[58]=C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Xml\6c34b 9c8df4997ebbd2cd0ec01592eb2\System.Xml.ni.dll
    LoadedModule[59]=C:\WINDOWS\SYSTEM32\dwmapi.dll
    LoadedModule[60]=C:\Program Files\DigiDNA\DiskAid\LogicNP.FileView.dll
    LoadedModule[61]=C:\WINDOWS\SYSTEM32\VERSION.dll
    LoadedModule[62]=C:\WINDOWS\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1d f_1.1.9200.16384_none_ba245425e0986353\gdiplus.dll
    LoadedModule[63]=C:\WINDOWS\SYSTEM32\DWrite.dll
    LoadedModule[64]=C:\WINDOWS\system32\OLEAUT32.dll
    LoadedModule[65]=C:\WINDOWS\WinSxS\x86_microsoft.windows.common-controls_6595b64 144ccf1df_6.0.9200.16384_none_893961408605e985\comctl32.dll
    LoadedModule[66]=C:\WINDOWS\SYSTEM32\WindowsCodecs.dll
    LoadedModule[67]=C:\WINDOWS\SYSTEM32\PROPSYS.dll
    LoadedModule[68]=C:\WINDOWS\SYSTEM32\clbcatq.dll
    LoadedModule[69]=C:\Windows\System32\ieframe.dll
    LoadedModule[70]=C:\WINDOWS\system32\iertutil.dll
    LoadedModule[71]=C:\WINDOWS\SYSTEM32\sxs.dll
    LoadedModule[72]=C:\Windows\System32\thumbcache.dll
    LoadedModule[73]=C:\WINDOWS\SYSTEM32\SspiCli.dll
    LoadedModule[74]=C:\WINDOWS\SYSTEM32\samcli.dll
    LoadedModule[75]=C:\WINDOWS\SYSTEM32\SAMLIB.dll
    LoadedModule[76]=C:\WINDOWS\SYSTEM32\netutils.dll
    LoadedModule[77]=C:\WINDOWS\SYSTEM32\ntshrui.dll
    LoadedModule[78]=C:\WINDOWS\SYSTEM32\srvcli.dll
    LoadedModule[79]=C:\WINDOWS\SYSTEM32\cscapi.dll
    LoadedModule[80]=C:\WINDOWS\SYSTEM32\apphelp.dll
    LoadedModule[81]=C:\Windows\System32\EhStorShell.dll
    LoadedModule[82]=C:\WINDOWS\system32\SETUPAPI.dll
    LoadedModule[83]=C:\WINDOWS\system32\CFGMGR32.dll
    LoadedModule[84]=C:\WINDOWS\system32\DEVOBJ.dll
    LoadedModule[85]=C:\PROGRA~1\MICROS~1\Office14\GROOVEEX.DLL
    LoadedModule[86]=C:\WINDOWS\WinSxS\x86_microsoft.vc90.atl_1fc8b3b9a1e18e3b_9.0.3 0729.4148_none_51ca66a2bbe76806\ATL90.DLL
    LoadedModule[87]=C:\PROGRA~1\COMMON~1\MICROS~1\OFFICE14\Cultures\office.odf
    LoadedModule[88]=C:\PROGRA~1\MICROS~1\Office14\1033\GrooveIntlResource.dll
    LoadedModule[89]=C:\WINDOWS\System32\cscui.dll
    LoadedModule[90]=C:\WINDOWS\System32\CSCDLL.dll
    LoadedModule[91]=C:\Program Files\WIDCOMM\Bluetooth Software\btmmhook.dll
    LoadedModule[92]=C:\WINDOWS\system32\PSAPI.DLL
    LoadedModule[93]=C:\Program Files\DigiDNA\DiskAid\RegistredFilesTypes.dll
    LoadedModule[94]=C:\WINDOWS\SYSTEM32\shfolder.dll
    LoadedModule[95]=C:\Program Files\Common Files\Apple\Mobile Device Support\iTunesMobileDevice.dll
    LoadedModule[96]=C:\Program Files\Common Files\Apple\Apple Application Support\ASL.dll
    LoadedModule[97]=C:\Program Files\Common Files\Apple\Apple Application Support\CoreFoundation.dll
    LoadedModule[98]=C:\Program Files\Common Files\Apple\Apple Application Support\pthreadVC2.dll
    LoadedModule[99]=C:\Program Files\Common Files\Apple\Apple Application Support\zlib1.dll
    LoadedModule[100]=C:\Program Files\Common Files\Apple\Apple Application Support\libdispatch.dll
    LoadedModule[101]=C:\Program Files\Common Files\Apple\Apple Application Support\CFNetwork.dll
    LoadedModule[102]=C:\WINDOWS\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0. 50727.6910_none_d089c358442de345\MSVCP80.dll
    LoadedModule[103]=C:\Program Files\Common Files\Apple\Apple Application Support\objc.dll
    LoadedModule[104]=C:\Program Files\Common Files\Apple\Apple Application Support\libicuin.dll
    LoadedModule[105]=C:\Program Files\Common Files\Apple\Apple Application Support\libicuuc.dll
    LoadedModule[106]=C:\WINDOWS\SYSTEM32\WSOCK32.dll
    LoadedModule[107]=C:\WINDOWS\SYSTEM32\WINMM.dll
    LoadedModule[108]=C:\WINDOWS\system32\WININET.dll
    LoadedModule[109]=C:\Program Files\Common Files\Apple\Apple Application Support\SQLite3.dll
    LoadedModule[110]=C:\Program Files\Common Files\Apple\Apple Application Support\libxml2.dll
    LoadedModule[111]=C:\Program Files\Common Files\Apple\Apple Application Support\icudt46.dll
    LoadedModule[112]=C:\WINDOWS\SYSTEM32\WINMMBASE.dll
    LoadedModule[113]=C:\WINDOWS\SYSTEM32\dnssd.dll
    LoadedModule[114]=C:\WINDOWS\system32\mswsock.dll
    LoadedModule[115]=C:\Program Files\DigiDNA\DiskAid\Interop.IpodServiceLib.1.0.dll
    LoadedModule[116]=C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Configur ation\6cb04d32b2897d0745ade5b7a0689189\System.Configuration.ni.dll
    State[0].Key=Transport.DoneStage1
    State[0].Value=1
    FriendlyEventName=Stopped working
    ConsentKey=CLR20r3
    AppName=DiskAid.exe
    AppPath=C:\Program Files\DigiDNA\DiskAid\DiskAid.exe
    ReportDescription=Stopped working

    It's best to get in touch with the developers.

  • Ovi Suite Crashes When Connecting Phone: How to re...

    Ovi locks up a minute or two after connecting the phone, always.
    Cannot do a backup.  Cannot do Outlook synchronization.
    Initially it worked for a while.
    How do you reset synchronization to start over?
    What Ovi Suite files do you delete on the phone to do a synchronization reset?
    To use maps properly, you need Ovi Suite.
    Configuration Details:
    XP SP3, 1GB of memory
    Nokia 5800 XpressMusic, Model: 5800d-1b RM-428
    Ovi Suite Now Uninstalled: V2.2.0.241
    PC Connectivity Solution Now Uninstalled: 10.24.0.0
    With Firmware: V40.2.005 was able to download maps.
    After updating to firmware to:  V50.2.005 phone connection crashes began.
    Phone itself is working ok.
    My solution:
    Remove Ovi Suite & all traces of Nokia on PC.
    Install PC Suite.
    Now sync'ing works fine.
    Notes:
    * All other devices work fine on same USB connection.
    * Rebooting makes no difference.

    Hi Biff 27,
    Thank you for your valuable post. In order to narrow down what exactly is causing this crash, please provide us with the following information
    SYSTEM INFORMATION: Help about Ovi Suite-System Information- Copy and paste.
    Device info (*#0000#)
    CRASH LOG FILES
    Windows XP
    - On application crash, you'll see the dialog asking whether you want to Debug or Close. Don't do either. Closing the dialog destroys the dump file before you have a chance to copy it.
    - Click the "For more information about this error, click here" link in the crash dialog, and copy the "Error signature" contents. The relevant content can be selected with mouse, and copied. Paste the text to the notepad.
    - Find the minidump file (probably C:\Documents and Settings\%username%\Local Settings\Temp\???.DMP) . If there are multiple .DMP files, check the modification time the find the one that was created at the same time the application crashed.
    - Start Task Manager and kill process "dwwin.exe", the dump file is locked by this process. 
    -The dump file can now be copied.
    Windows Vista and Windows 7
    - On application crash, you'll see the dialog suggesting "Check online for a solution and close the program" AND "close the program". Do not click either yet! Leave that pop up open. 
    - Open Task Manager (e.g. press CTRL-SHIFT-ESC simultaneously).
    - Find NokiaOviSuite.exe from the processes list in Task Manager.
    - Right click NokiaOviSuite.exe and select Create Dump File.
    - When the dump is ready, a dialog opens and tells where the dump was stored.
    - Also expand the crash popup dialog window's "View problem details" and copy the contents to this email.
    - After you have got the needed data press "Check online for a solution and close the program" in the crash dialog.
    NOTE: If the crash dump is huge in size then follow the steps provided here.
    Here are the step by step instructions to send files on Ovi.
    1. Log into Ovi.com
    2. Click on files
    3. Type in your username and password
    For a user who has not set up files on ovi on his computer, it will give an option to download the file connector.
    4. Click Download and install the file connector.
    5. Then you will find the Sign in to Ovi Files icon in the desktop.
    6. Close the browser and then click on Sign in to Ovi Files icon from desktop.
    7. It will connect to ovi.com again. Login with username and password. 
    8. Left pane shows the directory like the windows explorer.
    9. Anytime file status will show the respective file/folder
    10. Select the file which you want to send and then right click the file and select the option send.
    11. Type the email address [email protected]
    12. Select the expiration date and then add comments if any.
    13. Then select the option to store in anytime file.
    The email recipient will receive an email with a link to download the file.

  • TcpListener not working on Azure: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host

    Hi Everybody,
    i'm playing a little bit with Windows Azure and I'm blocked with a really simple issue (or maybe not).
    I've created a Cloud Service containing one simple Worker Role. I've configured an EndPoint in the WorkerRole configuration, which allows Input connections via tcp on port 10100.
    Here the ServiceDefinition.csdef file content:
    <?xml version="1.0" encoding="utf-8"?>
    <ServiceDefinition name="EmacCloudService" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2014-01.2.3">
    <WorkerRole name="TcpListenerWorkerRole" vmsize="Small">
    <Imports>
    <Import moduleName="Diagnostics" />
    <Import moduleName="RemoteAccess" />
    <Import moduleName="RemoteForwarder" />
    </Imports>
    <Endpoints>
    <InputEndpoint name="Endpoint1" protocol="tcp" port="10100" />
    </Endpoints>
    </WorkerRole>
    </ServiceDefinition>
    This WorkerRole is just creating a TcpListener object listening to the configured port (using the RoleEnvironment instance) and waits for an incoming connection. It receives a message and returns a hardcoded message (see code snippet below).
    namespace TcpListenerWorkerRole
    using System;
    using System.Net;
    using Microsoft.WindowsAzure.ServiceRuntime;
    using System.Net.Sockets;
    using System.Text;
    using Roche.Emac.Infrastructure;
    using System.IO;
    using System.Threading.Tasks;
    using Microsoft.WindowsAzure.Diagnostics;
    using System.Linq;
    public class WorkerRole : RoleEntryPoint
    public override void Run()
    // This is a sample worker implementation. Replace with your logic.
    LoggingProvider.Logger.Info("TcpListenerWorkerRole entry point called");
    TcpListener listener = null;
    try
    listener = new TcpListener(RoleEnvironment.CurrentRoleInstance.InstanceEndpoints["Endpoint1"].IPEndpoint);
    listener.ExclusiveAddressUse = false;
    listener.Start();
    LoggingProvider.Logger.Info(string.Format("TcpListener started at '{0}:{1}'", RoleEnvironment.CurrentRoleInstance.InstanceEndpoints["Endpoint1"].IPEndpoint.Address, RoleEnvironment.CurrentRoleInstance.InstanceEndpoints["Endpoint1"].IPEndpoint.Port));
    catch (SocketException ex)
    LoggingProvider.Logger.Exception("Unexpected exception while creating the TcpListener", ex);
    return;
    while (true)
    Task.Run(async () =>
    TcpClient client = await listener.AcceptTcpClientAsync();
    LoggingProvider.Logger.Info(string.Format("Client connected. Address='{0}'", client.Client.RemoteEndPoint.ToString()));
    NetworkStream networkStream = client.GetStream();
    StreamReader reader = new StreamReader(networkStream);
    StreamWriter writer = new StreamWriter(networkStream);
    writer.AutoFlush = true;
    string input = string.Empty;
    while (true)
    try
    char[] receivedChars = new char[client.ReceiveBufferSize];
    LoggingProvider.Logger.Info("Buffer size: " + client.ReceiveBufferSize);
    int readedChars = reader.Read(receivedChars, 0, client.ReceiveBufferSize);
    char[] validChars = new char[readedChars];
    Array.ConstrainedCopy(receivedChars, 0, validChars, 0, readedChars);
    input = new string(validChars);
    LoggingProvider.Logger.Info("This is what the host sent to you: " + input+". Readed chars=" + readedChars);
    try
    string orderResultFormat = Encoding.ASCII.GetString(Encoding.ASCII.GetBytes("\xB")) + @"MSH|^~\&|Instrument|Laboratory|LIS|LIS Facility|20120427123212+0100||ORL^O34^ORL_O34| 11|P|2.5.1||||||UNICODE UTF-8|||LAB-28^IHE" + Environment.NewLine + "MSA|AA|10" + Environment.NewLine + @"PID|||patientId||""""||19700101|M" + Environment.NewLine + "SPM|1|sampleId&ROCHE||ORH^^HL70487|||||||P^^HL70369" + Environment.NewLine + "SAC|||sampleId" + Environment.NewLine + "ORC|OK|orderId|||SC||||20120427123212" + Encoding.ASCII.GetString(Encoding.ASCII.GetBytes("\x1c\x0d"));
    writer.Write(orderResultFormat);
    catch (Exception e)
    LoggingProvider.Logger.Exception("Unexpected exception while writting the response", e);
    client.Close();
    break;
    catch (Exception ex)
    LoggingProvider.Logger.Exception("Unexpected exception while Reading the request", ex);
    client.Close();
    break;
    }).Wait();
    public override bool OnStart()
    // Set the maximum number of concurrent connections
    ServicePointManager.DefaultConnectionLimit = 12;
    DiagnosticMonitor.Start("Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString");
    RoleEnvironment.Changing += RoleEnvironment_Changing;
    return base.OnStart();
    private void RoleEnvironment_Changing(object sender, RoleEnvironmentChangingEventArgs e)
    // If a configuration setting is changing
    LoggingProvider.Logger.Info("RoleEnvironment is changing....");
    if (e.Changes.Any(change => change is RoleEnvironmentConfigurationSettingChange))
    // Set e.Cancel to true to restart this role instance
    e.Cancel = true;
    As you can see, nothing special is being done. I've used the RoleEnvironment.CurrentRoleInstance.InstanceEndpoints to retrieve the current IPEndpoint.
    Running the Cloud Service in the Windows Azure Compute Emulator everything works fine, but when I deploy it in Azure, then I receive the following Exception:
    2014-08-06 14:55:23,816 [Role Start Thread] INFO EMAC Log - TcpListenerWorkerRole entry point called
    2014-08-06 14:55:24,145 [Role Start Thread] INFO EMAC Log - TcpListener started at '100.74.10.55:10100'
    2014-08-06 15:06:19,375 [9] INFO EMAC Log - Client connected. Address='196.3.50.254:51934'
    2014-08-06 15:06:19,375 [9] INFO EMAC Log - Buffer size: 65536
    2014-08-06 15:06:45,491 [9] FATAL EMAC Log - Unexpected exception while Reading the request
    System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    --- End of inner exception stack trace ---
    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
    at System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer)
    at System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count)
    at TcpListenerWorkerRole.WorkerRole.<>c__DisplayClass0.<<Run>b__2>d__0.MoveNext() in C:\Work\Own projects\EMAC\AzureCloudEmac\TcpListenerWorkerRole\WorkerRole.cs:line 60
    I've already tried to configure an internal port in the ServiceDefinition.csdef file, but I get the same exception there.
    As you can see, the client can connect to the service (the log shows the message: Client connected with the address) but when it tries to read the bytes from the stream, it throws the exception.
    For me it seems like Azure is preventing the retrieval of the message. I've tried to disable the Firewall in the VM in Azure and the same continues happening.
    I'm using Windows Azure SDK 2.3
    Any help will be very very welcome!
    Thanks in advance!
    Javier
    En caso de que la respuesta te sirva, porfavor, márcala como válida
    Muchas gracias y suerte!
    Javier Jiménez Roda
    Blog: http://jimenezroda.wordpress.com

    hi Javier,
    I changed your code like this:
    private AutoResetEvent connectionWaitHandle = new AutoResetEvent(false);
    public override void Run()
    TcpListener listener = null;
    try
    listener = new TcpListener(
    RoleEnvironment.CurrentRoleInstance.InstanceEndpoints["Endpoint"].IPEndpoint);
    listener.ExclusiveAddressUse = false;
    listener.Start();
    catch (SocketException se)
    return;
    while (true)
    IAsyncResult result = listener.BeginAcceptTcpClient(HandleAsyncConnection, listener);
    connectionWaitHandle.WaitOne();
    The HandleAsync method is your "While (true)" code:
    private void HandleAsyncConnection(IAsyncResult result)
    TcpListener listener = (TcpListener)result.AsyncState;
    TcpClient client = listener.EndAcceptTcpClient(result);
    connectionWaitHandle.Set();
    NetworkStream netStream = client.GetStream();
    StreamReader reader = new StreamReader(netStream);
    StreamWriter writer = new StreamWriter(netStream);
    writer.AutoFlush = true;
    string input = string.Empty;
    try
    char[] receivedChars = new char[client.ReceiveBufferSize];
    // LoggingProvider.Logger.Info("Buffer size: " + client.ReceiveBufferSize);
    int readedChars = reader.Read(receivedChars, 0, client.ReceiveBufferSize);
    char[] validChars = new char[readedChars];
    Array.ConstrainedCopy(receivedChars, 0, validChars, 0, readedChars);
    input = new string(validChars);
    // LoggingProvider.Logger.Info("This is what the host sent to you: " + input + ". Readed chars=" + readedChars);
    try
    string orderResultFormat = Encoding.ASCII.GetString(Encoding.ASCII.GetBytes("\xB")) + @"MSH|^~\&|Instrument|Laboratory|LIS|LIS Facility|20120427123212+0100||ORL^O34^ORL_O34| 11|P|2.5.1||||||UNICODE UTF-8|||LAB-28^IHE" + Environment.NewLine + "MSA|AA|10" + Environment.NewLine + @"PID|||patientId||""""||19700101|M" + Environment.NewLine + "SPM|1|sampleId&ROCHE||ORH^^HL70487|||||||P^^HL70369" + Environment.NewLine + "SAC|||sampleId" + Environment.NewLine + "ORC|OK|orderId|||SC||||20120427123212" + Encoding.ASCII.GetString(Encoding.ASCII.GetBytes("\x1c\x0d"));
    writer.Write(orderResultFormat);
    catch (Exception e)
    // LoggingProvider.Logger.Exception("Unexpected exception while writting the response", e);
    client.Close();
    catch (Exception ex)
    //LoggingProvider.Logger.Exception("Unexpected exception while Reading the request", ex);
    client.Close();
    Please try it. For this error message, I suggest you could refer to this thread (http://stackoverflow.com/questions/6173763/using-windows-azure-to-use-as-a-tcp-server
    ) and this post (http://stackoverflow.com/a/5420788).
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Satellite U - Crashes when starting windows and recovery cannot fix

    Most of the time but not every time the laptop crashes when starting windows.
    I get a blue screen, a dump file is created and then it restarts and gives me the option of starting windows normally or using windows recovery. The windows recovery cannot fix the problem.
    When I select the option of opening windows normally everything works fine with no problems.
    If I restart the laptop it never crashes.
    The problem only happens about 90% of the time when switching it on.
    The problem started soon after buying the laptop in October.
    Originally it came with Windows Vista and I wondered if the problem was with Vista so yeterday I upgraded to Windows 7 but it still crashes on most start ups. Otherwise the laptop works fine and I am pleased with it.
    I suspect the problem might be with Realtec but the drivers appear to be up to date. My internet security is trend micro.
    I wondered if it might be a hardware problem when it happens under both Vista and windows 7.
    Has anyone got any ideas about what might be causing the laptop to crash on startup?

    I have exactly the same problem with the laptop (U500 11E) crashing on startup, recovery can't do anything and sometimes I get a Windows "solution" box that tries to find something and then just vanishes.
    I followed the same procedure as Dave, by upgrading to Win7 thinking that might fix the problem, but it clearly didn't. I also updated all drivers and the BIOS to the latest versions.
    I think my trouble started not right out of the box but only after I upgraded to Vista Service Pack 1, but I'm not completely sure.
    It is pretty annoying because of course it now takes twice as long to get the laptop up and running.
    Finding someone else who also has the problem makes me wonder if the problem might have another cause and if there might be a way to fix it?
    Petra

  • Another report of Safari crashing when closing windows

    Hi... I've seen another thread about Safari crashing when closing windows, but it was suggested that I create a new thread for my issue, so my comments aren't confused with those in the existing thread.
    I'm running Safari for Mac (Version 5.0.1 (6533.17.8) on a MacBook Core Duo 2.4 GHz, running Snow Leopard 10.6.2. When I have multiple windows open and I close one or two of them, I get the pinwheel and then Safari quits unexpectedly. I have never observed this to happen if I'm running a single window in Safari and I close it. It only occurs when multiple windows are open. It seems to occur more frequently if I have downloaded any files.
    I'll mention that I also have an iMac Core Duo 20", and I do not observe the same problem.
    Hopefully, someone will be able to suggest something. Here is the crash log:
    Process: Safari [28681]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.1 (6533.17.8)
    Build Info: WebBrowser-75331708~1
    Code Type: X86 (Native)
    Parent Process: launchd [214]
    Date/Time: 2010-08-16 10:23:20.623 -0500
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Interval Since Last Report: 117465 sec
    Crashes Since Last Report: 7
    Per-App Interval Since Last Report: 86908 sec
    Per-App Crashes Since Last Report: 6
    Anonymous UUID: 7D730D98-E83F-474D-AC8E-FF12447447BC
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000061506d6f
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: release
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libobjc.A.dylib 0x984d5eec objc_msgSend + 44
    1 com.apple.Foundation 0x921eda3c __delayedPerformCleanup + 59
    2 com.apple.CoreFoundation 0x953946e2 CFRunLoopTimerInvalidate + 786
    3 com.apple.CoreFoundation 0x9534fabb __CFRunLoopRun + 9003
    4 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    5 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    6 com.apple.HIToolbox 0x98099f9c RunCurrentEventLoopInMode + 392
    7 com.apple.HIToolbox 0x98099d51 ReceiveNextEventCommon + 354
    8 com.apple.HIToolbox 0x98099bd6 BlockUntilNextEventMatchingListInMode + 81
    9 com.apple.AppKit 0x96861a89 _DPSNextEvent + 847
    10 com.apple.AppKit 0x968612ca -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    11 com.apple.Safari 0x0001687a 0x1000 + 88186
    12 com.apple.AppKit 0x9682355b -[NSApplication run] + 821
    13 com.apple.AppKit 0x9681b5ed NSApplicationMain + 574
    14 com.apple.Safari 0x0000adf9 0x1000 + 40441
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x928288da select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x9281414b dispatch_mgrinvoke + 454
    2 libSystem.B.dylib 0x92813519 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x928132be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x92812d41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x92812b86 start_wqthread + 30
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.WebCore 0x915f682a WebCore::IconDatabase::syncThreadMainLoop() + 266
    4 com.apple.WebCore 0x915f2b1c WebCore::IconDatabase::iconDatabaseSyncThread() + 188
    5 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    6 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 3: Safari: CertRevocationChecker
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    5 com.apple.Safari 0x0002f321 0x1000 + 189217
    6 com.apple.Safari 0x0002f06a 0x1000 + 188522
    7 com.apple.Safari 0x0002f003 0x1000 + 188419
    8 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    9 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    5 com.apple.Foundation 0x9221142c +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
    6 com.apple.Foundation 0x921d88d4 -[NSThread main] + 45
    7 com.apple.Foundation 0x921d8884 _NSThread__main_ + 1499
    8 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    9 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 5: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9534cec1 CFRunLoopRunInMode + 97
    5 com.apple.Safari 0x0002f321 0x1000 + 189217
    6 com.apple.Safari 0x0002f06a 0x1000 + 188522
    7 com.apple.Safari 0x0002f003 0x1000 + 188419
    8 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    9 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x950d4ae1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4 com.apple.Safari 0x00045185 0x1000 + 278917
    5 com.apple.Safari 0x000450d5 0x1000 + 278741
    6 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    7 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 7: WebCore: LocalStorage
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.JavaScriptCore 0x950d4ae1 ***::ThreadCondition::timedWait(***::Mutex&, double) + 81
    4 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    5 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x9280c086 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9538d80d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    3 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95352fd4 CFRunLoopRun + 84
    5 com.apple.CoreMedia 0x995ed40e FigThreadGlobalNetworkBufferingRunloop + 149
    6 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    7 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.apple.CoreFoundation 0x9534dfaf __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x9534d094 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x95352fd4 CFRunLoopRun + 84
    5 com.apple.QuickTime 0x94598c52 QTSNetworkThread_RunThread + 117
    6 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    7 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x927ed0fa machmsgtrap + 10
    1 libSystem.B.dylib 0x927ed867 mach_msg + 68
    2 com.joesoft.hal 0x1a46d578 HandlePatchThread(void*) + 104
    3 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    4 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 ...dia.FlashPlayer-10.6.plugin 0x21c4433f unregister_ShockwaveFlash + 45695
    4 ...dia.FlashPlayer-10.6.plugin 0x21818884 0x21800000 + 100484
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x9281b066 _semwaitsignal + 10
    1 libSystem.B.dylib 0x9281ad22 pthread_condwait + 1191
    2 libSystem.B.dylib 0x9281c9b8 pthreadcondwait$UNIX2003 + 73
    3 ...dia.FlashPlayer-10.6.plugin 0x21c4433f unregister_ShockwaveFlash + 45695
    4 ...dia.FlashPlayer-10.6.plugin 0x21818884 0x21800000 + 100484
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b346e2 0x21800000 + 3360482
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b346e2 0x21800000 + 3360482
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b346e2 0x21800000 + 3360482
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x927ed15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x9281aca5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x92849848 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x21c44301 unregister_ShockwaveFlash + 45633
    4 ...dia.FlashPlayer-10.6.plugin 0x21b34778 0x21800000 + 3360632
    5 ...dia.FlashPlayer-10.6.plugin 0x21c4443e unregister_ShockwaveFlash + 45950
    6 ...dia.FlashPlayer-10.6.plugin 0x21c44575 unregister_ShockwaveFlash + 46261
    7 libSystem.B.dylib 0x9281a81d pthreadstart + 345
    8 libSystem.B.dylib 0x9281a6a2 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x928129d2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x92812f68 pthreadwqthread + 941
    2 libSystem.B.dylib 0x92812b86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x61506d6f ebx: 0x96a8a94c ecx: 0x96feff80 edx: 0x258fbbc0
    edi: 0x04c2830f esi: 0xffcffbdf ebp: 0xbfffe8e8 esp: 0xbfffe8a4
    ss: 0x0000001f efl: 0x00010206 eip: 0x984d5eec cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x61506d6f
    Binary Images:
    0x1000 - 0x52affb com.apple.Safari 5.0.1 (6533.17.8) <0D5E8737-8EB3-4B04-8E54-CA8D9ED470C4> /Applications/Safari.app/Contents/MacOS/Safari
    0x1491000 - 0x1493fff +com.unsanity.menuextraenabler 1.0.3 (1.0.3) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0x165c000 - 0x1666ff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports
    0x12f00000 - 0x132aefe3 com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x13a85000 - 0x13a87ffe +com.lemkesoft.GraphicConverterCMI 2.0 (1.7) <486995C6-BD37-1C17-EA3A-B908307AD8AB> /Users/tommyboy/Library/Contextual Menu Items/GraphicConverterCMI2.plugin/Contents/MacOS/GraphicConverterCMI
    0x13c41000 - 0x13c44ff2 +com.macromedia.Flash Player.plugin 10.1.53.64 (10.1.53.64) <4FE0EBB4-DD56-E42E-1792-6466E720365F> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x1854d000 - 0x186c0ff7 GLEngine ??? (???) <5EB664AC-6395-A161-ED9D-12219745A887> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x186f2000 - 0x18b58ff7 com.apple.driver.AppleIntelGMAX3100GLDriver 1.6.16 (6.1.6) <289C8984-D6F4-D340-61D6-5AB9BA2762FF> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/App leIntelGMAX3100GLDriver
    0x18ca9000 - 0x18cccfe7 GLRendererFloat ??? (???) <4F847096-3DBD-AE90-90FF-5AE12E15D3C9> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x195e4000 - 0x195e4ff7 com.apple.JavaPluginCocoa 13.2.0 (13.2.0) <6330F04D-3250-2071-42E4-0ABB54216529> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x195e9000 - 0x195e9ff7 +com.yazsoft.SDEnhancer ??? (1.0) <265A3874-FE45-D398-4511-7AAE37884D24> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/MacOS/Sp eedDownloadEnhancer
    0x1978e000 - 0x1978ffff +uk.co.markallan.clamxav.ScanWithClamXav ??? (1.0) /Users/tommyboy/Library/Contextual Menu Items/ScanWithClamXav.plugin/Contents/MacOS/ScanWithClamXav
    0x197c3000 - 0x19835fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x19843000 - 0x198f8fe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x1993e000 - 0x1994bffb +net.telestream.license 1.0.7.2-GC (1.0.7.2-GC) <3B3ADB81-79F3-6371-31FE-66EF8D8E3100> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense
    0x1995a000 - 0x1995cff7 com.apple.PDFImporter 2.1 (???) <C78368B0-3712-067C-9467-55932890C979> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x19962000 - 0x19966ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <5570694E-039D-7970-6083-1C8A7B7C937B> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x19bd5000 - 0x19bd5fff +com.parallels.cmplugin ParallelsCM version 1.0 (1.0) /Library/Contextual Menu Items/ParallelsCM.plugin/Contents/MacOS/ParallelsCM
    0x19bd9000 - 0x19bdaff7 +com.yazsoft.speeddownload.contextualmenu ??? (1.0.2) <32C5928C-3DE3-BFF1-D8E3-97876A95A4DA> /Library/Contextual Menu Items/Speed Download Contextual Menu.plugin/Contents/MacOS/Speed Download Contextual Menu
    0x19dce000 - 0x19ddcfe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8F5FA7F7-840D-C5EF-C6E6-E2AF7CE43CD2> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x19de0000 - 0x19df2ff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <026B8702-B0A6-1D90-BBD6-AAAD2E14810D> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1a043000 - 0x1a04aff7 com.apple.JavaVM 13.2.0 (13.2.0) <75981DDE-4A7A-EEB6-BAEE-30E9E1DA17C0> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x1a053000 - 0x1a058ff7 +com.yazsoft.browserplugin 2.1.5 (2.1.5) <C9F8EB14-5273-6D24-CB78-D7E4988D1741> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/MacOS/SpeedDownload Browser Plugin
    0x1a05d000 - 0x1a061ff7 +com.yazsoft.SDSFBundle ??? (1.0) <A2FE447B-7FEA-76FC-EFF9-4EF08FF31B21> /Library/Internet Plug-Ins/SpeedDownload Browser Plugin.plugin/Contents/Resources/SpeedDownloadEnhancer.bundle/Contents/Resource s/SDSFBundle.bundle/Contents/MacOS/SDSFBundle
    0x1a077000 - 0x1a07afff +com.pgp.contextmenu.PGPcontext 9.8.2.3005 (9.8.2.3005) /Library/Contextual Menu Items/PGPcontext.plugin/Contents/MacOS/PGPcontext
    0x1a333000 - 0x1a374fe3 com.apple.audio.SoundManager.Components 3.9.4 (3.9.4) <AD66647C-03A9-EBAF-6FFC-E5A631F4D6BE> /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x1a43f000 - 0x1a445ffb com.apple.audio.AppleHDAHALPlugIn 1.8.7 (1.8.7f1) <0FE8B697-6D19-69C6-FA94-E18064ACFAEC> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x1a44a000 - 0x1a472fff +com.joesoft.hal ??? (1.0.1.162) /Library/Audio/Plug-Ins/HAL/Hear.plugin/Contents/MacOS/Hear
    0x1a481000 - 0x1a486fff +com.roxio.ToastItPlugin ToastIt 1.1.2 (build 18) (1.1.2) <271B9402-59DA-B4F5-4554-0356099BD7BB> /Users/tommyboy/Library/Contextual Menu Items/ToastIt.plugin/Contents/MacOS/ToastIt
    0x1d494000 - 0x1d4cbff8 +com.pgp.framework.PGPui 9.8.2.3005 (3.10.2) /Library/Frameworks/PGPui.framework/Versions/A/PGPui
    0x1d8a6000 - 0x1d8d8ffe +com.stuffit.StuffItCM 12.0.1 (12.0.1) /Library/Contextual Menu Items/StuffItCM.plugin/Contents/MacOS/StuffItCM
    0x1dddb000 - 0x1dfbdff3 +com.elgato.mpegsupport EyeTV MPEG Support 1.2 (build 52) (1.2) <35B97927-65D9-4556-1B6A-23CC2834C7FA> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x1e260000 - 0x1e4e4ff3 +com.elgato.Turbo.component 1.0.2 (759) (1.0.2) <21DBC045-EEB1-87B8-8E81-2F7DBBDD2962> /Library/QuickTime/Elgato Turbo.component/Contents/MacOS/Elgato Turbo
    0x1e560000 - 0x1e634fe3 +Crusher ??? (???) <5B0E8275-B9AD-3423-82AC-B9F45AD62A8B> /Library/QuickTime/Elgato Turbo.component/Contents/Frameworks/Crusher.framework/Versions/A/Crusher
    0x1e896000 - 0x1e9f6fff +CrusherHD ??? (???) <F4C66932-907F-5323-C128-D9A6A4122BD5> /Library/QuickTime/Elgato Turbo.component/Contents/Frameworks/CrusherHD.framework/Versions/A/CrusherHD
    0x1ea6b000 - 0x1ec5ffff +com.elgato.mpegsupport EyeTV MPEG Support 1.1.1 (build 49) (1.1.1) <388141FC-ED2D-5789-848C-711541157242> /Library/QuickTime/Elgato Turbo.component/Contents/Resources/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x1ef00000 - 0x1f0f2fe2 +net.telestream.wmv.import 2.3.3.3 (2.3.3.3) <29274B95-3248-3AB4-A08F-718299D6D8C8> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x1f127000 - 0x1f29ffeb com.apple.QuickTimeStreaming.component 7.6.6 (1742) <673FAFC2-B72B-6594-0599-D1FE314E3B98> /System/Library/QuickTime/QuickTimeStreaming.component/Contents/MacOS/QuickTime Streaming
    0x20000000 - 0x20047feb +com.stuffit.sdk 12.0.1 (12.0.1) <F75CA13B-084B-4B83-AA7A-7B13A7F8CEA0> /Library/Frameworks/StuffIt.framework/Versions/B/StuffIt
    0x21800000 - 0x221cbfd3 +com.macromedia.FlashPlayer-10.6.plugin 10.1.53.64 (10.1.53.64) <28AEE5D0-CE3E-55DB-5AE5-787143EC0F96> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlay er-10.6
    0x235b2000 - 0x2363dfd1 +com.stuffit.stuffitcore 12.0.1 (12.0.1) <B625F52A-4E26-4A51-B15C-3C7CDB49ABB1> /Library/Frameworks/StuffItCore.framework/Versions/A/StuffItCore
    0x24000000 - 0x2419efe5 +com.pgp.framework.PGPclient 9.8.2.3005 (9.8.2.3005) /Library/Frameworks/PGPclient.framework/Versions/A/PGPclient
    0x2425c000 - 0x24464fce +com.pgp.framework.PGP 3.10.2 (3.10.2) /Library/Frameworks/PGP.framework/Versions/A/PGP
    0x70000000 - 0x700caffb com.apple.audio.units.Components 1.6.1 (1.6.1) <AEC44B68-A209-4093-36B0-7B740361249B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90023000 - 0x90091ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x900bd000 - 0x90134ff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90135000 - 0x9049dff7 com.apple.QuartzCore 1.6.2 (227.22) <4288F0D2-0C87-F054-C372-8764B44DE024> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x904a4000 - 0x905d0fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x905d1000 - 0x90649fef com.apple.AppleVAFramework 4.9.20 (4.9.20) <D8B544CB-9E32-81C2-59BD-C5DDB66DA621> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x9068c000 - 0x906fbff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x906fc000 - 0x90705ff7 com.apple.corelocation 12 (12) <3B96D426-9245-A054-E9D2-6503BA48938A> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x90706000 - 0x908c0fe3 com.apple.ImageIO.framework 3.0.3 (3.0.3) <A93A514B-C1BF-21D0-FB03-CB775DE4FFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x908c1000 - 0x908c7ff7 com.apple.DisplayServicesFW 2.2.2 (251) <6E4020F6-4DD0-F137-F226-F396807E3C3B> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x908c8000 - 0x90971ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <B740E1BD-01B7-34C2-2A9A-6DBC68B1EA5B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90972000 - 0x90993fe7 com.apple.opencl 12.1 (12.1) <DA2AC3FA-ED11-2D10-21E9-7BDF4778B228> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90994000 - 0x90996ff7 libRadiance.dylib ??? (???) <AB06F616-E3EA-5966-029A-8AA44BBE5B28> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x909e0000 - 0x90c43fef com.apple.security 6.1.1 (37594) <8AE73F5F-936C-80F6-B05B-A50C3082569C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90c44000 - 0x90c83ff7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <18E338B0-D82E-2ADC-FB9E-8909E765C41B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x90cbd000 - 0x90ccbfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x90ccc000 - 0x90d3aff7 com.apple.ISSupport 1.9.3 (51) <9BB37FBA-E379-8D12-11C6-B9C5C9683D27> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90d3b000 - 0x90d4fffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90d50000 - 0x90e51fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x90e52000 - 0x90e8dfeb libFontRegistry.dylib ??? (???) <A102F61F-25D5-001A-20C3-56304C585072> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x90e8e000 - 0x91094feb com.apple.AddressBook.framework 5.0.2 (870) <3E9D6CF3-6C41-245D-5343-941A185C8384> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x915dc000 - 0x915dffe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x915f0000 - 0x9203bff7 com.apple.WebCore 6533.17 (6533.17.8) <CB22435A-3FAC-EAE2-3CF1-FB9D79635637> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9203c000 - 0x9213efef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x9213f000 - 0x9213fff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x92140000 - 0x92155fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9216c000 - 0x9217dff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9217e000 - 0x921c1ff7 libGLU.dylib ??? (???) <B50572FF-3EAC-FD98-1A01-6B718D98F67F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x921c2000 - 0x92432ffb com.apple.Foundation 6.6.3 (751.29) <E77D3906-99F4-FEF4-FBB0-86FB3C94073E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92433000 - 0x92442fe7 libxar.1.dylib ??? (???) <382463E5-02FE-8DDD-E061-C7F730B21F10> /usr/lib/libxar.1.dylib
    0x92443000 - 0x924a4fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x924de000 - 0x92521ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x925ae000 - 0x926baff7 libGLProgrammability.dylib ??? (???) <23AB2443-1DB3-3BFE-38A6-11F0BE453989> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x926bb000 - 0x926bbff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x926d0000 - 0x926d1ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x926d2000 - 0x9278bfe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x9278c000 - 0x92790ff7 IOSurface ??? (???) <66E11D8E-CF4B-EFD0-37F9-20177C647021> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x92791000 - 0x92795ff7 libGIF.dylib ??? (???) <3ECD4D2C-40FE-E9A0-A2D2-E36D1C00D3A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x927d7000 - 0x927ebfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x927ec000 - 0x92992feb libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    0x92993000 - 0x92e4cffb com.apple.VideoToolbox 0.484.11 (484.11) <6AB58081-F7C4-46F9-2C05-CFED9E38F0A0> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x92e4d000 - 0x92e6dfe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x92e6e000 - 0x93050fff com.apple.imageKit 2.0.3 (1.0) <BF2ECA4D-FCD8-AD5D-E100-22370F2C7EE0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93051000 - 0x930caff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x930cb000 - 0x930efff7 libJPEG.dylib ??? (???) <5CE96981-6B2A-D15B-4A17-E7BD329095B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x930f0000 - 0x931a6ffb libFontParser.dylib ??? (???) <067DC1A2-764B-41EA-B07E-4205472749B7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x931a7000 - 0x9320bffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9320c000 - 0x93622ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93623000 - 0x936a3feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x936a4000 - 0x936d4ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x936d5000 - 0x93726ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x93763000 - 0x937a9ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x937df000 - 0x9383aff7 com.apple.framework.IOKit 2.0 (???) <A013B850-6ECB-594A-CBD6-DB156B11871B> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9383b000 - 0x93859ff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9385a000 - 0x939dcfe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <2314BD12-0821-75BB-F3BC-98D324CFD30A> /usr/lib/libicucore.A.dylib
    0x93a24000 - 0x93a62ff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x93a63000 - 0x94252557 com.apple.CoreGraphics 1.543.50 (???) <74533178-5C90-0F54-1B06-2E1C5251ED5D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x94253000 - 0x94253ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94254000 - 0x942efff7 com.apple.ApplicationServices.ATS 4.3 (???) <7ECA252B-5F67-2816-A4F0-73E1DC833728> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x942f0000 - 0x945e9fef com.apple.QuickTime 7.6.6 (1742) <89720F2A-F33B-FF09-3D81-F9F25A99F3EB> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x945ea000 - 0x94692ffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x94693000 - 0x9469eff7 com.apple.CrashReporterSupport 10.6.3 (250) <981124CA-6E89-94C5-C7E9-4E0D6CA06F1D> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9469f000 - 0x946e3fe7 com.apple.Metadata 10.6.3 (507.10) <630494FA-3BB3-EDD3-E10B-8DAAF4831E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9472d000 - 0x9477afeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x9477b000 - 0x947e5fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x947e6000 - 0x9483efe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x9483f000 - 0x94865fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x94892000 - 0x948baff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x948bb000 - 0x949cafe7 com.apple.WebKit 6533.17 (6533.17.8) <7489BF63-4075-335A-93DE-878547A7A4B2> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x949d0000 - 0x949d0ff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x949d1000 - 0x94cf1feb com.apple.CoreServices.CarbonCore 861.13 (861.13) <52803668-3669-36BD-57DD-078FBA835081> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x94d0b000 - 0x94d26ff7 libPng.dylib ??? (???) <36A3D75E-5178-4358-7F02-444E276D61AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x94d27000 - 0x94e6afef com.apple.QTKit 7.6.6 (1742) <98ECA8E3-73F0-D21B-8B7E-8FE651E29A7F> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94eb3000 - 0x94ebcff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94ebd000 - 0x94ebdff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x94ef8000 - 0x94ef8ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x94ef9000 - 0x95025ffb com.apple.MediaToolbox 0.484.11 (484.11) <B93B175A-2039-2FD2-FBE4-22C9F8C9E223> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x95026000 - 0x9505aff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <0B900F26-51C1-7639-346F-24B080AEDAF3> /usr/lib/libssl.0.9.8.dylib
    0x9506e000 - 0x9507eff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9507f000 - 0x95081ff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x95082000 - 0x950c2ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x950c3000 - 0x952bafeb com.apple.JavaScriptCore 6533.17 (6533.17.6) <A88FBEE4-D53E-E865-B70E-7C01E75330E4> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x952bb000 - 0x95301ffb com.apple.CoreMediaIOServices 130.0 (1035) <F5E6F93D-6844-9FD7-8769-44503DFD5363> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x95302000 - 0x9530cff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9530d000 - 0x95310ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95311000 - 0x9548bfe3 com.apple.CoreFoundation 6.6.3 (550.29) <00373783-3744-F47D-2191-BEEA658F0C3D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9553b000 - 0x9554dff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <F91A4E32-01AA-49DB-2205-3DBE1FEFFC43> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x9554e000 - 0x95555ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x95556000 - 0x95560fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95561000 - 0x964b1fe3 com.apple.QuickTimeComponents.component 7.6.6 (1742) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x964b2000 - 0x964b3ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x964b4000 - 0x9658ffe7 com.apple.DesktopServices 1.5.7 (1.5.7) <A69072AD-C47E-A00D-4A69-6E46A7FB2119> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x9663d000 - 0x96659fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x9665a000 - 0x96737ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96738000 - 0x96744ff7 libkxld.dylib ??? (???) <322A4B52-8305-3081-6B74-813C3A87A56D> /usr/lib/system/libkxld.dylib
    0x96745000 - 0x9674bfff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96757000 - 0x967e9fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x967ea000 - 0x967eaff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96819000 - 0x970f9ff7 com.apple.AppKit 6.6.6 (1038.29) <6F28C335-6DC2-AE0E-B79A-F256DBD0BB45> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x970fa000 - 0x9710aff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x9710b000 - 0x971a8fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x972d6000 - 0x9770bff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9770c000 - 0x97807ffb com.apple.PubSub 1.0.5 (65.20) <2AD354A5-5F08-82AE-BBDE-873F8C233A0B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x97808000 - 0x97820ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x97821000 - 0x9782bffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9784e000 - 0x97855ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x97856000 - 0x9787dff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x9787e000 - 0x979b5ff7 com.apple.CoreAUC 6.04.01 (6.04.01) <B6E035A9-8DA2-82FC-9C2F-F57B9B62BE5F> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x979b6000 - 0x979ecfff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib
    0x979ed000 - 0x979edff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x979f5000 - 0x97c20ff3 com.apple.QuartzComposer 4.1 (156.16) <578A1842-8B62-00BF-B2E8-4C0AA8E6A938> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x97c21000 - 0x97c5eff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <398BB007-41FD-1A30-26D8-CB86ED5E467E> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97c5f000 - 0x97c61fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x97c62000 - 0x97ce4ffb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x98065000 - 0x98389fef com.apple.HIToolbox 1.6.3 (???) <0A5F56E2-9AF3-728D-70AE-429522AEAD8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x9838a000 - 0x983bbff3 libTrueTypeScaler.dylib ??? (???) <7601D717-236D-8F4E-91F5-E69BB2920478> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x983bc000 - 0x984aeff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <D2C86308-F998-C83D-F49B-CD484D4EFE6A> /usr/lib/libcrypto.0.9.8.dylib
    0x984af000 - 0x984b2ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <3B49AED9-0DBA-9D21-F9AC-8784363AD762> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x984b3000 - 0x984c0ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x984c1000 - 0x984cfff7 com.apple.opengl 1.6.8 (1.6.8) <EBB7B411-60DD-DB9D-20C0-3E6258762EF0> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x984d0000 - 0x9857dfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x9857e000 - 0x985b6ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x985ef000 - 0x985feffb SyndicationUI ??? (???) <DFC52859-AA3C-80BE-0B86-AE36C1A50547> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x985ff000 - 0x98643ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x98695000 - 0x9875ffef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x98760000 - 0x98794fe7 com.apple.framework.Apple80211 6.2.3 (623.1) <C096EF56-ABA3-A869-65AA-D1837351E1F6> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x98795000 - 0x987a2fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib
    0x987a3000 - 0x987a6ff7 libCoreVMClient.dylib ??? (???) <420D9D10-B00E-202D-AA98-026996AB97DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x987a7000 - 0x98855ff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x98856000 - 0x98861ff7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <4FA0CE4A-BDE5-0E3D-37F0-03B41F0C2637> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x98889000 - 0x98939ff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9893a000 - 0x9897bff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <8BAE1FC1-A478-F151-17C7-2D5DE470AC4F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x98a27000 - 0x98a28ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x98a31000 - 0x98a37ff7 libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <94F66BA6-A4E8-63A4-1B70-EFAA4C75D668> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x98a38000 - 0x98b66fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x98b67000 - 0x98b6cff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x98b6d000 - 0x98c05fe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x98d67000 - 0x98da9ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x98daa000 - 0x98df3fe7 libTIFF.dylib ??? (???) <9CFF48CC-4852-4D06-17AC-3C947C824159> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x98e16000 - 0x98e47ff7 libGLImage.dylib ??? (???) <B45EA17E-03EF-3575-0843-A1205F29E71E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x98e48000 - 0x98e48ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x98e49000 - 0x98e4dff7 libGFXShared.dylib ??? (???) <B6028E64-3F3B-C637-DA04-D0CD528F6E1F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x98e4e000 - 0x98f1ffe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x98f22000 - 0x98fd2fe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x98fd3000 - 0x98ffdff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x98ffe000 - 0x99009ff7 libGL.dylib ??? (???) <B87E0676-F5EF-8DA3-6DEE-13C43B3832A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x9907e000 - 0x990ceff7 com.apple.framework.familycontrols 2.0.1 (2010) <B9762E20-543D-13B9-F6BF-E8585F04CA01> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x992b3000 - 0x992ebff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <76C02F5C-98FD-BD64-B5FB-C698FB76EA25> /usr/lib/libcups.2.dylib
    0x99448000 - 0x994a2fe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x994a3000 - 0x994c5fef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x994c6000 - 0x9951cff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x9951d000 - 0x99598fe7 com.apple.audio.CoreAudio 3.2.2 (3.2.2) <51D0E2DC-B15F-AF6C-70D8-026DDAD4E2A5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x99599000 - 0x995ccff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x995cd000 - 0x9960aff7 com.apple.CoreMedia 0.484.11 (484.11) <0346F9E5-AEFE-B751-7D85-88D156C01385> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9967a000 - 0x9976eff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib
    0x9976f000 - 0x9994aff3 libType1Scaler.dylib ??? (???) <3CCADAB2-FBBF-15C9-C70C-4D26746B309E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <12C58901-CCF3-4E8E-30CA-92A10CD55DF1> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <7FFF4AFA-6522-C7D5-760F-A8F13D6EF032> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xbb100000 - 0xbb103fe7 libLatinSuppConverter.dylib 49.0.0 (compatibility 1.0.0) <D7E95532-C232-C492-6670-49FF18E6DE45> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <3441F338-2218-6D36-3F95-3A16FBF6713D> /usr/lib/libSystem.B.dylib
    Model: MacBook4,1, BootROM MB41.00C1.B00, 2 processors, Intel Core 2 Duo, 2.4 GHz, 2 GB, SMC 1.31f0
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.3f8, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Network Service: Parallels Shared Networking Adapter, Ethernet, en2
    Network Service: Parallels Host-Only Networking Adapter, Ethernet, en3
    Serial ATA Device: WDC WD5000BEVT-22A0RT0, 465.76 GB
    Parallel ATA Device: MATSHITADVD-R UJ-857E
    USB Device: External USB HDD, 0x0930 (Toshiba Corporation), 0xa001, 0xfd100000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8501, 0xfd400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0229, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8205, 0x1a100000
    FireWire Device: 1394 USB COMBO, Generic, Up to 400 Mb/sec

    Hi Bee.
    I think (fingers crossed) that the problem may be resolved. I removed the referenced "unsanty" folders, which apparently were installed by other apps that didn't explicitly say that they were being installed. My current hunches are Stuffit Deluxe 12, or possibly an older version of Weatherbug (ca 2008). But since removing PGP and the Unsanity enablers, I haven't experienced a crash. I've also updated Weatherbug and I've also gotten the most recent update to Stuffit 12 (v12.0.2).
    I'll keep an eye on things, but if the problem is gone, I'm good to go.
    Come to think of it the only difference between my desktop iMac and my MacBook is that I never installed PGP on my desktop. StuffIt Deluxe and WeatherBug are installed on both.
    Thx,
    TRB

  • Do i need a Blackberry SIM (Data plan to get connected)

    Hello, i have recently purchased a blackberry playbook 32GB.
    i have below queries.
    1. Do i need to have a BB data plan to get connected..even for the first time or may be later too. 
    2. Can a micro SIM with normal 2G or 3G data plan work on it say from AIRTEL or VODAFONE.
    3. I tried connecting my Nokia E6 as a WIFI hotspot (using JOKU) , but playbook does not detect so..however it detects all other WIFI spots say from SAMSUNG phone.
    4. Finaly i got connected with WIFI hotspot provided by SAMSUNG phone and was able to register. But that may not be always available with me. Thats where my second/third  question is important. 
    5. After getting connected as in point 4, software upgrade was in process which was interupted owing to low internet speed. (being EDGE n/w). i am sure after S/W update i shall be able to use it for other purpose.
    6. Even if i get a BLACKberry data plan micro SIM, will it work on NON BB smart phones?
    7. I am new to BLACKBERRY, please help me.

    My first guess is that you bought a former Sprint (US) Playbook, which might not be operable in India.
    I just don't know. You might try to return it to your eBay seller and get your money back and purchase a known working device.
    Does it connect to WiFi?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error while creating Data Form Definition report from Planning

    Hi All,
    Working on Planning 11.1.2 (x64)
    I tried to generate a Data Form Definition report from Planning and found that I get an error if I select the option "Include member selection list". By going a bit deeper, I realised that it errors for some forms while works fine for others.
    I have tried to find any differences in setting or selection between the forms but haven't been able to see anything that struck me as a reason for error.
    Help please.
    Thanks,
    Abhishek

    The Planning sysout log says:
    [120910_091125126][oracle.apps.xdo.common.xml.XSLTWrapper][EXCEPTION] XSL error:
    <Line 1, Column 1068>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 1068>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 1075>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 1075>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 1082>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 1082>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 1089>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 1089>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    <Line 1, Column 1096>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 1096>: XML-20250: (Fatal Error) Missing entity 'Year5'.
    <Line 1, Column 4586>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 4586>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 4593>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 4593>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 4600>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 4600>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 4607>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 4607>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    <Line 1, Column 4614>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 4614>: XML-20250: (Fatal Error) Missing entity 'Year5'.
    <Line 1, Column 12215>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 12215>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 12222>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 12222>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 12229>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 12229>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 12236>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 12236>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    <Line 1, Column 12243>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 12243>: XML-20250: (Fatal Error) Missing entity 'Year5'.
    <Line 1, Column 18528>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 18528>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 18535>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 18535>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 18542>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 18542>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 18549>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 18549>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    <Line 1, Column 18556>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 18556>: XML-20250: (Fatal Error) Missing entity 'Year5'.
    <Line 1, Column 39824>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 39824>: XML-20250: (Fatal Error) Missing entity 'Scenario'.
    <Line 1, Column 39905>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 39905>: XML-20250: (Fatal Error) Missing entity 'PriorYear'.
    <Line 1, Column 39985>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 39985>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 39992>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 39992>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 39999>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 39999>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 40006>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 40006>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    <Line 1, Column 40013>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 40013>: XML-20250: (Fatal Error) Missing entity 'Year5'.
    <Line 1, Column 41613>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41613>: XML-20250: (Fatal Error) Missing entity 'CommentYearTarget'.
    <Line 1, Column 41702>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41702>: XML-20250: (Fatal Error) Missing entity 'CommentYearTarget'.
    <Line 1, Column 41791>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41791>: XML-20250: (Fatal Error) Missing entity 'CommentYearTarget'.
    <Line 1, Column 41880>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41880>: XML-20250: (Fatal Error) Missing entity 'CommentYearTarget'.
    <Line 1, Column 41960>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41960>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 41967>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41967>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 41974>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41974>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 41981>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41981>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    <Line 1, Column 41988>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 41988>: XML-20250: (Fatal Error) Missing entity 'Year5'.
    <Line 1, Column 46124>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 46124>: XML-20250: (Fatal Error) Missing entity 'CostCentre'.
    <Line 1, Column 47563>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 47563>: XML-20250: (Fatal Error) Missing entity 'Scenario'.
    <Line 1, Column 47644>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 47644>: XML-20250: (Fatal Error) Missing entity 'PriorYear'.
    <Line 1, Column 47724>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 47724>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 47731>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 47731>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 47738>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 47738>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 47745>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 47745>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    <Line 1, Column 47752>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 47752>: XML-20250: (Fatal Error) Missing entity 'Year5'.
    <Line 1, Column 49431>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 49431>: XML-20250: (Fatal Error) Missing entity 'Scenario'.
    <Line 1, Column 49512>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 49512>: XML-20250: (Fatal Error) Missing entity 'PriorYear'.
    <Line 1, Column 49592>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 49592>: XML-20250: (Fatal Error) Missing entity 'ThisYear'.
    <Line 1, Column 49599>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 49599>: XML-20250: (Fatal Error) Missing entity 'Year2'.
    <Line 1, Column 49606>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 49606>: XML-20250: (Fatal Error) Missing entity 'Year3'.
    <Line 1, Column 49613>: XML-20100: (Fatal Error) Expected ';'.
    <Line 1, Column 49613>: XML-20250: (Fatal Error) Missing entity 'Year4'.
    Most of these are Substitution Variables. I dont know why it is showing a few lines for "Scenario" as well.
    The Planning syserr log says
    java.net.SocketException: socket write error: Connection reset by peer.
         at jrockit.net.SocketNativeIO.writeBytesPinned(Native Method)
         at jrockit.net.SocketNativeIO.socketWrite(SocketNativeIO.java:73)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:136)
         at weblogic.utils.io.ChunkedOutputStream.writeTo(ChunkedOutputStream.java:193)
         at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:443)
         at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:1291)
         at weblogic.servlet.internal.ServletOutputStreamImpl.sendHeaders(ServletOutputStreamImpl.java:260)
         at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:108)
         at weblogic.servlet.internal.ServletResponseImpl.sendRedirect(ServletResponseImpl.java:907)
         at HspValidatingHttpResponse.sendRedirect(Unknown Source)
         at jsp_servlet.__planninglogoff._jspService(__planninglogoff.java:1411)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    oracle.xml.parser.v2.XMLParseException: Expected ';'.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:323)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:335)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:318)
         at oracle.apps.xdo.common.xml.XSLTClassic.transform(Unknown Source)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.createFO(Unknown Source)
         at oracle.apps.xdo.template.FOProcessor.generate(Unknown Source)
         at HspReportingServlet.Handle(Unknown Source)
         at HspHttpServlet.initialize(Unknown Source)
         at HspHttpServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at HspValidationFilter.doFilter(Unknown Source)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Would be great if you could interpret these log and let me know how I can resolve this.
    Cheers

  • FRM-92101 Error when trying to access forms in R12 in windows 2003 SP1

    Hi,
    We have installed the Oracle Applications system on one of our instance.
    When we try to start the application we face some problem:
    The syndrome is the following:
    We are launching one of the Apps Forms Page
    However, we have to wait around 8-10 minutes till we got the error
    FRM-92101: There was a failure in the Forms Server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details.
    Details...
    Java Exception:
    oracle.forms.net.ConnectionException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
    at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
    at oracle.forms.net.HTTPNStream.flush(Unknown Source)
    at java.io.DataOutputStream.flush(Unknown Source)
    at oracle.forms.net.HTTPConnection.connect(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
    at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
    at oracle.forms.engine.Runform.initConnection(Unknown Source)
    at oracle.forms.engine.Runform.startRunform(Unknown Source)
    at oracle.forms.engine.Main.createRunform(Unknown Source)
    at oracle.forms.engine.Main.start(Unknown Source)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)"
    The OS in Windows 2003 with SP1

    We are launching one of the Apps Forms Page What is the form name? What is the navigation of the form?
    Did you try to regenerate the form via adadmin? If not, please do so and check then.

  • In Hyperion Financial Reporting can we show comments entered in data forms?

    Hi,
    I want to show comments in Hyperion financial reports. The data form are against BSO cube and when users enter comments in it they want to see in reports which are against ASO.
    Also, if you can help me if it is possible against same cube?

    Hi,
    I think we can't show it in ASO, but if we have a BSO cube then we have to connect our reports with the Planning data source instead of an Essbase data source and specify on the report to show supporting detail.
    You have to do some settings in the FR_Global.properties which are:
    AllowCellTextAsAnnotation=true, the Cell Text check box on the Report Property sheet is shown (for Financial Management and Planning, not Essbase yet). The default setting will be unchecked (turned off).
    AllowPlanningUnitAnnotationsAsAnnotations=true, the Planning Unit Annotations check box on the Report Property sheet is shown for Planning. The default setting will be unchecked (turned off).
    AllowDocAttachmentsAsAnnotations=true, the Document Attachments check box on the Report Property Sheet is shown for Financial Management. The default setting will be unchecked (turned off).
    Hope this helps.
    Regards
    SST.....

  • 10.5.1 crashing while connecting to network

    Three day old MacBook 2.2. Original 10.5 updated to 10.5.1. Used migration assistance to transfer data and settings from PowerBook. Have now crashed five times while initiating sign on to a network. These are hard freezes with not so much as a keyboard shortcut or point movement possible.
    While I am connecting via Bluetooth to a cell phone for internet access, my neighbor running an early 2007 MacBook Pro had a similar crash while connecting to a wired network. This leads me to believe that it is an OS 10.5 issue.
    As another issue, three hours after I bought the MacBook and after updating and migrating, it went to sleep and could not be woken. Lost data on that one.
    Please help! After 10 years of owning a 3400, TiBook, AlBook, and a couple of even older desktops, I have never had anything like this level of instability.
    Any suggestions?

    OK, number 7! Typing a post in a non computer forum and my cell phone logged the connection off as it often does when inactive. Froze when I attempted a reconnect. Airport was off for sure this time. As in the other times, some activity is possible before everything freezes. Nothing functional until this time, I was able to select what I had just written and put a clipping on the desktop. Wasn't sure that had worked or been saved until I rebooted, but there it was.
    I waited for a while in the frozen state just in case it would fix itself but the temperature and fan started ramping up quickly. Still no crash report!
    On a hunch, I looked in my user library. There were a number of application crash reports from my old Powerbook that I migrated from.
    Any other thoughts? I should just call AppleCare, but have no access to a landline and am running out of minutes fast so any hold time will be costly.

Maybe you are looking for

  • Unable to get the data from ms sql stored procedures using crystal report 10

    Dear, I am using the crystal report 10 and MS SQL 2000. I created stored procedures and after making the connection, i am unbale the data from that procedure. When i run stored procedure on MS SQL server it works fine. Please help me. Best Regards Pa

  • New hard drive and now can't get library back!

    Hi, My hard drive recently crashed and I did not have a backup (I know, I know!). Anyway, new hard drive installed and some of my files were saved including some music files. However, when I try to add them to iTunes, they do not add. I have everythi

  • Error message is 'The Request Error : 400' with SAP Download Manager

    Hello, The authorization object SWDOWNLOAD (download software) is assigned to the My user ID. But I could not download below that file. SAP_ABA 710 (4~8) SAP_BASIS 710 (4~8) PI_BASIS 2006_1_710 (4~8) SAP_BW 710 (4~8) Error message is 'The Request Err

  • Coding for picoscope 2205 LabVIEW

    can anybody give me the coding for picoscope 2205 for labVIEW

  • ODS to Cube Load...Urgent...Please Help!!!

    Hi, Consider the following architecture. We have SAP R/3 connected to an BW/SEM Production System and we are running the BCS consolidation module on this system. For consolidation purposes we have the following architecture in place. There is a daily