Web Browser Hidden Commands

http://windowssecrets.com/newsletter/little-known-browser-commands-and-functions/

boy, ...weird as it sounds, the older I get the more I DONT wanna mess around with stuff anymore.
I guess if I had to I could dig up tools for windows 32 bit stuff ( dependence walker comes to mind )...  and all that background stuff that used to be fascinating to me and really helpful besides...especially when solving problems with my machine...but NOW.... I am getting more and more into NOT doing anything anymore to solve problems...and more into just doing what I need to do...if there is a client involved or some way to make money or a product out of that " time" I spend on this stuff.
I guess what I'm saying is... if I don't HAVE to do something now I shy away from it.... and just keep this machine as lean as possible so I dont have to deal with surprises from installed junk hooking me into something I dont want.
The browsers and social media things are the worst IMO now... and search engines and all that junk...and the relationships they have with each other...
At some point all this will come to some giant wall...where serious computer users will not even have their work stations hooked up to the internet...
And they will be the minority.
The business and profit etc will continue along the lines of cookies and all that...and browsers, search engines, social media, etc...and probably dick tracy watch phones and little phones with screens and all that, which I have absolutely no interest in.
But anyway, thanks for posting this link cause back in the day this stuff was very helpful to me depending on what browser I was using etc.
Right now though, my biggest concern is trying to avoid the giant frog on the kids course when I'm supposed to be on the adult course ....
YIKES !

Similar Messages

  • How to recognize web browser refresh command in bsp code

    Hi,
    I have designed a bsp page on my solman system on which there are some buttons. When I refresh the web browser my last button command is executed again. Is there any way to prevent the last bsp command when I refresh the web browser.
    Regards,

    Hello Ekrem,
    I developed standard BSP (Page With Flow Logic) and I checked it behavior.
    From what I saw: when I pressed the Refresh button it didn't get into OnInputProcess method. only to OnIntialization method, so the button doesn't executed again.
    Try to clear event variables after you use it, may be it will help.
    Good Luck
    Eli Steklov
    Please Reward Points If It Helped

  • Un-embed applet on oracle 10g forms from web browser

    Hi all,
    I want to ask how can i seperately open my applet from web browser in oracle 10g forms. To be more precise to my question, i dont want to use my applet in web browser. It should be opened in new window i.e. applet window.
    Regards,
    Qasim Javaid Malik

    If you want to run forms without the IE browser (hidden)
    Try this
    To open web forms just like client server with a hidden IE window, I have invented two methods.
    ****** make seperateFrame = True on formsweb.cfg ******
    Method 1
    <job id="SYMA">
    <script language="VBScript">
    Const SW_HIDE = 0
    Const High = 128
    strComputer = "."
    strCommand = "C:\Program Files\Internet Explorer\IEXPLORE.EXE http://symphony-devl.atradiusnet.com/forms/frmservlet?config=syma"
    Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" _
    & strComputer & "\root\cimv2")
    ' Configure the Notepad process to show a window
    Set objStartup = objWMIService.Get("Win32_ProcessStartup")
    Set objConfig = objStartup.SpawnInstance_
    ' Create Notepad process
    Set objProcess = objWMIService.Get("Win32_Process")
    intReturn = objProcess.Create _
    (strCommand,Symphony, objConfig, intProcessID)
    If intReturn <> 0 Then
    Wscript.Echo "Process could not be created." & _
    vbNewLine & "Command line: " & strCommand & _
    vbNewLine & "Return value: " & intReturn
    Else
    Wscript.Echo "Process created." & _
    vbNewLine & "Command line: " & strCommand & _
    vbNewLine & "Process ID: " & intProcessID
    End If
    </script>
    </job>
    Method 2
    <job id="SYMA">
    <script language="VBScript">
    dim objShell
    set objShell = CreateObject("InternetExplorer.Application")
    objShell.ShellExecute "C:\Program Files\Internet Explorer\IEXPLORE.EXE", "http://ws-79767.atradiusnet.com:8890/forms/frmservlet?config=localJpi", "", "open",0
    </script>
    </job>
    Change the URL as appropriate, it's fantasitic .... !!!!!!
    Any questions let me know ...... !

  • Unable to open Enterprise Manager in web browser

    Hi All,
    I have configured EM in my single instance database in Windows server 2008 inside VMware . But i am unable to open em in web browser.
    C:\Users\Administrator>emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    https://WIN-4RW5HRZKIEB:1158/em/console/aboutApplication
    Oracle Enterprise Manager 11g is running.
    Logs are generated in directory C:\app\oracle\product\11.2.0\dbhome_1/WIN-4RW5HRZKIEB_dipu/sysman/log
    and my listener status
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
    Start Date 11-APR-2013 23:06:27
    Uptime 0 days 0 hr. 58 min. 46 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File c:\app\oracle\diag\tnslsnr\WIN-4RW5HRZKIEB\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=WIN-4RW5HRZKIEB)(PORT=1521)))
    Services Summary...
    Service "arya1XDB" has 1 instance(s).
    Instance "arya1", status READY, has 1 handler(s) for this service...
    Service "dipu" has 1 instance(s).
    Instance "arya1", status READY, has 1 handler(s) for this service...
    The command completed successfully
    But when i am entering the eterprise manager link(https://WIN-4RW5HRZKIEB:1158/em) on my web browser of windows 2008 nothing is comming. please tell me how to resolve it
    Regards,
    Arya

    I'm having a similar issue.
    Did a fresh install of 11.2.0.1.0 under Windows 2003 - latest updates - IE 8.
    I can access Enterprise Manager from other computers - but not from the local server.
    I've tried both: https://oracle.xxxx.xxx:1158/em and https://localhost:1158/em
    Both give me the generic "Internet Explorer cannot display the webpage" - but if I access from another computer it comes up - so I know everything is working...

  • Closing an application and web browser at same time at runtime

    Does anyone have any ideas of code that addresses that problem of closes the web browser at runtime when the application closes?
    I've been converted about 140+ forms and 300+ reports to 10g from 6i client/server and I've got all the forms converted but now that I've got it up on a website at runtime, I'm documenting all these application issues that I just haven't had time to research.
    It sounded like I do write some Java Beans, based on some threads I've read. But I didn't fully understand.
    Any help is appreciated.
    Regards,
    Chris

    Ok, I was able to do it when I hard-coded to the http://servername:port in the web.show_document. My question is: I have a windows and Linux (Development and Test server). All 3 are different servers. How can I make it to where I don't have to hard-code the server name. I've put the html page in the ORACLE_HOME/forms/java folder. The application and web browser closes just fine when I hard-code the server name in the web.show_document command. Is there a way I can get around this where I don't have to hard-code the name, but still access it from the same path on all 3 servers?
    web.show_document(http://servername:port/forms/java/closewebbrowser.htm, -self)

  • Adobe 9.1.3 and FireFox 3.5.1+ "...can not be used to view PDF files in a Web Browser"

    This is the issue but I'm not sure there is a resolution:
    Firefox:  Version 3.5.1
    Adobe: Version 9.1.3
    When navigating the web, click a URL that opens a PDF inside the browser and you get an error * "The Adobe Acrobat/Reader that is
    running can not be used to view PDF files in a Web Browser".  Please exit Adobe Acrobat/Reader and exit your Web Browser and try again".  I did read a post that doing a "repair" from the Adobe Reader application should fix this, they also reference a few registry keys to check becuase the post states it's lost the application path to Adobe version X.  I don't necessarily buy that "fix" and here are my details below.
    In FireFox if you navigate to Tools > Options > Applications > Adobe Acrobat Document
    You're given choices:
    Always ask:  DOES NOT WORK, produces afore mentioned error *
    Save File:  Works, saves the file to a directory on your PC
    Use Adobe Reader 9.1 (defau...:  Works, opens your PDF's outside of your web browser
    Use Adobe Acrobat (in Firefox):  DOES NOT WORK, produces afore mentioned error *
    Use other...:
    IE seems to just work as expected.
    If you open Adobe Reader > Edit > Preferences > Internet > Check "Display PDF in browser" - DOES NOT WORK, produces afore mentioned error *
    This would seem to be an Adobe error rather than a FireFox web browser problems since FireFox does seem to know the correct path although I suppose you can't rule out that this is a FireFox problem since 2 out of the 4 PDF open options DON'T WORK.
    Any thoughts on this issue would be greatly appreciated.
    Other information:
    Adobe 8.1.5 works perfectly with FF 3.5.1+ when opening PDF's in the web browser, we also had no problems with previous versions either.
    MSI push via Active Directory from Adobe 8.1.5 upgrade to Licensed Distribution I signed up for, Adobe 9.1.3 which was upgraded from 9.1.0, to 9.1.2, to 9.1.3 via an MSP patch.
    Operating system:  Windows XP SP 2, plenty of RAM, plenty of Drive
    IE version this works with the new version of Adobe 9.1.3 is version 7 (7.0.5730.13)
    Our FireFox MSI's come from Front Motions website and as far as I know we've never had problems with their MSI's, also tried the new release of FF 3.5.2 from their website.
    I think that about covers it.  Anyone else experiencing the same problems or have a patch?

    After troublshooting this for the entire day today the issue seems to be a MIME problem.
    If everything is woking perfectly, in Tools > Options > Applications...
    You should see 4 or more things related to Adobe like "Adobe Acrobat Forms Document", etc.  If you don't see at least 4 MIME entries either your Adobe installation is hosed or your FF installation is hosed.  I haven't figured out which is causing the issue.
    What I did was remaster my patches from my original Adobe 9.1.0 MSI with the two updates via the command line in the directories with the source files.  On the 9.1.0 original file I first remastered my MST transform with the Adobe MST utility.  I then applied my patches.
    msiexec /a AcroRead.msi /p AdbeRdrUpd912_all_incr.msp
    msiexec /a AcroRead.msi /p AdbeRdrUpd913_all_incr.msp
    I then uploaded that to my network share, unlinked my group policy, made a new group policy, added a batch file to delete adobe.com from program file and the desktop on system startup even though my MST was supposed to take care of that - it's not a perfect world is it?  :-)
    I then reapplied my GPO's for both FireFox 3.5.2 and Adobe 9.1.3, I checked to make sure the MIME extensions were there and they were.  You might have to go into your Adobe Preferences and select that open in browser setting depending on what happens or adjust your MIME settings in FireFox's options but it should work.
    That's what worked for me.  It's possible a few other things I did along the way tweaked it out, in my group policy on the first run I did select to upgrade previous group policies, for the remaster and repush I didn't select any previous GPO's to upgrade.
    It's hard to tell what one thing tweaked it out or what combination of things tweaked out the install.  I did also reinstall Adobe 8.1.5 and FF 3.0.10 before doing all this since our machines currently have that setup, I'm not sure if that affected it either, it's just hard to tell but I don't think it did simply because I had done that several times in troubleshooting this issue.
    If anyone else has more specifics that would be great!

  • Running reports on web browser

    We here in HCL Technologies are in the process of deploying Dev
    2000 applications on Oracle Web Application Server 3.0 installed
    on Window NT 4.0 Server.
    I have couple of problems which i am reporting to you & i would
    like to seek solution for the same.
    1. I am able to create/configure report cartidge and to run
    simple reports giving output file of size 20kb. The report is
    running & getting displayed on the web browser.
    But, if the report output is somewhere in the range of 500 or
    more KB, than it is observed that full report output file is
    generated in the cache directory, but it is not displayed on the
    screen, instead a error "Internal error Try Again " is displayed.
    Here are some specifications which might help you resolve this
    problem
    (A) We are using destype=cache, desformat=html
    (B) Our NT Server is having a memory (RAM) of 96 MB.
    2. Before running the report we want to display the parameter
    form for our report, so that the user can input the required
    variable parameters. But, instead it is allowing to pass the
    parameters through our URL, which is not desirable.
    Please, help us in resolving these problems at the earliest.
    Awaiting your response.
    Regards,
    Navneet
    null

    Navneet,
    I can't help with problem 1, but I cna help with problem 2. If
    you are using html files with links to the reports, you can use
    the form tag to create the equivalent of the parameter form.
    Example:
    <form action="http://mot.com/r30ows">
    Select the Vendor for which you would like to see contacts for
    <input type="hidden" name="server" value="repserver">
    <input type="hidden" name="report" value="contact">
    <input type="hidden" name="userid" value="">
    <input type="hidden" name="destype" value="cache">
    <input type="hidden" name="desformat" value="html">
    <select name="v_id">
    <option value="1">Computer Discount Warehouse</option>
    <option value="2">Micro Warehouse</option>
    <option value="3">CompUSA</option>
    <option value="4">Oracle Corp.</option>
    </select>
    <input type="submit" value="Run Report">
    </form>
    V_id in this example is a user defined parameter.
    Hope this has helped you.
    Eric Laabs
    Navneet (guest) wrote:
    : We here in HCL Technologies are in the process of deploying Dev
    : 2000 applications on Oracle Web Application Server 3.0
    installed
    : on Window NT 4.0 Server.
    : I have couple of problems which i am reporting to you & i would
    : like to seek solution for the same.
    : 1. I am able to create/configure report cartidge and to run
    : simple reports giving output file of size 20kb. The report is
    : running & getting displayed on the web browser.
    : But, if the report output is somewhere in the range of 500 or
    : more KB, than it is observed that full report output file is
    : generated in the cache directory, but it is not displayed on
    the
    : screen, instead a error "Internal error Try Again " is
    displayed.
    : Here are some specifications which might help you resolve this
    : problem
    : (A) We are using destype=cache, desformat=html
    : (B) Our NT Server is having a memory (RAM) of 96 MB.
    : 2. Before running the report we want to display the parameter
    : form for our report, so that the user can input the required
    : variable parameters. But, instead it is allowing to pass the
    : parameters through our URL, which is not desirable.
    : Please, help us in resolving these problems at the earliest.
    : Awaiting your response.
    : Regards,
    : Navneet
    null

  • Open web browser from java application to specific page

    Hi,
    I used the code from http://www.javaworld.com/javaworld/javatips/jw-javatip66.html to open a web browser to a specific URL. That worked great! However, I run into a problem if the URL targets a specific page, for example, "http://www.yahoo.com/news.html" would give me an problem with the shortcut problem. Any ideas how to get around that?
    The command rundll32 url.dll,FileProtocolHandler http://www.yahoo.com/news/ would work fine, except anything ends with .htm or .html.
    Thanks,
    David

    It looks like url.dll doesnt like .htm or .html files. For more info look here: http://www.jsiinc.com/SUBI/tip4100/rh4162.htm
    For some reason it is confused by the 'm' character in .html which is odd considering it has no problems with .com
    So if you want to keep using url.dll, do something like this:
    replace ".htm" with ".ht%6D"

  • Visual Studio 2013. Viewing a PDF file via the Web Browser control in Windows 8.1

    I am writing a Windows Forms application in which I need to view PDF files via the Web Browser control. When the control is given the Navigate() command, Windows takes over and asks which program I want to open the file with. All was fine with VS 2010 and
    XP. I have un-installed "PDF Complete", which was the default PDF viewer, but I now get asked for an alternative.
    Thanks in advance.
    Mike Saunders

    Hi Mike,
    It seems that we could use Internet Explorer to open a local .PDF file if it has the Adobe Reader. I doubt that the web control would be related to it. Like the MVP's suggset in the following thread, maybe it would be related
    to certain plug-in tools in your side like the adober reader.
    Reference:
    https://social.msdn.microsoft.com/Forums/en-US/a717117e-41ae-4775-9c28-d5a1042b396e/pdf-is-not-opening-in-web-browser-control-in-vbnet?forum=vbgeneral
    Best Regards,
    Jack
    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.

  • When I start mozilla firefox web browser, sometimes I see a message saying that "a Mozilla Firefox is already running, please close it or restart your program", while I don't have one running at that time. What is the problem?

    When I start mozilla firefox web browser, sometimes I see a message saying that "a Mozilla Firefox is already running, please close it or restart your system". As a matter of fact, there is no firefox browser running at that time. Since I cannot do anything about it, I have to restart my computer before I can use the web browser, which bothers me dearly. What is the problem?

    Plug-in and tasks started by Firefox may continue after attempting to close Firefox. The "X" in the upper right-hand corner closes the Window (same as Ctrl+Shift+W) but even if it is the last Firefox window, it does not necessarily close Firefox .
    '''The only proper way to exit Firefox is to use Exit through the File menu''', not the "X" in the upper right corner of last Firefox window.
    ''Menus hidden: then use Alt+F then X.''
    '''Firefox hangs''' | Troubleshooting | Firefox Support ''(some extensions cause a problem)''
    * http://support.mozilla.com/kb/Firefox%20hangs#w_hang-at-exit
    Use the '''Windows Task Manger''' to remove all running firefox.exe in the "Processes"
    tab of the Windows Task Manager, then restart Firefox.
    "'''Restartless Restart'''" extension for Firefox 4.0 only (2 KB download )
    * https://addons.mozilla.org/firefox/addon/249342/
    use to close and restart Firefox after enabling or disabling an extension, switching
    to a new theme, or modifying configuration files, then you don't have to worry
    about delay or have to look in the Task Manager to see if Firefox is closed yet.
    Uses keyboard shortcut "'''Ctrl+Alt+R'''" or a file menu option.
    '''Windows 7''' users can use '''Ctrl+Shift+Esc''' to get to the Windows Task Manager quicker than starting with Ctrl+Alt+Del.

  • Running a Java application from web browser

    Hi,
    I'm not sure if this is the right place to put this, and it probably isn't, but I don't really know what else to do at the moment.
    I have a problem. I've written all these nice and pretty Java applications that do all this complicated junk that makes me proud. However...I have no idea how to actually run those applications.
    I've looked at guides on Java applets, Java Web Start, Java Server Pages, etc, and I still am not sure. JSP looked like the best option, until I figured out I can't use it with my web server. So, I've pretty much hit a wall here.
    If anyone could shed some light on this, I would be very appreciative. All I want is for a certain application to run when a user clicks a button on a simple HTML page. That's all I want...yet it seems so hard.
    Is there a simple way to do this, or do I need to use JWS or something and configure all these JARs and JNLP and classpaths and everything under the sun (no pun intended)?
    Again, I apologize if there is a better forum for this; I am just very confused right now and feel like I've hit a brick wall. If anyone can give me any advice, or point me in a good (easy) direction, I would truly be grateful.

    If anyone could shed some light on this, I would be
    very appreciative. All I want is for a certain
    application to run when a user clicks a button on a
    simple HTML page. That's all I want...yet it seems so
    hard. There's a lot of hidden details that make it so hard. What computer will run the application when the button is clicked? If the application will run on the client computer (within the web browser) there has to be a mechanism for allowing arbitrary code to be downloaded, verified and executed on any number of different target platforms. This is the problem that Java Applets address. Mostly this is a security issue, since a simple HTML page being able to run arbitary code without user interaction or approval is going to cause the world to be overrun by computer virii. There's also the multi-platform issue, but in many cases that can be avoided by requiring the client to use a single platform (the MS approach).
    If the application will run on the server, then the client code is much less difficult, as only a basic web browser is needed, and the server code is complicated, since it needs to keep track of multiple clients at the same time and process data in a request-response fashion.
    From the end-user's point-of-view, it certainly is simple though. Press the button and voila!
    "Any technology which is distinguishable from magic is insufficiently advanced"
    Brian

  • Is there a way to toggle to a web browser while in Keynote presenter view?

    I teach at a number of research classes at a University and I prefer to use Keynote as a teaching tool. My teaching requires that I access websites regularly throughout the the class.
    Here is what I'm currently doing:
    1. Before the class starts, I open each website we'll be using during the class as window and assign the window to it's own desktop. So if I have four websites the students will be accessing during class, I'll assign those four websites to four distinct Mission Control desktops (I'm using the 10.8.4 OS X).
    2. I run my presentiation from Keynote using the play key, but without access presentation mode.
    3. When I need to access a website while teaching, I [ALT]-[TAB] out of Keynote, select the appropriate page from Mission Control, and demo that page.
    4. When I'm done, I simply click the Keynote icon in the dock and resume my presentation.
    This system works and I have no real complaints with it - except that I cannot take advantage of Keynote's presentation tools. I've tried any number of ways to toggle to a web browser while in presention mode without success. While in presentation mode, if I [ALT]-[TAB] out of the presentation, it simply stops the presentation and the web page doesn't appear on the projection display (because I'm not mirroring my displays) and the only way to get it to work is to re-mirror my displays.
    I tried using the X command in Keynote, which is the toggle between displays, but no matter what I did, I cannot get the webpage to show up on the projection display.
    Is there an easier way to do this? Bear in mind, I'm not merely showing webpages, but I'm actually interacting with them (performing research on these pages) so they have to be operational. Right now I'm assuming presentation mode is just not going to work for this kind of scenario.
    Thanks for any suggestions.

    place as many shapes as you need on a slide and create a hyperlinks to your website
    Keynote preferences > slide show;    select  >  allow Expose and others to use screen
    select the shape and in Inspector > Hyperlink; select the enable as hyperlink box, then type in the address
    use alt > tab to go back to Keynote
    before playing Keynote, open and move the web browser on to the projector screen to position it ready for use

  • Daily Kernel Panic while web browsing

    Hello,
    I'm receiving nearly daily kernel panics while web browsing. At first this was happening in Chrome, so I uninstalled it and went back to using Safari. The problem occurs in Safari as well. It seems to occur most often when I launch additional browser tabs (usually after 3 tabs have opened - happened in both Chrome and Safari)  The latest log is below followed by the output from EtreCheck. Any suggestions?
    Anonymous UUID:       FD0F2F5C-F419-7A5A-B43A-88BF1A1E559E
    Thu Mar  5 19:57:56 2015
    *** Panic Report ***
    panic(cpu 4 caller 0xffffff800c41a46e): Kernel trap at 0xffffff800c10e0b4, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x00007ffc01ccd000, CR3: 0x00000008261f5021, CR4: 0x00000000001627e0
    RAX: 0x0000000000000004, RBX: 0x0000000000000004, RCX: 0x0000000000000003, RDX: 0x0000000000000024
    RSP: 0xffffff83b6d93db8, RBP: 0xffffff83b6d93e20, RSI: 0xffffff8054008eaa, RDI: 0xffffff8054008eae
    R8:  0x00000000000001d7, R9:  0xffffff8073f67140, R10: 0x00000000000002aa, R11: 0xffffff8349615000
    R12: 0xffffff800c31b550, R13: 0xffffff8054008eac, R14: 0xffffff8054008e00, R15: 0xffffff800c96e25e
    RFL: 0x0000000000010602, RIP: 0xffffff800c10e0b4, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00007ffc01ccd000, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff83a9355e10 : 0xffffff800c32fe41
    0xffffff83a9355e90 : 0xffffff800c41a46e
    0xffffff83a9356050 : 0xffffff800c436683
    0xffffff83a9356070 : 0xffffff800c10e0b4
    0xffffff83b6d93e20 : 0xffffff800c328ebc
    0xffffff83b6d93e90 : 0xffffff800c3294db
    0xffffff83b6d93f10 : 0xffffff800c4059fa
    0xffffff83b6d93fb0 : 0xffffff800c436ea6
    BSD process name corresponding to current thread: launchservicesd
    Mac OS version:
    14C109
    Kernel version:
    Darwin Kernel Version 14.1.0: Mon Dec 22 23:10:38 PST 2014; root:xnu-2782.10.72~2/RELEASE_X86_64
    Kernel UUID: DCF5C2D5-16AE-37F5-B2BE-ED127048DFF5
    Kernel slide:     0x000000000c000000
    Kernel text base: 0xffffff800c200000
    __HIB  text base: 0xffffff800c100000
    System model name: iMac15,1 (Mac-FA842E06C61E91C5)
    System uptime in nanoseconds: 78073549621790
    last loaded kext at 27267510428: com.apple.filesystems.smbfs 3.0.0 (addr 0xffffff7f8ce4a000, size 393216)
    last unloaded kext at 189409942040: com.apple.driver.AppleFileSystemDriver 3.0.1 (addr 0xffffff7f8e80d000, size 8192)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 4.3.22
    org.virtualbox.kext.VBoxNetFlt 4.3.22
    org.virtualbox.kext.VBoxUSB 4.3.22
    org.virtualbox.kext.VBoxDrv 4.3.22
    com.apple.filesystems.smbfs 3.0.0
    com.apple.filesystems.afpfs 11.0
    com.apple.nke.asp-tcp 8.0.0
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.driver.AppleGraphicsDevicePolicy 3.7.7
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.kext.AMDFramebuffer 1.3.0
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleIntelHD5000Graphics 10.0.2
    com.apple.AMDRadeonX4000 1.3.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AppleIntelFramebufferAzul 10.0.2
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AudioAUUC 1.70
    com.apple.kext.AMD9000Controller 1.3.0
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.iokit.IOUSBAttachedSCSI 1.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.security.SecureRemotePassword 1.0
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.driver.AppleMultitouchDriver 262.33.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOSurface 97
    com.apple.driver.AppleGraphicsControl 3.8.6
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.iokit.IOAcceleratorFamily2 156.6
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.kext.AMDSupport 1.3.0
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.driver.AppleSMC 3.1.9
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.driver.AppleThunderboltEDMSink 4.0.2
    com.apple.driver.AppleUSBHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.driver.AppleUSBAudio 295.23
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471.10.6
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: iMac15,1, BootROM IM151.0207.B01, 4 processors, Intel Core i7, 4 GHz, 32 GB, SMC 2.23f11
    Graphics: AMD Radeon R9 M295X, AMD Radeon R9 M295X, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x142), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    USB Device: Backup+ Desk
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Logitech Camera
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    Thunderbolt Bus: iMac, Apple Inc., 26.1
    ==================================
    Problem description:
    Kernel Panic while web browsing
    EtreCheck version: 2.1.8 (121)
    Report generated March 5, 2015 at 8:05:01 PM CST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        iMac (Retina 5K, 27-inch, Late 2014) (Technical Specifications)
        iMac - model: iMac15,1
        1 4 GHz Intel Core i7 CPU: 4-core
        32 GB RAM Upgradeable
            BANK 0/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM0
                8 GB DDR3 1600 MHz ok
            BANK 0/DIMM1
                8 GB DDR3 1600 MHz ok
            BANK 1/DIMM1
                8 GB DDR3 1600 MHz ok
        Bluetooth: Good - Handoff/Airdrop2 supported
        Wireless:  en1: 802.11 a/b/g/n/ac
    Video Information: ℹ️
        AMD Radeon R9 M295X - VRAM: 4096 MB
            iMac spdisplays_5120x2880Retina
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 0:6:55
    Disk Information: ℹ️
        APPLE SSD SD0128F disk0 : (121.33 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Boot OS X (disk0s3) <not mounted> : 134 MB
            Macintosh HD (disk2) / : 3.12 TB (2.04 TB free)
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 3.00 TB Online
        APPLE HDD ST3000DM001 disk1 : (3 TB)
            EFI (disk1s1) <not mounted> : 210 MB
            Recovery HD (disk1s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk2) / : 3.12 TB (2.04 TB free)
                Core Storage: disk0s2 120.99 GB Online
                Core Storage: disk1s2 3.00 TB Online
    USB Information: ℹ️
        Seagate Backup+ Desk 4 TB
            EFI (disk3s1) <not mounted> : 315 MB
            Backup4TB (disk3s2) /Volumes/Backup4TB : 4.00 TB (701.39 GB free)
        Apple Inc. BRCM20702 Hub
            Apple Inc. Bluetooth USB Host Controller
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple, Inc. Keyboard Hub
            Apple Inc. Apple Keyboard
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Configuration files: ℹ️
        /etc/launchd.conf - Exists
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Kernel Extensions: ℹ️
            /Applications/Toast 11 Titanium/Spin Doctor.app
        [not loaded]    com.hzsystems.terminus.driver (4) [Click for support]
            /Applications/Transmit.app
        [not loaded]    com.panic.TransmitDisk.transmitdiskfs (4.0.0 - SDK 10.6) [Click for support]
            /Applications/VMware Fusion.app
        [not loaded]    com.vmware.kext.vmci (90.6.3) [Click for support]
        [not loaded]    com.vmware.kext.vmioplug.14.1.3 (14.1.3) [Click for support]
        [not loaded]    com.vmware.kext.vmnet (0231.47.74) [Click for support]
        [not loaded]    com.vmware.kext.vmx86 (0231.47.74) [Click for support]
        [not loaded]    com.vmware.kext.vsockets (90.6.0) [Click for support]
            /Library/Application Support/VirtualBox
        [loaded]    org.virtualbox.kext.VBoxDrv (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetAdp (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxNetFlt (4.3.22) [Click for support]
        [loaded]    org.virtualbox.kext.VBoxUSB (4.3.22) [Click for support]
            /System/Library/Extensions
        [not loaded]    com.AmbrosiaSW.AudioSupport (4.1.2 - SDK 10.6) [Click for support]
        [not loaded]    com.Belcarra.iokit.USBLAN_netpart (3.1.1 - SDK 10.6) [Click for support]
        [not loaded]    com.Belcarra.iokit.USBLAN_usbpart (3.1.1 - SDK 10.6) [Click for support]
        [not loaded]    com.RemoteControl.USBLAN.usbpart (3.1.1 - SDK 10.7) [Click for support]
        [not loaded]    com.aliph.driver.jstub (1.1.2 - SDK 10.7) [Click for support]
        [not loaded]    com.dvdfab.kext.fabio (1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchAfaTech (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergy450 (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchCinergyXS (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchEmpia (1.1) [Click for support]
        [not loaded]    com.elgato.driver.DontMatchVoyager (1.1) [Click for support]
        [not loaded]    com.iospirit.driver.rbiokithelper (1.24 - SDK 10.6) [Click for support]
        [not loaded]    com.markspace.driver.RemoteNDIS (430) [Click for support]
        [not loaded]    com.palm.ClassicNotSeizeDriver (3.2) [Click for support]
        [not loaded]    com.roxio.BluRaySupport (1.1.6) [Click for support]
            /System/Library/Extensions/2.2.0/Belcarra.USBLAN_netpart.kext/Contents/Plug-Ins
        [not loaded]    com.belcarra.iokit.netpart.panther (1.6.3) [Click for support]
            /System/Library/Extensions/2.2.0/Belcarra.USBLAN_usbpart.kext/Contents/Plug-Ins
        [not loaded]    com.belcarra.iokit.usbpart.panther (1.6.3) [Click for support]
            /System/Library/Extensions/2.2.0/RemoteControl.USBLAN_usbpart.kext/Contents/Plu g-Ins
        [not loaded]    com.RemoteControl.USBLAN.panther (1.6.2) [Click for support]
            /System/Library/Extensions/RBIOKitHelper.kext/Contents/PlugIns
        [not loaded]    com.iospirit.driver.RBTSRPlugin (1.18 - SDK 10.6) [Click for support]
            /Users/[redacted]/Library/Services/ToastIt.service/Contents/MacOS
        [not loaded]    com.roxio.TDIXController (2.0) [Click for support]
    Startup Items: ℹ️
        TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
        Startup items are obsolete in OS X Yosemite
    Launch Agents: ℹ️
        [not loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [running]    com.amazon.sendtokindle.launcher.plist [Click for support]
        [failed]    com.epson.esua.launcher.plist [Click for support] [Click for details]
        [failed]    com.epson.eventmanager.agent.plist [Click for support] [Click for details]
        [loaded]    com.google.keystone.agent.plist [Click for support]
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.enable-bundles.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid-user.plist [Click for support]
        [loaded]    org.gpgtools.Libmacgpg.xpc.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.fix.plist [Click for support]
        [running]    org.gpgtools.macgpg2.shutdown-gpg-agent.plist [Click for support]
        [loaded]    org.gpgtools.macgpg2.updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.actualtechnologies.odbcdriver.atsqlsrv.plist [Click for support]
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.adobe.SwitchBoard.plist [Click for support]
        [loaded]    com.ambrosiasw.ambrosiaaudiosupporthelper.daemon.plist [Click for support]
        [running]    com.crashplan.engine.plist [Click for support]
        [running]    com.fitbit.fitbitd.plist [Click for support]
        [running]    com.fitbit.galileod.plist [Click for support]
        [loaded]    com.google.keystone.daemon.plist [Click for support]
        [failed]    com.iospirit.candelair.sync.plist [Click for support] [Click for details]
        [loaded]    com.microsoft.office.licensing.helper.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
        [loaded]    com.oracle.java.JavaUpdateHelper.plist [Click for support]
        [not loaded]    com.wandisco.ubersvn_httpd.plist [Click for support]
        [not loaded]    com.wandisco.ubersvn_tomcat.plist [Click for support]
        [loaded]    org.gpgtools.gpgmail.patch-uuid.plist [Click for support]
        [not loaded]    org.virtualbox.startup.plist [Click for support]
    User Launch Agents: ℹ️
        [loaded]    com.adobe.AAM.Updater-1.0.plist [Click for support]
        [loaded]    com.adobe.ARM.[...].plist [Click for support]
        [running]    com.akamai.single-user-client.plist [Click for support]
        [failed]    com.ecamm.printopia.plist [Click for support] [Click for details]
        [loaded]    com.pia.pia_manager.plist [Click for support]
        [failed]    com.plexapp.helper.plist [Click for support] [Click for details]
        [failed]    com.zeobit.MacKeeper.Helper.plist [Click for support] [Click for details]
        [not loaded]    org.virtualbox.vboxwebsrv.plist [Click for support]
    User Login Items: ℹ️
        System Events    Application  (/System/Library/CoreServices/System Events.app)
        AirPort Base Station Agent    Application  (/System/Library/CoreServices/AirPort Base Station Agent.app)
        iTunes    Application  (/Applications/iTunes.app)
        Caffeine    Application  (/Applications/Caffeine.app)
        Google Drive    Application  (/Applications/Google Drive.app)
        Dropbox    Application  (/Applications/Dropbox.app)
        CrashPlan menu bar    Application  (/Applications/CrashPlan.app/Contents/Helpers/CrashPlan menu bar.app)
        Android File Transfer Agent    Application  (/Users/[redacted]/Library/Application Support/Google/Android File Transfer/Android File Transfer Agent.app)
        video    Volume Hidden (/Volumes/video)
        Canon IJ Network Scanner Selector EX    Application Hidden (/Applications/Canon Utilities/IJ Network Scanner Selector EX/Canon IJ Network Scanner Selector EX.app)
        troy    Volume Hidden (/Volumes/[redacted])
        EvernoteHelper    Application  (/Applications/Evernote (93489).app/Contents/Library/LoginItems/EvernoteHelper.app)
        Things Helper    Application  (/Users/[redacted]/Library/Application Support/Cultured Code/Things Helper.app)
        EyeTV Helper    Application  (/Library/Application Support/EyeTV/EyeTV Helper.app)
    Internet Plug-ins: ℹ️
        AdobePDFViewerNPAPI: Version: 10.1.12 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        EPPEX Plugin: Version: 4.1.0.0 [Click for support]
        AdobePDFViewer: Version: 10.1.12 [Click for support]
        googletalkbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        AdobeExManDetect: Version: AdobeExManDetect 1.1.0.0 - SDK 10.7 [Click for support]
        iPhotoPhotocast: Version: 7.0 - SDK 10.8
        GoogleOneClickPlugin: Version: Unknown
        RealPlayer Plugin: Version: Unknown
        QuickTime Plugin: Version: 7.7.3
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        AdobeAAMDetect: Version: AdobeAAMDetect 1.0.0.0 - SDK 10.6 [Click for support]
        Silverlight: Version: 5.1.20913.0 - SDK 10.6 [Click for support]
        MeetingJoinPlugin: Version: Unknown - SDK 10.6 [Click for support]
        Google Earth Web Plug-in: Version: 5.1 [Click for support]
        Default Browser: Version: 600 - SDK 10.10
        SharePointBrowserPlugin: Version: 14.4.7 - SDK 10.6 [Click for support]
        o1dbrowserplugin: Version: 5.40.2.0 - SDK 10.8 [Click for support]
        JavaAppletPlugin: Version: Java 8 Update 25 Check version
        JoostPlugin: Version: 0.13.1 [Click for support]
    User internet Plug-ins: ℹ️
        WebEx64: Version: 1.0 - SDK 10.6 [Click for support]
        WebEx: Version: 1.0 [Click for support]
        GoogleOneClickPlugin: Version: Unknown
        Picasa: Version: 1.0 [Click for support]
    Safari Extensions: ℹ️
        1Password
        Evernote Web Clipper
    3rd Party Preference Panes: ℹ️
        Akamai NetSession Preferences  [Click for support]
        Candelair  [Click for support]
        Connect360  [Click for support]
        Flash Player  [Click for support]
        GoPro  [Click for support]
        GPGPreferences  [Click for support]
        Java  [Click for support]
        MusicManager  [Click for support]
        Tuxera NTFS  [Click for support]
    Time Machine: ℹ️
        Skip System Files: NO
        Mobile backups: OFF
        Auto backup: YES
        Volumes being backed up:
            Macintosh HD: Disk size: 3.12 TB Disk used: 1.07 TB
        Destinations:
            Backup4TB [Local]
            Total size: 4.00 TB
            Total number of backups: 106
            Oldest backup: 2013-11-10 17:46:18 +0000
            Last backup: 2015-03-06 00:38:00 +0000
            Size of backup disk: Adequate
                Backup size 4.00 TB > (Disk used 1.07 TB X 3)
    Top Processes by CPU: ℹ️
           100%    AAM Updates Notifier
             2%    WindowServer
             1%    Safari
             0%    AppleSpell
             0%    SystemUIServer
    Top Processes by Memory: ℹ️
        378 MB    Dock
        241 MB    loginwindow
        241 MB    mds_stores
        241 MB    com.apple.MediaLibraryService
        206 MB    com.apple.WebKit.WebContent
    Virtual Memory Information: ℹ️
        26.34 GB    Free RAM
        4.70 GB    Active RAM
        1.31 GB    Inactive RAM
        2.00 GB    Wired RAM

    Hello all - so, I replaced the 2 memory modules that I added and put in a matching set from my Mac Mini. I went several days without issue until tonight - another kernel panic. Here is the dump. Any other ideas????
    Anonymous UUID:       FD0F2F5C-F419-7A5A-B43A-88BF1A1E559E
    Thu Mar 19 20:16:26 2015
    *** Panic Report ***
    panic(cpu 4 caller 0xffffff800c41a46e): Kernel trap at 0xffffff800c10e0c5, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0x00000001104f8006, CR3: 0x000000082637204a, CR4: 0x00000000001627e0
    RAX: 0x0000000000000010, RBX: 0x0000000405ee0000, RCX: 0x0000000000000338, RDX: 0x0000000000004fe0
    RSP: 0xffffff83b6db36b8, RBP: 0xffffff83b6db36f0, RSI: 0xffffff834965fc38, RDI: 0xffffff834965fc48
    R8:  0x0000000000000526, R9:  0xffffff804f00cec0, R10: 0x0000000405ee6000, R11: 0xffffffffffff0000
    R12: 0xffffff804f00cec0, R13: 0x0000000000000270, R14: 0x0000000000000028, R15: 0x0000000405eeffff
    RFL: 0x0000000000010682, RIP: 0xffffff800c10e0c5, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x00000001104f8006, Error code: 0x0000000000000000, Fault CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff83a93bde10 : 0xffffff800c32fe41
    0xffffff83a93bde90 : 0xffffff800c41a46e
    0xffffff83a93be050 : 0xffffff800c436683
    0xffffff83a93be070 : 0xffffff800c10e0c5
    0xffffff83b6db36f0 : 0xffffff800c8eb2aa
    0xffffff83b6db3740 : 0xffffff7f8e379f3d
    0xffffff83b6db3780 : 0xffffff7f8ea2274f
    0xffffff83b6db37c0 : 0xffffff7f8e388311
    0xffffff83b6db37f0 : 0xffffff7f8e36cf8c
    0xffffff83b6db3820 : 0xffffff7f8ea066cc
    0xffffff83b6db3870 : 0xffffff7f8e36b76d
    0xffffff83b6db38e0 : 0xffffff7f8e36b3be
    0xffffff83b6db3900 : 0xffffff7f8e36ccff
    0xffffff83b6db3920 : 0xffffff7f8ea0aea0
    0xffffff83b6db3940 : 0xffffff7f8ea2ddeb
    0xffffff83b6db3980 : 0xffffff7f8ea265f5
    0xffffff83b6db39d0 : 0xffffff7f8e358d6d
    0xffffff83b6db3a00 : 0xffffff7f8ea2dd1c
    0xffffff83b6db3a20 : 0xffffff7f8e359129
    0xffffff83b6db3a50 : 0xffffff7f8e3667cc
    0xffffff83b6db3aa0 : 0xffffff7f8e357412
    0xffffff83b6db3b30 : 0xffffff800c900652
    0xffffff83b6db3b60 : 0xffffff800c901249
    0xffffff83b6db3bc0 : 0xffffff800c8fe9c3
    0xffffff83b6db3d00 : 0xffffff800c3e4a87
    0xffffff83b6db3e10 : 0xffffff800c333f8c
    0xffffff83b6db3e40 : 0xffffff800c318a93
    0xffffff83b6db3e90 : 0xffffff800c3293bd
    0xffffff83b6db3f10 : 0xffffff800c4059fa
    0xffffff83b6db3fb0 : 0xffffff800c436ea6
          Kernel Extensions in backtrace:
             com.apple.iokit.IOAcceleratorFamily2(156.6.1)[9D837BF9-D1FE-353B-8FF9-6C1047331 A82]@0xffffff7f8e353000->0xffffff7f8e3bffff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f8cb24000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f8d483000
             com.apple.AMDRadeonX4000(1.3)[A40FCCB4-4E3E-3C98-9E8B-024640630CDE]@0xffffff7f8 e9fb000->0xffffff7f8ef2afff
                dependency: com.apple.iokit.IOPCIFamily(2.9)[56AD16B5-4F29-3F74-93E7-D492B3966DE2]@0xffffff 7f8cb24000
                dependency: com.apple.iokit.IOGraphicsFamily(2.4.1)[619F6C9F-0461-3BA1-A75F-53BB0F87ACD3]@0 xffffff7f8d483000
                dependency: com.apple.iokit.IOAcceleratorFamily2(156.6.1)[9D837BF9-D1FE-353B-8FF9-6C1047331 A82]@0xffffff7f8e353000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    14C1510
    Kernel version:
    Darwin Kernel Version 14.1.0: Thu Feb 26 19:26:47 PST 2015; root:xnu-2782.10.73~1/RELEASE_X86_64
    Kernel UUID: 270413F7-3B44-3602-894F-AC0D392FCF8E
    Kernel slide:     0x000000000c000000
    Kernel text base: 0xffffff800c200000
    __HIB  text base: 0xffffff800c100000
    System model name: iMac15,1 (Mac-FA842E06C61E91C5)
    System uptime in nanoseconds: 191094825595766
    last loaded kext at 154065343296988: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f8f6ab000, size 20480)
    last unloaded kext at 154128664839212: com.apple.driver.AppleUSBCDC 4.2.2b5 (addr 0xffffff7f8f6ab000, size 16384)
    loaded kexts:
    org.virtualbox.kext.VBoxNetAdp 4.3.22
    org.virtualbox.kext.VBoxNetFlt 4.3.22
    org.virtualbox.kext.VBoxUSB 4.3.22
    org.virtualbox.kext.VBoxDrv 4.3.22
    com.apple.filesystems.smbfs 3.0.0
    com.apple.filesystems.afpfs 11.0
    com.apple.nke.asp-tcp 8.0.0
    com.apple.driver.AppleBluetoothMultitouch 85.3
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AGPM 100.15.5
    com.apple.driver.ApplePlatformEnabler 2.1.7d1
    com.apple.driver.X86PlatformShim 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.1
    com.apple.iokit.IOBluetoothSerialManager 4.3.2f6
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleHV 1
    com.apple.driver.AppleOSXWatchdog 1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleMikeyDriver 269.25
    com.apple.driver.AppleGraphicsDevicePolicy 3.7.7
    com.apple.driver.AppleUpstreamUserClient 3.6.1
    com.apple.kext.AMDFramebuffer 1.3.0
    com.apple.driver.AppleHDA 269.25
    com.apple.driver.AppleIntelHD5000Graphics 10.0.2
    com.apple.AMDRadeonX4000 1.3.0
    com.apple.driver.AppleSMCLMU 2.0.7d0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.driver.AppleMCCSControl 1.2.11
    com.apple.driver.AppleLPC 1.7.3
    com.apple.driver.AudioAUUC 1.70
    com.apple.kext.AMD9000Controller 1.3.0
    com.apple.driver.AppleIntelFramebufferAzul 10.0.2
    com.apple.driver.AppleThunderboltIP 2.0.2
    com.apple.iokit.IOUSBAttachedSCSI 1.1.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.AppleUSBHub 705.4.2
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.7.0
    com.apple.driver.AppleSDXC 1.6.5
    com.apple.iokit.AppleBCM5701Ethernet 10.1.3
    com.apple.driver.AirPort.Brcm4360 910.26.12
    com.apple.driver.AppleAHCIPort 3.1.0
    com.apple.driver.AppleUSBXHCI 710.4.11
    com.apple.driver.AppleACPIButtons 3.1
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 3.1
    com.apple.driver.AppleAPIC 1.7
    com.apple.nke.applicationfirewall 161
    com.apple.security.quarantine 3
    com.apple.security.TMSafetyNet 8
    com.apple.security.SecureRemotePassword 1.0
    com.apple.driver.IOBluetoothHIDDriver 4.3.2f6
    com.apple.driver.AppleMultitouchDriver 262.33.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSerialFamily 11
    com.apple.driver.DspFuncLib 269.25
    com.apple.kext.OSvKernDSPLib 1.15
    com.apple.iokit.IOSurface 97
    com.apple.driver.AppleGraphicsControl 3.8.6
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.3.2f6
    com.apple.iokit.IOBluetoothFamily 4.3.2f6
    com.apple.driver.AppleSMBusController 1.0.13d1
    com.apple.driver.X86PlatformPlugin 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.8.1d38
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleSMC 3.1.9
    com.apple.kext.AMDSupport 1.3.0
    com.apple.AppleGraphicsDeviceControl 3.8.6
    com.apple.iokit.IOAcceleratorFamily2 156.6.1
    com.apple.driver.AppleHDAController 269.25
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.iokit.IOHDAFamily 269.25
    com.apple.iokit.IOUSBUserClient 705.4.0
    com.apple.driver.AppleThunderboltEDMSink 4.0.2
    com.apple.driver.AppleUSBHIDKeyboard 176.2
    com.apple.driver.AppleHIDKeyboard 176.2
    com.apple.iokit.IOUSBHIDDriver 705.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.3
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.3
    com.apple.driver.AppleUSBAudio 295.23
    com.apple.iokit.IOAudioFamily 203.3
    com.apple.vecLib.kext 1.2.0
    com.apple.driver.AppleUSBMergeNub 705.4.0
    com.apple.driver.AppleUSBComposite 705.4.9
    com.apple.driver.CoreStorage 471.10.6
    com.apple.driver.AppleThunderboltDPOutAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPInAdapter 4.0.6
    com.apple.driver.AppleThunderboltDPAdapterFamily 4.0.6
    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2
    com.apple.driver.AppleThunderboltNHI 3.1.7
    com.apple.iokit.IOThunderboltFamily 4.2.1
    com.apple.iokit.IOEthernetAVBController 1.0.3b3
    com.apple.iokit.IO80211Family 710.55
    com.apple.driver.mDNSOffloadUserClient 1.0.1b8
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.7.5
    com.apple.iokit.IOUSBFamily 710.4.14
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 300.0
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleMobileFileIntegrity 1.0.5
    com.apple.driver.AppleCredentialManager 1.0
    com.apple.driver.DiskImages 396
    com.apple.iokit.IOStorageFamily 2.0
    com.apple.iokit.IOReportFamily 31
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 3.1
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.Libm 1
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: iMac15,1, BootROM IM151.0207.B01, 4 processors, Intel Core i7, 4 GHz, 32 GB, SMC 2.23f11
    Graphics: AMD Radeon R9 M295X, AMD Radeon R9 M295X, PCIe, 4096 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
    Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    Memory Module: BANK 1/DIMM1, 8 GB, DDR3, 1600 MHz, 0x859B, 0x43543130323436344246313630422E433136
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x142), Broadcom BCM43xx 1.0 (7.15.159.13.12)
    Bluetooth: Version 4.3.2f6 15235, 3 services, 27 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: APPLE SSD SD0128F, 121.33 GB
    Serial ATA Device: APPLE HDD ST3000DM001, 3 TB
    USB Device: Backup+ Desk
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Keyboard Hub
    USB Device: Apple Keyboard
    USB Device: Logitech Camera
    Thunderbolt Bus: iMac, Apple Inc., 26.1

  • I am unable to upload files via web browser

    Good morning
    I have just upgraded to Mavericks (10.9.5), and I am running into a weird issue. I am unable to upload any files via the web browser. If I go to a website, and select an Upload File option, I am taken to Finder, where I am able to select the file, and press attach. The issue comes when I press upload on the website. It always either times out, or gives me an error that I was disconnected from the server. This happens on Safari, Firefox, and Chrome. I'm not sure what to do... I've repaired disk permissions and tried a lot of different security settings, but I am stumped.
    Thank you

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    The title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen. Click the Clear Display icon in the toolbar. Then take one of the actions that you're having trouble with. Select any messages that appear in the Console window. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    Some private information, such as your name, may appear in the log. Anonymize before posting.

  • PDF link of type "open a file" won't work from within web-browser

    Hi!
    I have a pdf-document in which I have created a link of the type "Open a file" ( in this case it is a word document, but the type of file doesn't matter).  When I click this link directly in Acrobat (Acrobat 9 Standard) it works just as excpected, that is, the document opens in word, after I've confirmed to Acrobat that it's ok to open.
    Opening the pdf itself from within a web-browser (IE8) is no problem. The document is opened by the Acrobat plug-in, inside the web-browser, as expected. The "hot-spot" to the link is also there, but when I click on the link, Acrobat (I think it's Acrobat and not the web-browser) asks me if it's ok to "Connect to file://///C:/testdoc.doc". And when I confirm this nothing happens (of course, since there are way too many slashes added after the "File:" beginning of the string.
    When I doublecheck the link in Acrobat Standard with the link tool, it look perfectly allright (under "Actions" I find the heading "Open a file" and under that the text "File: C\testdoc.doc").
    Anyone know where the problem lies?
    Thanks for any help!
    Regards
    Per Williamson
    Stockholm
    Sweden

    I found mention online that linking to a zipped pdf file will cause the browser to download the PDF to the local user's PC where they can complete and submit the form (the mailto: command button works when the PDF is opened locally rather than within a browser window).  If there is a more "elegant" solution, I would be grateful for your advice.

Maybe you are looking for

  • Is it a bad thing if my TBHomeDis profile is about to expire

    I need help my TBHomeDis is about to expire whats it good for?

  • Xorg-server 1.2.0-3 + nvidia = 800x600 only?

    Hello, I've just upgraded xorg-server to 1.2.0-3 version and I am not able to run X in 1024x768 resolution using nvidia driver. The resolution looks like 800x600. If I use nv drive it runs normaly in 1024x768. I use an old TNT Riva2 video card. Is th

  • Scanner giving me a a hard time.

    I have spent hours on this and I am at my wits end. (I admit it is not a long journey) I'll be as brief and descriptive as I can. I have a Canon Pixma 960 and I used to happily click on the Cannon ikon on my dock, up would pop what I now think of as

  • Need to access an EJB in another Domain

    Hi, I am trying to call a EJB (B) in another domain from an EJB (A). EJB - A is in Domain D1 and EJB - B is in domain D2. Both A and B are stateless session beans. A can update some local entity beans and the call B which can update some related enti

  • Inter segment clearing account details - view

    Entries will be auto posted in inter segment clearing account, when two or more profit centre is there in a single document.  Now i want to view the details or line items.  How to view, through which document the entry is generated. From any table-fi