DWM hacking thread.

Hello.
Much WM got their own hacking thread's and I think now it's time for DWM.
You can post your question's,problem's here

Ohh I'm really sorry I searched for dwm hacking and I have no hits someone can delate it

Similar Messages

  • Dmenu Hacking Thread

    Couldn't find anything like this on the forums, so I thought, why not create it. ITT: Clever little script thingies that utilize dmenu in some way or another.
    Thank brisbin33 for this.
    Unfortunately I don't have anything to contribute yet
    Last edited by Runiq (2009-09-14 14:53:23)

    Hi,
    a friend and me, we have written a dmenu-based mpd-control called dmmpdc.
    It uses dmenu with vertical patch, mpc and notify-send.
    You can add songs and albums to the playlist, remove and play songs from playlist and see the status of your mpd.
    Because it is enough for us how it is now, the songs should be stored in a specific order which should look like this:
    /path/to/musicdir/subdir1/subdir2/subdir3/song.ogg
    for me it is e.g.:
    /music/genre/artist/album/title.ogg
    The usage is very simple and made for keybind usage, just enter: script function (e.g.: script add_album)
    #!/bin/bash
    DMENU="dmenu -i -nb #000 -nf #7af -sb #000 -sf #fff -x 0 -y 32'"
    MPD_HOST='localhost'
    MPD_PORT='6600'
    MUSIC_DIR=/my/music/dir/
    function add_track
    ALBUM="$1"
    TRACK=$(echo -e "..\n$(mpc ls "$(grep "$ALBUM" /tmp/newalbum.$$ | awk -F / '{print $1}' | sort -f | uniq)/$ALBUM" | awk -F / '{print $4}')" | ${DMENU} -p "Find: " -l 30 -w 640)
    [ "${TRACK}" == ".." ] && add_album
    if [ "${TRACK}" != ".." ]
    then
    mpc add "$(grep "${ALBUM}" /tmp/newalbum.$$ | awk -F / '{print $1}' |sort -f | uniq)/${ALBUM}/${TRACK}"
    MORE=$(echo -e "add more\nexit" | ${DMENU} -l 3 -w 100)
    [ "$MORE" == "add more" ] && add_track "${ALBUM}"
    fi
    rm /tmp/newalbum.$$
    return
    function add_album
    ALBUM=$(mpc listall | awk -F / '{print $2" - " $3}'| grep -v mp3 | sort -f | uniq | ${DMENU} -p "DmMpdC Find: " -l 30 -w 640 | sed -e 's#\ \-\ #\/#')
    echo "-${RANDOM}-"
    [ -z "$ALBUM" ] && return
    MODE=$(echo -e "add\nreplace\nopen" | ${DMENU} -l 4 -w 70)
    mpc listall | grep "$ALBUM" > /tmp/newalbum.$$
    [ $MODE == "replace" ] && mpc clear
    j=$(wc -l /tmp/newalbum.$$ | awk '{print $1}')
    J=$(( $j + 1 ))
    for ((i=1; i<J; i++))
    do
    [ $MODE == "add" -o $MODE == "replace" ] && mpc add "$( sed -n "${i}p" /tmp/newalbum.$$)" > /dev/null
    done
    [ $MODE == "open" ] && add_track "$ALBUM"
    [ $MODE == "replace" ] && mpc play 1
    rm /tmp/newalbum.$$
    function select_track
    TRACK=$(mpc playlist | ${DMENU} -p "Find: " -l 30 -w 400 | cut -c 2- - | sed -r s/"\).*$"/""/)
    [ -z "$TRACK" ] && return
    MODE=$(echo -e "play\nremove" | ${DMENU} -l 2 -w 100)
    [ $MODE == "play" ] && mpc play "$TRACK"
    [ $MODE == "remove" ] && mpc del "$TRACK"
    function toggle_random
    MRANDOM=$(mpc | grep random | awk '{print $5}')
    if [ "${MRANDOM}" == "off" ]
    then
    mpc random on
    notify-send -u low -t 1500 "MPD" "Shuffle switched on"
    else
    mpc random off
    notify-send -u low -t 1500 "MPD" "Shuffle switched off"
    fi
    function mpd_status
    notify-send -u low -t 4000 "MPD" "<b>$(mpc --format '%artist% - %album% - %title%'| head -n 1)</b>
    $(mpc | head -n 3 | tail -n 2)"
    $1
    Last edited by Andrwe (2009-09-14 14:55:05)

  • [Solved] dual monitor statusbar problem (dwm)

    Hi all , have a problem with status bar in dwm . The status bar change their position between monitors , if i work in the monitor1 the status bar is in monitor1 , but if i change to the monitor2 the status bar goes to monitor2 . 
    I would like to leave the bar in a single monitor or in both . Thanks in advance
    (i used conky status bar and xrandr)
    Last edited by Lordii (2013-04-04 13:36:53)

    mkaito wrote:
    That's how dwm behaves. I believe dwm's multihead support is rather lackluster out of the box. You might want to check out some of the patches they have, and ask around in the dwm hackers thread.
    I currently have dwm simply draw status on all monitors, but I'm investigating separate status bars per monitor. We'll see where that takes me. Dwm is a tinker's WM!
    i found the patch , thanks!

  • Dwm slim themes (8-pack)

    In keeping with my dwm wallpaper thread, I've released an 8-pack of SLIM login themes for dwm fans:
    EDIT: The files can now be found here: http://cinderwick.ca/projects/dwm-artwork-themes/
    Four styles are included, each with a light and dark scheme.  In addition to SLIM, you'll need the 'artwiz-fonts' package (available from the repositories) for proper viewing. A couple of previews are below:
    Cheers
    Last edited by thayer (2011-04-20 17:26:23)

    leo2501 wrote:
    Rydgel wrote:
    leo2501 wrote:where?
    Here.
    http://farm4.static.flickr.com/3215/298 … b9d361.jpg
    I'm going to sleep right now, I will edit and share this one if someone is interested.
    whats is the font? i REALLY like it, but maybe 1680x1050? i want to make a qingy one i will google for a guide or something
    @haxit: how do you do the one you did? where did you look for a guide? or is much easier than I think?
    What do you mean?
    Also can you please release that theme rydgel?
    Last edited by haxit (2008-10-30 21:48:38)

  • Configure desktop environment

    hi, i've recently installed arch on my old desktop.
    i have come across a few beautiful desktops, and i wanted to know how to make them :
    http://dl.dropbox.com/u/875911/screensh … esktop.png
    http://ompldr.org/vOG1zeg
    i plan to run conky, openbox and pcmanfm on it, so please tell me what panel to choose. my major requirement is some sort of panel/tray to hold the icons of running apps and the sound controls, etc.
    im open to suggestions of other wm's, and i'd also appreciate it if someone could tell me if it is ok to run xfce with openbox or not.
    thanks!!
    edit :
    ok, i now know that you can replace any DE's WM with openbox.
    so, is it better to use standalone ob or use ob with some DE?
    basically, i want a clean desktop with the ob right click menu(love it, did i mention i use bblean in windows??) and a place to hold icons
    edit2: too much choice can be a confusing thing
    edit3:
    what are the advantages and disadvantages of using ob with a DE like gnome, xfce?
    Last edited by doomgiver (2011-05-27 14:37:09)

    I think many of us Archers choose standalone wms like *box and of course the various tiling window managers because you get complete control over which applications/libraries you want on your system. Desktop environments like Gnome, KDE, XFCE etc. already come with a set of applications that might or might be not to your liking.
    I have a very very comfortable and customized Openbox setup with just the applications i need and many keybinds that allow me to do things very efficiently. It's nice to build your DE yourself and become familiar with it. That's not to say that ready-built DEs aren't very useful too. Usually they have a base and a extra package so you don't have to install "bloat" you might not want. They provide a more complete desktop experience that will take you a little time to achieve if you're trying to put the pieces together yourself.
    Another thing to consider about WMs is the debate that already came up: floating or tiling? I encourage you to try a few tiling WMs too. AwesomeWM, in particular, will give you a good oob feel of what Tiling WMs can do.
    If you don't feel comfortable with a tiling window manager but still want more control or the occasional tiling on demand within your DE/WM i can recommend this handy bash script:
    https://bbs.archlinux.org/viewtopic.php?id=119020
    The way it works is you bind the script to hotkey(s) and then tile the windows whenever you feel like it. One more thing you might enjoy is skippy resp. skippy-xd. It's a rudimental linux implementation of expose from mac os.
    you can always get a lot of inspiration from the "share your xx wm desktop" threads. For some WMs like dwm or Openbox there are also config/hack threads to get you started.
    Regards,
    demian
    Last edited by demian (2011-05-28 10:38:26)

  • [SOLVED]Clickable Dzen not Functioning

    I've been hunting the past few days trying to make my dzen bar clickable.
    Mainly to switch workspaces in xmonad, and later adding mpd to my dzen bar clicking next stop previous so on.
    I've learn that dzen had add a clickable functionality with the  ^ca().
    There are a few pages about xmonad with dzen clickables.
    Such as
    http://www.arch-ed.dk/wiki/doku.php?id= … workspaces
    And they all follow that format.
    Some have
    myWorkspaces = clickable . (map dzenEscape) $ nWorkspaces 9 ["web", "irc", "com"]
    or
    myWorkspaces = clickable . (map dzenEscape) $ ["1","2","3","4","5"]
    I do have the latest dzen, and I am using xmonad standard version not darcs.
    My xmonad.hs is
    --Imports--
    import XMonad
    --Actions--
    import XMonad.Actions.CycleWindows -- classic alt-tab
    import XMonad.Actions.CycleWS -- cycle thru WS', toggle last WS
    import XMonad.Actions.DwmPromote -- swap master like dwm
    --Hooks--
    import XMonad.Hooks.DynamicLog -- statusbar
    import XMonad.Hooks.EwmhDesktops -- fullscreenEventHook fixes chrome fullscreen
    import XMonad.Hooks.ManageDocks -- dock/tray mgmt
    import XMonad.Hooks.UrgencyHook -- window alert bells
    import XMonad.Hooks.SetWMName -- matlab fix
    --Layouts--
    import XMonad.Layout.Named -- custom layout names
    import XMonad.Layout.NoBorders -- smart borders on solo clients
    --Utils--
    import XMonad.Util.EZConfig -- append key/mouse bindings
    import XMonad.Util.Run(spawnPipe) -- spawnPipe and hPutStrLn
    import System.IO -- hPutStrLn scope
    import qualified XMonad.StackSet as W -- manageHook rules
    main = do
    conky <- spawnPipe myDzenConky -- conky stats on the right
    statuspipe <- spawnPipe myDzenMain --"dzen2 -bg black -fg white -ta l -w 840"
    xmonad $ withUrgencyHook NoUrgencyHook $ defaultConfig
    { modMask = mod4Mask
    , borderWidth = 2
    , normalBorderColor = "#dddddd"
    , focusedBorderColor = "#0000ff"
    -- , handleEventHook = fullscreenEventHook
    , workspaces = myWorkspaces
    , layoutHook = myLayoutHook
    , manageHook = (doF W.swapDown) <+> manageHook defaultConfig --Make new window not be master winodw
    , startupHook= setWMName "LG3D"
    , logHook = dynamicLogWithPP $ defaultPP
    ppCurrent = dzenColor "#3399ff" "#000000" . pad --Current workspace (fore/back)ground colour
    , ppVisible = dzenColor "#888888" "#000000" . pad
    , ppHidden = dzenColor "#dddddd" "#000000" . pad --Unused workspace with apps on it
    , ppHiddenNoWindows = dzenColor "#888888" "#000000" . pad --Unused workspace with no apps on it
    , ppTitle = dzenColor "#FF00FF" "". shorten 700 . dzenEscape --Title of window on current workspace00AA9DC
    , ppOutput = hPutStrLn statuspipe
    `additionalKeysP` myKeys
    -- Tags/Workspaces
    -- clickable workspaces via dzen/xdotool
    myWorkspaces :: [String]
    myWorkspaces = clickable . (map dzenEscape) $ ["1","2","3","4","5","6","7","8","9"]
    where clickable l = [ "^ca(1,xdotool key super+" ++ show (n) ++ ")" ++ ws ++ "^ca()" |
    (i,ws) <- zip [1..] l,
    let n = i ]
    -- Layouts
    -- the default layout is fullscreen with smartborders applied to all
    myLayoutHook = avoidStruts $ smartBorders ( mtiled ||| full ||| tiled )
    where
    full = named "X" $ Full
    mtiled = named "M" $ Mirror tiled
    tiled = named "T" $ Tall 1 (5/100) (2/(1+(toRational(sqrt(5)::Double))))
    -- sets default tile as: Tall nmaster (delta) (golden ratio)
    -- Statusbars
    myDzenMain = "dzen2 -bg black -fg white -ta l -w 1610"
    myDzenConky = "conky -c ~/.conkyrc | dzen2 -bg black -x '1500' -w '110' -ta 'r'"
    -- Key bindings
    myKeys = [ ("M1-<Tab>" , cycleRecentWindows [xK_Alt_L] xK_Tab xK_Tab ) -- classic alt-tab behaviour
    , ("M-b" , sendMessage ToggleStruts ) -- toggle the status bar gap
    , ("M-<Tab>" , toggleWS ) -- toggle last workspace (super-tab)
    , ("M-<Right>" , nextWS ) -- go to next workspace
    , ("M-<Left>" , prevWS ) -- go to prev workspace
    , ("M-S-<Right>", shiftToNext ) -- move client to next workspace
    , ("M-S-<Left>" , shiftToPrev ) -- move client to prev workspace
    , ("M-r" , spawn "xmonad --restart" ) -- restart xmonad w/o recompiling
    , ("M-x" , spawn "chromium" ) -- launch browser
    , ("M-S-x" , spawn "chromium --incognito" ) -- launch private browser
    , ("M-l" , spawn "xscreensaver-command -lock" ) -- lock the screen
    , ("C-M1-<Delete>" , spawn "sudo shutdown -r now" ) -- reboot
    , ("C-M1-<End>" , spawn "sudo shutdown -h now" ) -- poweroff
    , ("<XF86AudioMute>" , spawn "amixer -q sset Master toggle") --Toggle Volume
    , ("<XF86AudioLowerVolume>", spawn "amixer -q sset Master 2- unmute") -- lower volume
    , ("<XF86AudioRaiseVolume>", spawn "amixer -q sset Master 2+ unmute") -- raise volume
    , ("<Print>" , spawn "import -window root `date '+%Y%m%d-%H%M%S'`.png") --Take a Screenshot
    Put no matter who's configuration I try using dzen is not clickable.
    Also my workspaces are always named wierd things like
    ^a(1,xdotool key super+1()1^a()       [for first one]
    ^a(1,xdotool key super+1()1^a()       [for second one]
    Is the character c being escaped?
    If someone could please tell me how to troubleshoot this problem I will be very greatful.
    I've also been searching through the xmonad dzen and xmobar hacking thread.
    And they have the format from the link i provided above, and it works for them no problem.
    Last edited by Jabrick (2011-11-05 22:37:14)

    gotmor wrote:
    Be sure to use the SVN version of dzen2, 0.8.5 doesn't include this feature.
    Run the following command to fetch it:
    svn checkout http://dzen.googlecode.com/svn/trunk/ dzen
    Rob.
    Thank you so much!!
    Wow I feel so stupid, its always these simple things that mess me up
    I read through previous posts I read and only now notice the mention of svn and gadget.
    I guess its because I didn't know anything about svn, revisions and such.
    I feel a lot better now!
    Thank you Rob.

  • Dual Monitor Startup Problem on MacPro - Solved

    I have a model 53135LL/A = mid 2010 MacPro with 8 cores, DUAL monitor cards and monitors, 24GB memory, running Lion 10.7.3.  It is important to note that I am also using the Apple bluetooth Magic Mouse and the smaller, bluetooth keyboard (no numeric keypad).  This unit was supplied with Lion in December 2011 and has had a startup problem from the beginning as follows:
    1 - when starting from a cold start the dual monitor positions are reversed from the correct position
    2 - additionally the USB and firewire connected devices (e.g. Wacom tablet, 2 card readers) do not function properly.
    The workaround for me has been to start the system, wait for the logon screen, then click restart. Upon restart everything comes up and functions correctly.
    Specifics on my setup and starting problems:
    1 - My main monitor (Monitor #2) is a large gamut monitor that is located to the right. This monitor is connected to card slot 1 as that is the faster card slot (pcx16). The second monitor (Monitor #1) is an ordinary unit and connected to card slot 2 (pcx4). The monitors are set up as an extended desktop.
    2. The Wacom tablet (Intuous 3 wide) is connected to USB port on rear of machine. CF card reader by Delkin is connected to Firewire on rear of machine, and an SD card reader is connected to USB on the rear of the machine.
    3. My dock is positioned on the left side of the left monitor. The menu bar is along the top of the left monitor, and all desktop icons are on the left monitor.  The right monitor has no items on it.
    On a typical cold start, as mentioned above, the apple logo appears on the right and then the logon screen appears on the right. 
    If I proceed to logon at that point, all the desktop items move to the right monitor and the computer thinks the positions are reversed.  In other words, it behaves as though the right monitor (#2) is on the left of the desktop and left monitor (#1) is on the right. 
    Additionally, the Wacom tablet using either pen or mouse does not map over the full desktop range.  If I use either card reader and then eject the card, no further card insertions will be recognized.
    To fix this, I simply restart the machine thru the apple menu and everything comes up correctly.
    I had discovered, that instead of completing the logon on a bad cold start, I could simply restart from the logon screen and all would work correctly.
    On occasion, the logon screen would come up on the left monitor (as it should do) and in that case, if I log on all works correctly.
    I have worked with Apple support on the phone, clearing setup ram etc. Have had the unit in to Apple store for hardware check, all OK.  Next suggestion was reload OS and start over - no thanks.
    SO - Here is the latest.
    If I turn off my keyboard and mouse before starting the machine, then wait for the logon screen to appear - It starts correctly, with the logon screen on the left.  I can then turn on my keyboard and mouse and all works as it should.
    Bottom line - there appears to be a startup issue with Bluetooth devices from a cold start.  Note that once the machine has been used for a bit, I can turn it off for short periods of time (e.g. 30 minutes) and it will start correctly even with the mouse and keyboard turned on.

    mkaito wrote:
    That's how dwm behaves. I believe dwm's multihead support is rather lackluster out of the box. You might want to check out some of the patches they have, and ask around in the dwm hackers thread.
    I currently have dwm simply draw status on all monitors, but I'm investigating separate status bars per monitor. We'll see where that takes me. Dwm is a tinker's WM!
    i found the patch , thanks!

  • Minecraft Crashes

    Every once and a while minecraft crashes and gives me this.
    Process:         java [11777]
    Path:            /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86-64 (Native)
    Parent Process:  JavaApplicationStub [9285]
    Responsible:     JavaApplicationStub [9285]
    User ID:         501
    Date/Time:       2014-08-12 23:16:44.540 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  596C837E-8D07-144B-836D-77AE76DC9854
    Sleep/Wake UUID: 54363738-5808-44AE-ACA1-9C968981C417
    Crashed Thread:  1  Java: Client thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=7fff8cc0560b
    Java VM: Java HotSpot(TM) 64-Bit Server VM (20.65-b04-462 mixed mode macosx-amd64)
    Current thread (7fc256000000):  JavaThread "Client thread" [_thread_in_native, id=94879744, stack(10597c000,105a7c000)]
    Stack: [10597c000,105a7c000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  org.lwjgl.opengl.GL11.nglCallLists(IIJJ)V+0
    j  org.lwjgl.opengl.GL11.glCallLists(Ljava/nio/IntBuffer;)V+29
    J  bom.renderSortedRenderersFast(IIID)I
    j  bom.a(IIID)I+12
    j  bom.a(Lsu;ID)I+1662
    j  bof.a(FJ)V+652
    j  bof.b(F)V+760
    j  ban.ak()V+303
    j  ban.f()V+72
    j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1007
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/la ng/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Objec t;)Ljava/lang/Object;+87
    j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/O bject;)Ljava/lang/Object;+6
    j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lan g/Object;+161
    j  net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+657
    j  net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
    v  ~StubRoutines::call_stub
    Java Threads: ( => current thread )
      7fc2622f1800 JavaThread "Texture Downloader #40" daemon [_thread_in_native, id=981049344, stack(13a69a000,13a79a000)]
      7fc2622f1000 JavaThread "Texture Downloader #39" daemon [_thread_in_native, id=979988480, stack(13a597000,13a697000)]
      7fc2621a3800 JavaThread "Texture Downloader #38" daemon [_thread_in_native, id=978927616, stack(13a494000,13a594000)]
      7fc255815000 JavaThread "Texture Downloader #37" daemon [_thread_in_native, id=977866752, stack(13a391000,13a491000)]
      7fc262215000 JavaThread "Texture Downloader #36" daemon [_thread_in_native, id=971022336, stack(139d0a000,139e0a000)]
      7fc262214000 JavaThread "Texture Downloader #35" daemon [_thread_in_native, id=969961472, stack(139c07000,139d07000)]
      7fc262213800 JavaThread "Texture Downloader #34" daemon [_thread_in_native, id=968900608, stack(139b04000,139c04000)]
      7fc262212800 JavaThread "Texture Downloader #33" daemon [_thread_in_native, id=967839744, stack(139a01000,139b01000)]
      7fc262212000 JavaThread "Texture Downloader #32" daemon [_thread_in_native, id=966778880, stack(1398fe000,1399fe000)]
      7fc262211000 JavaThread "Texture Downloader #31" daemon [_thread_in_native, id=965718016, stack(1397fb000,1398fb000)]
      7fc262210800 JavaThread "Texture Downloader #30" daemon [_thread_in_native, id=964657152, stack(1396f8000,1397f8000)]
      7fc25d462000 JavaThread "Texture Downloader #29" daemon [_thread_in_native, id=963596288, stack(1395f5000,1396f5000)]
      7fc26215e800 JavaThread "Texture Downloader #28" daemon [_thread_in_native, id=930205696, stack(13761d000,13771d000)]
      7fc25d0b0000 JavaThread "Texture Downloader #27" daemon [_thread_in_native, id=929144832, stack(13751a000,13761a000)]
      7fc256fb3000 JavaThread "Texture Downloader #25" daemon [_thread_in_native, id=515497984, stack(11ea9e000,11eb9e000)]
      7fc257931800 JavaThread "Texture Downloader #22" daemon [_thread_in_native, id=514437120, stack(11e99b000,11ea9b000)]
      7fc253d88000 JavaThread "Texture Downloader #21" daemon [_thread_in_native, id=513376256, stack(11e898000,11e998000)]
      7fc253ccc800 JavaThread "Texture Downloader #20" daemon [_thread_in_native, id=512315392, stack(11e795000,11e895000)]
      7fc2563e9000 JavaThread "Texture Downloader #19" daemon [_thread_in_native, id=492990464, stack(11d527000,11d627000)]
      7fc257989800 JavaThread "Thread-15" [_thread_blocked, id=491929600, stack(11d424000,11d524000)]
      7fc2563e8000 JavaThread "Thread-14" [_thread_blocked, id=467611648, stack(11bcf3000,11bdf3000)]
      7fc256441000 JavaThread "Texture Downloader #17" daemon [_thread_in_native, id=509460480, stack(11e4dc000,11e5dc000)]
      7fc25d464000 JavaThread "Texture Downloader #16" daemon [_thread_in_native, id=471904256, stack(11c10b000,11c20b000)]
      7fc25d463800 JavaThread "Texture Downloader #14" daemon [_thread_in_native, id=832643072, stack(131912000,131a12000)]
      7fc2562fa800 JavaThread "Texture Downloader #13" daemon [_thread_in_native, id=828870656, stack(131579000,131679000)]
      7fc256074000 JavaThread "Texture Downloader #12" daemon [_thread_in_native, id=813268992, stack(130698000,130798000)]
      7fc25b809800 JavaThread "Texture Downloader #9" daemon [_thread_in_native, id=825114624, stack(1311e4000,1312e4000)]
      7fc25a380000 JavaThread "Texture Downloader #8" daemon [_thread_in_native, id=824053760, stack(1310e1000,1311e1000)]
      7fc25a37f000 JavaThread "Texture Downloader #7" daemon [_thread_in_native, id=822992896, stack(130fde000,1310de000)]
      7fc25a1fc800 JavaThread "Texture Downloader #6" daemon [_thread_in_native, id=821932032, stack(130edb000,130fdb000)]
      7fc25a1fc000 JavaThread "Texture Downloader #5" daemon [_thread_in_native, id=820871168, stack(130dd8000,130ed8000)]
      7fc255811800 JavaThread "Texture Downloader #4" daemon [_thread_in_native, id=819810304, stack(130cd5000,130dd5000)]
      7fc25a1f3000 JavaThread "Texture Downloader #3" daemon [_thread_in_native, id=818749440, stack(130bd2000,130cd2000)]
      7fc25d098000 JavaThread "WrUpdateThread" [_thread_in_Java, id=539578368, stack(120195000,120295000)]
      7fc25d094000 JavaThread "Texture Downloader #1" daemon [_thread_in_native, id=511254528, stack(11e692000,11e792000)]
      7fc25a89a000 JavaThread "pool-2-thread-1" [_thread_blocked, id=487956480, stack(11d05a000,11d15a000)]
      7fc25d08c800 JavaThread "Netty Client IO #4" daemon [_thread_in_native, id=506351616, stack(11e1e5000,11e2e5000)]
      7fc256071800 JavaThread "Netty Client IO #3" daemon [_thread_in_native, id=508399616, stack(11e3d9000,11e4d9000)]
      7fc257c25000 JavaThread "Netty Client IO #2" daemon [_thread_in_native, id=504393728, stack(11e007000,11e107000)]
      7fc257c24000 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=503332864, stack(11df04000,11e004000)]
      7fc257c23800 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=502272000, stack(11de01000,11df01000)]
      7fc253eb3000 JavaThread "Server Pinger #3" daemon [_thread_blocked, id=501211136, stack(11dcfe000,11ddfe000)]
      7fc253ee5000 JavaThread "Server Pinger #2" daemon [_thread_blocked, id=483069952, stack(11cbb1000,11ccb1000)]
      7fc253eb1800 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=482009088, stack(11caae000,11cbae000)]
      7fc253edd000 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=478138368, stack(11c6fd000,11c7fd000)]
      7fc25a244000 JavaThread "AWT-Shutdown" [_thread_blocked, id=403890176, stack(11802e000,11812e000)]
      7fc253919800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=355913728, stack(11526d000,11536d000)]
      7fc2560bc000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=350765056, stack(114d84000,114e84000)]
      7fc257910000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=349704192, stack(114c81000,114d81000)]
      7fc2579d2000 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=1912140560, stack(7fff5a22d000,7fff5aa2d000)]
      7fc25601c000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=267870208, stack(10fe76000,10ff76000)]
      7fc25601b800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=266809344, stack(10fd73000,10fe73000)]
      7fc25601a800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=265748480, stack(10fc70000,10fd70000)]
      7fc25601a000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=264687616, stack(10fb6d000,10fc6d000)]
      7fc253819800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=263626752, stack(10fa6a000,10fb6a000)]
      7fc25380f000 JavaThread "Finalizer" daemon [_thread_blocked, id=261492736, stack(10f861000,10f961000)]
      7fc25698d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=260431872, stack(10f75e000,10f85e000)]
    =>7fc256000000 JavaThread "Client thread" [_thread_in_native, id=94879744, stack(10597c000,105a7c000)]
    Other Threads:
      7fc25380c000 VMThread [stack: 10f65b000,10f75b000] [id=259371008]
      7fc25602e000 WatcherThread [stack: 10ff79000,110079000] [id=268931072]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 118016K, used 109808K [7bae00000, 7c2e00000, 7c2e00000)
      eden space 104960K,  94% used [7bae00000, 7c0f581d8, 7c1480000)
      from space 13056K,  77% used [7c1480000, 7c1e64118, 7c2140000)
      to   space 13056K,   0% used [7c2140000, 7c2140000, 7c2e00000)
    concurrent mark-sweep generation total 124400K, used 75369K [7c2e00000, 7ca77c000, 7fae00000)
    concurrent-mark-sweep perm gen total 63748K, used 38306K [7fae00000, 7fec41000, 800000000)
    Code Cache  [106d04000, 107205000, 109d04000)
    total_blobs=2139 nmethods=1429 adapters=671 free_code_cache=45223936 largest_free_block=35008
    Virtual Machine Arguments:
    JVM Args: -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=/Users/JacobGoldberger/Library/Application Support/minecraft/versions/1.7.9-OptiFine_HD_U_D2/1.7.9-OptiFine_HD_U_D2-native s-1407899767436785000
    Java Command: net.minecraft.launchwrapper.Launch --username mixmasterjacob --version 1.7.9-OptiFine_HD_U_D2 --gameDir /Users/JacobGoldberger/Library/Application Support/minecraft --assetsDir /Users/JacobGoldberger/Library/Application Support/minecraft/assets --assetIndex 1.7.4 --uuid 40ca47a05c5c47fbb8eaffa0a162c15f --accessToken fe8d766c48d843a5be1a15ac34d90c01 --userProperties {"twitch_access_token":["12hlao2vmh61un815fy8wx7v833jl82"]} --userType mojang  --tweakClass optifine.OptiFineTweaker
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 8192M, Free = 2608M
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d4a6155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d4a5779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff84048a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff840487b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff840485bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff890443de _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff89043a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  libawt.jnilib                 0x000000011050587f -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
    11  com.apple.AppKit               0x00007fff89037b2c -[NSApplication run] + 553
    12  libawt.jnilib                 0x0000000110503f30 +[AWTStarter startAWT:] + 1495
    13  libawt.jnilib                 0x00000001105038aa -[CPerformer perform] + 93
    14  com.apple.Foundation           0x00007fff8dde713e __NSThreadPerformPerform + 229
    15  com.apple.CoreFoundation       0x00007fff8d4b4731 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    16  com.apple.CoreFoundation       0x00007fff8d4a5ea2 __CFRunLoopDoSources0 + 242
    17  com.apple.CoreFoundation       0x00007fff8d4a562f __CFRunLoopRun + 831
    18  com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    19  java                           0x00000001051d7843 0x1051d3000 + 18499
    20  java                           0x00000001051d729a 0x1051d3000 + 17050
    21  java                           0x00000001051d4a98 0x1051d3000 + 6808
    Thread 1 Crashed:: Java: Client thread
    0   GLEngine                       0x00007fff8cc0560b gleLookupHashObject + 22
    1   GLEngine                       0x00007fff8cc29741 gleCallList + 97
    2   GLEngine                       0x00007fff8cc295a7 glCallLists_Exec + 299
    3   ???                           0x0000000106d14eee 0 + 4409347822
    4   ???                           0x0000000106d0985a 0 + 4409301082
    5   ???                           0x0000000107055198 0 + 4412756376
    6   ???                           0x00000021ff94b574 0 + 146021856628
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff81593662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8b45743d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8b457152 _dispatch_mgr_thread + 52
    Thread 3:: Java: Exception Handler Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libsystem_kernel.dylib         0x00007fff8158e613 mach_msg_server + 544
    3   libclient64.dylib             0x000000010524f2e5 0x10523b000 + 82661
    4   libclient64.dylib             0x000000010524f2a9 0x10523b000 + 82601
    5   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 4:: Java: Gang worker#0 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 5:: Java: Gang worker#1 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 6:: Java: Gang worker#2 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 7:: Java: Gang worker#3 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 8:: Java: Gang worker#4 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 9:: Java: Gang worker#5 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 10:: Java: Gang worker#6 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 11:: Java: Gang worker#7 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 12:: Java: Gang worker#0 (Parallel CMS Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b6eb5 0x10523b000 + 4701877
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 13:: Java: Gang worker#1 (Parallel CMS Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b6eb5 0x10523b000 + 4701877
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 14:: Java: Concurrent Mark-Sweep GC Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x000000010553d57f 0x10523b000 + 3155327
    8   libclient64.dylib             0x00000001055315f2 0x10523b000 + 3106290
    9   libclient64.dylib             0x000000010552cb58 0x10523b000 + 3087192
    10  libclient64.dylib             0x0000000105686250 0x10523b000 + 4502096
    11  libclient64.dylib             0x0000000105535a6d 0x10523b000 + 3123821
    12  libclient64.dylib             0x00000001055385d8 0x10523b000 + 3134936
    13  libclient64.dylib             0x000000010553a103 0x10523b000 + 3141891
    14  libclient64.dylib             0x000000010553d4bc 0x10523b000 + 3155132
    15  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    16  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    17  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    18  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 15:: Java: VM Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    5   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    6   libclient64.dylib             0x00000001052d0d24 0x10523b000 + 613668
    7   libclient64.dylib             0x00000001052d0a57 0x10523b000 + 612951
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 16:: Java: Reference Handler
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x0000000105310717 0x10523b000 + 874263
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d0985a 0 + 4409301082
    11  ???                           0x0000000106d04438 0 + 4409279544
    12  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    13  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    14  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    15  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    16  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    17  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    18  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    19  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    20  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    21  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 17:: Java: Finalizer
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x0000000105310717 0x10523b000 + 874263
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d099b3 0 + 4409301427
    12  ???                           0x0000000106d04438 0 + 4409279544
    13  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    14  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    15  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    16  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    17  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    18  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    19  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    20  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    21  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    22  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff81592e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff86c1ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff86c22fb9 start_wqthread + 13
    Thread 19:: Java: Surrogate Locker Thread (Concurrent GC)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e516 0x10523b000 + 79126
    7   libclient64.dylib             0x000000010552552b 0x10523b000 + 3056939
    8   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    9   libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    10  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    11  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 20:: Java: Signal Dispatcher
    0   libsystem_kernel.dylib         0x00007fff8158ea56 semaphore_wait_trap + 10
    1   libclient64.dylib             0x00000001052ee803 0x10523b000 + 735235
    2   libclient64.dylib             0x00000001052ee2d0 0x10523b000 + 733904
    3   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    4   libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    5   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 21:: Java: C2 CompilerThread0
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e516 0x10523b000 + 79126
    7   libclient64.dylib             0x00000001052f4865 0x10523b000 + 759909
    8   libclient64.dylib             0x00000001052ef64f 0x10523b000 + 738895
    9   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    10  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    11  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    12  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    13  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    14  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 22:: Java: C2 CompilerThread1
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e516 0x10523b000 + 79126
    7   libclient64.dylib             0x00000001052f4865 0x10523b000 + 759909
    8   libclient64.dylib             0x00000001052ef64f 0x10523b000 + 738895
    9   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    10  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    11  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    12  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    13  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    14  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 23:: Java: Low Memory Detector
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001052f203e 0x10523b000 + 749630
    8   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    9   libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    10  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    11  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 24:: Java: VM Periodic Task Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x00000001052f3c20 0x10523b000 + 756768
    5   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff81592e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff86c1ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff86c22fb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d4a6155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d4a5779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff891e416e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 27:: Java: Snooper Timer
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x0000000105310721 0x10523b000 + 874273
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d0985a 0 + 4409301082
    11  ???                           0x0000000106d04438 0 + 4409279544
    12  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    13  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    14  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    15  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    16  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    17  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    18  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    19  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    20  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    21  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 28:: Java: Timer hack thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105444142 0x10523b000 + 2134338
    4   libclient64.dylib             0x00000001053f206c JVM_Sleep + 191
    5   libjvmlinkage.dylib           0x000000010594065e JVM_Sleep + 62
    6   ???                           0x0000000106d14eee 0 + 4409347822
    7   ???                           0x0000000106d0985a 0 + 4409301082
    8   ???                           0x0000000106d04438 0 + 4409279544
    9   libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    10  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    11  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    12  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    13  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    14  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    15  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    16  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    17  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    18  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 29:: Java: Java2D Disposer
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x0000000105310717 0x10523b000 + 874263
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d099b3 0 + 4409301427
    12  ???                           0x0000000106d09d34 0 + 4409302324
    13  ???                           0x0000000106d04438 0 + 4409279544
    14  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    15  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    16  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    17  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    18  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    19  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    20  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    21  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    22  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    23  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff81592716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff86c20c3b _pthread_cond_wait + 727
    2   libc++.1.dylib                 0x00007fff85458d43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   libtwitchsdk.dylib             0x00000001161d7cc4 ttv::ThreadSync::SuspendFor(unsigned int) + 174
    4   libtwitchsdk.dylib             0x00000001161d418e ttv::TaskRunner::TaskRunnerThreadProc() + 176
    5   libtwitchsdk.dylib             0x00000001161d79e2 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::function<void ()> > >(void*) + 66
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff81592716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff86c20c3b _pthread_cond_wait + 727
    2   libc++.1.dylib                 0x00007fff85458d43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   libtwitchsdk.dylib             0x00000001161d7cc4 ttv::ThreadSync::SuspendFor(unsigned int) + 174
    4   libtwitchsdk.dylib             0x00000001161d418e ttv::TaskRunner::TaskRunnerThreadProc() + 176
    5   libtwitchsdk.dylib             0x00000001161d79e2 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::function<void ()> > >(void*) + 66
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 32:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d4a6155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d4a5779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8ddea967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8ddea76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 33:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff815929aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8d4f1b83 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 34:: Java: AWT-Shutdown
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x0000000105310721 0x10523b000 + 874273
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d09d34 0 + 4409302324
    11  ???                           0x0000000106d04438 0 + 4409279544
    12  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    13  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    14  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    15  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    16  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    17  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    18  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    19  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    20  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    21  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 35:: Java: Server Pinger #0
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010565ee3d 0x10523b000 + 4341309
    4   libclient64.dylib             0x00000001056a16e6 0x10523b000 + 4613862
    5   ???                           0x0000000106d14eee 0 + 4409347822
    6   ???                           0x0000000106d0985a 0 + 4409301082
    7   ???                           0x0000000106d0985a 0 + 4409301082
    8   ???                           0x0000000106d09d34 0 + 4409302324
    9   ???                           0x0000000106d099b3 0 + 4409301427
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d09e8d 0 + 4409302669
    12  ???                           0x0000000106d099b3 0 + 4409301427
    13  ???                           0x0000000106d09d34 0 + 4409302324
    14  ???                           0x0000000106d04438 0 + 4409279544
    15  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    16  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    17  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    18  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    19  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    20  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    21  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    22  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    23  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    24  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 36:: Java: Server Pinger #1
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010565ee3d 0x10523b000 + 4341309
    4   libclient64.dylib             0x00000001056a16e6 0x10523b000 + 4613862
    5   ???                           0x0000000106d14eee 0 + 4409347822
    6   ???                           0x0000000106d0985a 0 + 4409301082
    7   ???                           0x0000000106d0985a 0 + 4409301082
    8   ???                           0x0000000106d09d34 0 + 4409302324
    9   ???                           0x0000000106d099b3 0 + 4409301427
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d09e8d 0 + 4409302669
    12  ???                           0x0000000106d099b3 0 + 4409301427
    13  ???                           0x0000000106d09d34 0 + 4409302324
    14  ???                           0x0000000106d04438 0 + 4409279544
    15  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    16  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    17  libclient64.dylib       

    Every once and a while minecraft crashes and gives me this.
    Process:         java [11777]
    Path:            /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86-64 (Native)
    Parent Process:  JavaApplicationStub [9285]
    Responsible:     JavaApplicationStub [9285]
    User ID:         501
    Date/Time:       2014-08-12 23:16:44.540 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  596C837E-8D07-144B-836D-77AE76DC9854
    Sleep/Wake UUID: 54363738-5808-44AE-ACA1-9C968981C417
    Crashed Thread:  1  Java: Client thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=7fff8cc0560b
    Java VM: Java HotSpot(TM) 64-Bit Server VM (20.65-b04-462 mixed mode macosx-amd64)
    Current thread (7fc256000000):  JavaThread "Client thread" [_thread_in_native, id=94879744, stack(10597c000,105a7c000)]
    Stack: [10597c000,105a7c000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  org.lwjgl.opengl.GL11.nglCallLists(IIJJ)V+0
    j  org.lwjgl.opengl.GL11.glCallLists(Ljava/nio/IntBuffer;)V+29
    J  bom.renderSortedRenderersFast(IIID)I
    j  bom.a(IIID)I+12
    j  bom.a(Lsu;ID)I+1662
    j  bof.a(FJ)V+652
    j  bof.b(F)V+760
    j  ban.ak()V+303
    j  ban.f()V+72
    j  net.minecraft.client.main.Main.main([Ljava/lang/String;)V+1007
    v  ~StubRoutines::call_stub
    j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/la ng/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
    j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Objec t;)Ljava/lang/Object;+87
    j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/O bject;)Ljava/lang/Object;+6
    j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lan g/Object;+161
    j  net.minecraft.launchwrapper.Launch.launch([Ljava/lang/String;)V+657
    j  net.minecraft.launchwrapper.Launch.main([Ljava/lang/String;)V+8
    v  ~StubRoutines::call_stub
    Java Threads: ( => current thread )
      7fc2622f1800 JavaThread "Texture Downloader #40" daemon [_thread_in_native, id=981049344, stack(13a69a000,13a79a000)]
      7fc2622f1000 JavaThread "Texture Downloader #39" daemon [_thread_in_native, id=979988480, stack(13a597000,13a697000)]
      7fc2621a3800 JavaThread "Texture Downloader #38" daemon [_thread_in_native, id=978927616, stack(13a494000,13a594000)]
      7fc255815000 JavaThread "Texture Downloader #37" daemon [_thread_in_native, id=977866752, stack(13a391000,13a491000)]
      7fc262215000 JavaThread "Texture Downloader #36" daemon [_thread_in_native, id=971022336, stack(139d0a000,139e0a000)]
      7fc262214000 JavaThread "Texture Downloader #35" daemon [_thread_in_native, id=969961472, stack(139c07000,139d07000)]
      7fc262213800 JavaThread "Texture Downloader #34" daemon [_thread_in_native, id=968900608, stack(139b04000,139c04000)]
      7fc262212800 JavaThread "Texture Downloader #33" daemon [_thread_in_native, id=967839744, stack(139a01000,139b01000)]
      7fc262212000 JavaThread "Texture Downloader #32" daemon [_thread_in_native, id=966778880, stack(1398fe000,1399fe000)]
      7fc262211000 JavaThread "Texture Downloader #31" daemon [_thread_in_native, id=965718016, stack(1397fb000,1398fb000)]
      7fc262210800 JavaThread "Texture Downloader #30" daemon [_thread_in_native, id=964657152, stack(1396f8000,1397f8000)]
      7fc25d462000 JavaThread "Texture Downloader #29" daemon [_thread_in_native, id=963596288, stack(1395f5000,1396f5000)]
      7fc26215e800 JavaThread "Texture Downloader #28" daemon [_thread_in_native, id=930205696, stack(13761d000,13771d000)]
      7fc25d0b0000 JavaThread "Texture Downloader #27" daemon [_thread_in_native, id=929144832, stack(13751a000,13761a000)]
      7fc256fb3000 JavaThread "Texture Downloader #25" daemon [_thread_in_native, id=515497984, stack(11ea9e000,11eb9e000)]
      7fc257931800 JavaThread "Texture Downloader #22" daemon [_thread_in_native, id=514437120, stack(11e99b000,11ea9b000)]
      7fc253d88000 JavaThread "Texture Downloader #21" daemon [_thread_in_native, id=513376256, stack(11e898000,11e998000)]
      7fc253ccc800 JavaThread "Texture Downloader #20" daemon [_thread_in_native, id=512315392, stack(11e795000,11e895000)]
      7fc2563e9000 JavaThread "Texture Downloader #19" daemon [_thread_in_native, id=492990464, stack(11d527000,11d627000)]
      7fc257989800 JavaThread "Thread-15" [_thread_blocked, id=491929600, stack(11d424000,11d524000)]
      7fc2563e8000 JavaThread "Thread-14" [_thread_blocked, id=467611648, stack(11bcf3000,11bdf3000)]
      7fc256441000 JavaThread "Texture Downloader #17" daemon [_thread_in_native, id=509460480, stack(11e4dc000,11e5dc000)]
      7fc25d464000 JavaThread "Texture Downloader #16" daemon [_thread_in_native, id=471904256, stack(11c10b000,11c20b000)]
      7fc25d463800 JavaThread "Texture Downloader #14" daemon [_thread_in_native, id=832643072, stack(131912000,131a12000)]
      7fc2562fa800 JavaThread "Texture Downloader #13" daemon [_thread_in_native, id=828870656, stack(131579000,131679000)]
      7fc256074000 JavaThread "Texture Downloader #12" daemon [_thread_in_native, id=813268992, stack(130698000,130798000)]
      7fc25b809800 JavaThread "Texture Downloader #9" daemon [_thread_in_native, id=825114624, stack(1311e4000,1312e4000)]
      7fc25a380000 JavaThread "Texture Downloader #8" daemon [_thread_in_native, id=824053760, stack(1310e1000,1311e1000)]
      7fc25a37f000 JavaThread "Texture Downloader #7" daemon [_thread_in_native, id=822992896, stack(130fde000,1310de000)]
      7fc25a1fc800 JavaThread "Texture Downloader #6" daemon [_thread_in_native, id=821932032, stack(130edb000,130fdb000)]
      7fc25a1fc000 JavaThread "Texture Downloader #5" daemon [_thread_in_native, id=820871168, stack(130dd8000,130ed8000)]
      7fc255811800 JavaThread "Texture Downloader #4" daemon [_thread_in_native, id=819810304, stack(130cd5000,130dd5000)]
      7fc25a1f3000 JavaThread "Texture Downloader #3" daemon [_thread_in_native, id=818749440, stack(130bd2000,130cd2000)]
      7fc25d098000 JavaThread "WrUpdateThread" [_thread_in_Java, id=539578368, stack(120195000,120295000)]
      7fc25d094000 JavaThread "Texture Downloader #1" daemon [_thread_in_native, id=511254528, stack(11e692000,11e792000)]
      7fc25a89a000 JavaThread "pool-2-thread-1" [_thread_blocked, id=487956480, stack(11d05a000,11d15a000)]
      7fc25d08c800 JavaThread "Netty Client IO #4" daemon [_thread_in_native, id=506351616, stack(11e1e5000,11e2e5000)]
      7fc256071800 JavaThread "Netty Client IO #3" daemon [_thread_in_native, id=508399616, stack(11e3d9000,11e4d9000)]
      7fc257c25000 JavaThread "Netty Client IO #2" daemon [_thread_in_native, id=504393728, stack(11e007000,11e107000)]
      7fc257c24000 JavaThread "Netty Client IO #1" daemon [_thread_in_native, id=503332864, stack(11df04000,11e004000)]
      7fc257c23800 JavaThread "Netty Client IO #0" daemon [_thread_in_native, id=502272000, stack(11de01000,11df01000)]
      7fc253eb3000 JavaThread "Server Pinger #3" daemon [_thread_blocked, id=501211136, stack(11dcfe000,11ddfe000)]
      7fc253ee5000 JavaThread "Server Pinger #2" daemon [_thread_blocked, id=483069952, stack(11cbb1000,11ccb1000)]
      7fc253eb1800 JavaThread "Server Pinger #1" daemon [_thread_blocked, id=482009088, stack(11caae000,11cbae000)]
      7fc253edd000 JavaThread "Server Pinger #0" daemon [_thread_blocked, id=478138368, stack(11c6fd000,11c7fd000)]
      7fc25a244000 JavaThread "AWT-Shutdown" [_thread_blocked, id=403890176, stack(11802e000,11812e000)]
      7fc253919800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=355913728, stack(11526d000,11536d000)]
      7fc2560bc000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=350765056, stack(114d84000,114e84000)]
      7fc257910000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=349704192, stack(114c81000,114d81000)]
      7fc2579d2000 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=1912140560, stack(7fff5a22d000,7fff5aa2d000)]
      7fc25601c000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=267870208, stack(10fe76000,10ff76000)]
      7fc25601b800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=266809344, stack(10fd73000,10fe73000)]
      7fc25601a800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=265748480, stack(10fc70000,10fd70000)]
      7fc25601a000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=264687616, stack(10fb6d000,10fc6d000)]
      7fc253819800 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=263626752, stack(10fa6a000,10fb6a000)]
      7fc25380f000 JavaThread "Finalizer" daemon [_thread_blocked, id=261492736, stack(10f861000,10f961000)]
      7fc25698d000 JavaThread "Reference Handler" daemon [_thread_blocked, id=260431872, stack(10f75e000,10f85e000)]
    =>7fc256000000 JavaThread "Client thread" [_thread_in_native, id=94879744, stack(10597c000,105a7c000)]
    Other Threads:
      7fc25380c000 VMThread [stack: 10f65b000,10f75b000] [id=259371008]
      7fc25602e000 WatcherThread [stack: 10ff79000,110079000] [id=268931072]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 118016K, used 109808K [7bae00000, 7c2e00000, 7c2e00000)
      eden space 104960K,  94% used [7bae00000, 7c0f581d8, 7c1480000)
      from space 13056K,  77% used [7c1480000, 7c1e64118, 7c2140000)
      to   space 13056K,   0% used [7c2140000, 7c2140000, 7c2e00000)
    concurrent mark-sweep generation total 124400K, used 75369K [7c2e00000, 7ca77c000, 7fae00000)
    concurrent-mark-sweep perm gen total 63748K, used 38306K [7fae00000, 7fec41000, 800000000)
    Code Cache  [106d04000, 107205000, 109d04000)
    total_blobs=2139 nmethods=1429 adapters=671 free_code_cache=45223936 largest_free_block=35008
    Virtual Machine Arguments:
    JVM Args: -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=/Users/JacobGoldberger/Library/Application Support/minecraft/versions/1.7.9-OptiFine_HD_U_D2/1.7.9-OptiFine_HD_U_D2-native s-1407899767436785000
    Java Command: net.minecraft.launchwrapper.Launch --username mixmasterjacob --version 1.7.9-OptiFine_HD_U_D2 --gameDir /Users/JacobGoldberger/Library/Application Support/minecraft --assetsDir /Users/JacobGoldberger/Library/Application Support/minecraft/assets --assetIndex 1.7.4 --uuid 40ca47a05c5c47fbb8eaffa0a162c15f --accessToken fe8d766c48d843a5be1a15ac34d90c01 --userProperties {"twitch_access_token":["12hlao2vmh61un815fy8wx7v833jl82"]} --userType mojang  --tweakClass optifine.OptiFineTweaker
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 8192M, Free = 2608M
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d4a6155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d4a5779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox           0x00007fff84048a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox           0x00007fff840487b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox           0x00007fff840485bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit               0x00007fff890443de _DPSNextEvent + 1434
    9   com.apple.AppKit               0x00007fff89043a2b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  libawt.jnilib                 0x000000011050587f -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
    11  com.apple.AppKit               0x00007fff89037b2c -[NSApplication run] + 553
    12  libawt.jnilib                 0x0000000110503f30 +[AWTStarter startAWT:] + 1495
    13  libawt.jnilib                 0x00000001105038aa -[CPerformer perform] + 93
    14  com.apple.Foundation           0x00007fff8dde713e __NSThreadPerformPerform + 229
    15  com.apple.CoreFoundation       0x00007fff8d4b4731 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 17
    16  com.apple.CoreFoundation       0x00007fff8d4a5ea2 __CFRunLoopDoSources0 + 242
    17  com.apple.CoreFoundation       0x00007fff8d4a562f __CFRunLoopRun + 831
    18  com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    19  java                           0x00000001051d7843 0x1051d3000 + 18499
    20  java                           0x00000001051d729a 0x1051d3000 + 17050
    21  java                           0x00000001051d4a98 0x1051d3000 + 6808
    Thread 1 Crashed:: Java: Client thread
    0   GLEngine                       0x00007fff8cc0560b gleLookupHashObject + 22
    1   GLEngine                       0x00007fff8cc29741 gleCallList + 97
    2   GLEngine                       0x00007fff8cc295a7 glCallLists_Exec + 299
    3   ???                           0x0000000106d14eee 0 + 4409347822
    4   ???                           0x0000000106d0985a 0 + 4409301082
    5   ???                           0x0000000107055198 0 + 4412756376
    6   ???                           0x00000021ff94b574 0 + 146021856628
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff81593662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff8b45743d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff8b457152 _dispatch_mgr_thread + 52
    Thread 3:: Java: Exception Handler Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libsystem_kernel.dylib         0x00007fff8158e613 mach_msg_server + 544
    3   libclient64.dylib             0x000000010524f2e5 0x10523b000 + 82661
    4   libclient64.dylib             0x000000010524f2a9 0x10523b000 + 82601
    5   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 4:: Java: Gang worker#0 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 5:: Java: Gang worker#1 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 6:: Java: Gang worker#2 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 7:: Java: Gang worker#3 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 8:: Java: Gang worker#4 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 9:: Java: Gang worker#5 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 10:: Java: Gang worker#6 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 11:: Java: Gang worker#7 (Parallel GC Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b5110 0x10523b000 + 4694288
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 12:: Java: Gang worker#0 (Parallel CMS Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b6eb5 0x10523b000 + 4701877
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 13:: Java: Gang worker#1 (Parallel CMS Threads)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001056b6eb5 0x10523b000 + 4701877
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 14:: Java: Concurrent Mark-Sweep GC Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x000000010553d57f 0x10523b000 + 3155327
    8   libclient64.dylib             0x00000001055315f2 0x10523b000 + 3106290
    9   libclient64.dylib             0x000000010552cb58 0x10523b000 + 3087192
    10  libclient64.dylib             0x0000000105686250 0x10523b000 + 4502096
    11  libclient64.dylib             0x0000000105535a6d 0x10523b000 + 3123821
    12  libclient64.dylib             0x00000001055385d8 0x10523b000 + 3134936
    13  libclient64.dylib             0x000000010553a103 0x10523b000 + 3141891
    14  libclient64.dylib             0x000000010553d4bc 0x10523b000 + 3155132
    15  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    16  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    17  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    18  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 15:: Java: VM Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    5   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    6   libclient64.dylib             0x00000001052d0d24 0x10523b000 + 613668
    7   libclient64.dylib             0x00000001052d0a57 0x10523b000 + 612951
    8   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    9   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    10  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    11  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 16:: Java: Reference Handler
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x0000000105310717 0x10523b000 + 874263
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d0985a 0 + 4409301082
    11  ???                           0x0000000106d04438 0 + 4409279544
    12  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    13  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    14  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    15  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    16  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    17  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    18  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    19  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    20  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    21  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 17:: Java: Finalizer
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x0000000105310717 0x10523b000 + 874263
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d099b3 0 + 4409301427
    12  ???                           0x0000000106d04438 0 + 4409279544
    13  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    14  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    15  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    16  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    17  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    18  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    19  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    20  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    21  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    22  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib         0x00007fff81592e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff86c1ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff86c22fb9 start_wqthread + 13
    Thread 19:: Java: Surrogate Locker Thread (Concurrent GC)
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e516 0x10523b000 + 79126
    7   libclient64.dylib             0x000000010552552b 0x10523b000 + 3056939
    8   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    9   libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    10  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    11  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 20:: Java: Signal Dispatcher
    0   libsystem_kernel.dylib         0x00007fff8158ea56 semaphore_wait_trap + 10
    1   libclient64.dylib             0x00000001052ee803 0x10523b000 + 735235
    2   libclient64.dylib             0x00000001052ee2d0 0x10523b000 + 733904
    3   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    4   libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    5   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 21:: Java: C2 CompilerThread0
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e516 0x10523b000 + 79126
    7   libclient64.dylib             0x00000001052f4865 0x10523b000 + 759909
    8   libclient64.dylib             0x00000001052ef64f 0x10523b000 + 738895
    9   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    10  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    11  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    12  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    13  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    14  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 22:: Java: C2 CompilerThread1
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e516 0x10523b000 + 79126
    7   libclient64.dylib             0x00000001052f4865 0x10523b000 + 759909
    8   libclient64.dylib             0x00000001052ef64f 0x10523b000 + 738895
    9   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    10  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    11  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    12  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    13  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    14  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 23:: Java: Low Memory Detector
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x00000001052fa9ee 0x10523b000 + 784878
    5   libclient64.dylib             0x00000001052fa8fd 0x10523b000 + 784637
    6   libclient64.dylib             0x000000010524e5af 0x10523b000 + 79279
    7   libclient64.dylib             0x00000001052f203e 0x10523b000 + 749630
    8   libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    9   libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    10  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    11  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    12  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    13  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 24:: Java: VM Periodic Task Thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x00000001052f3c20 0x10523b000 + 756768
    5   libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff81592e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff86c1ff08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff86c22fb9 start_wqthread + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d4a6155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d4a5779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit               0x00007fff891e416e _NSEventThread + 144
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 27:: Java: Snooper Timer
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x0000000105310721 0x10523b000 + 874273
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d0985a 0 + 4409301082
    11  ???                           0x0000000106d04438 0 + 4409279544
    12  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    13  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    14  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    15  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    16  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    17  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    18  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    19  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    20  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    21  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 28:: Java: Timer hack thread
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105444142 0x10523b000 + 2134338
    4   libclient64.dylib             0x00000001053f206c JVM_Sleep + 191
    5   libjvmlinkage.dylib           0x000000010594065e JVM_Sleep + 62
    6   ???                           0x0000000106d14eee 0 + 4409347822
    7   ???                           0x0000000106d0985a 0 + 4409301082
    8   ???                           0x0000000106d04438 0 + 4409279544
    9   libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    10  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    11  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    12  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    13  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    14  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    15  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    16  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    17  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    18  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 29:: Java: Java2D Disposer
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010524e9a0 0x10523b000 + 80288
    4   libclient64.dylib             0x0000000105310717 0x10523b000 + 874263
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d099b3 0 + 4409301427
    12  ???                           0x0000000106d09d34 0 + 4409302324
    13  ???                           0x0000000106d04438 0 + 4409279544
    14  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    15  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    16  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    17  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    18  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    19  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    20  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    21  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    22  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    23  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib         0x00007fff81592716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff86c20c3b _pthread_cond_wait + 727
    2   libc++.1.dylib                 0x00007fff85458d43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   libtwitchsdk.dylib             0x00000001161d7cc4 ttv::ThreadSync::SuspendFor(unsigned int) + 174
    4   libtwitchsdk.dylib             0x00000001161d418e ttv::TaskRunner::TaskRunnerThreadProc() + 176
    5   libtwitchsdk.dylib             0x00000001161d79e2 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::function<void ()> > >(void*) + 66
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib         0x00007fff81592716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff86c20c3b _pthread_cond_wait + 727
    2   libc++.1.dylib                 0x00007fff85458d43 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    3   libtwitchsdk.dylib             0x00000001161d7cc4 ttv::ThreadSync::SuspendFor(unsigned int) + 174
    4   libtwitchsdk.dylib             0x00000001161d418e ttv::TaskRunner::TaskRunnerThreadProc() + 176
    5   libtwitchsdk.dylib             0x00000001161d79e2 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::function<void ()> > >(void*) + 66
    6   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 32:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d4a6155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d4a5779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d4a50b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff8ddea967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff8ddea76b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 33:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff815929aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8d4f1b83 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 34:: Java: AWT-Shutdown
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faad5 0x10523b000 + 785109
    3   libclient64.dylib             0x0000000105310326 0x10523b000 + 873254
    4   libclient64.dylib             0x0000000105310721 0x10523b000 + 874273
    5   libclient64.dylib             0x0000000105310466 0x10523b000 + 873574
    6   libclient64.dylib             0x00000001052de6a3 JVM_MonitorWait + 156
    7   libjvmlinkage.dylib           0x000000010593fb0b JVM_MonitorWait + 59
    8   ???                           0x0000000106d14eee 0 + 4409347822
    9   ???                           0x0000000106d0985a 0 + 4409301082
    10  ???                           0x0000000106d09d34 0 + 4409302324
    11  ???                           0x0000000106d04438 0 + 4409279544
    12  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    13  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    14  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    15  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    16  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    17  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    18  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    19  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    20  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    21  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 35:: Java: Server Pinger #0
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010565ee3d 0x10523b000 + 4341309
    4   libclient64.dylib             0x00000001056a16e6 0x10523b000 + 4613862
    5   ???                           0x0000000106d14eee 0 + 4409347822
    6   ???                           0x0000000106d0985a 0 + 4409301082
    7   ???                           0x0000000106d0985a 0 + 4409301082
    8   ???                           0x0000000106d09d34 0 + 4409302324
    9   ???                           0x0000000106d099b3 0 + 4409301427
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d09e8d 0 + 4409302669
    12  ???                           0x0000000106d099b3 0 + 4409301427
    13  ???                           0x0000000106d09d34 0 + 4409302324
    14  ???                           0x0000000106d04438 0 + 4409279544
    15  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    16  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    17  libclient64.dylib             0x00000001052de120 0x10523b000 + 667936
    18  libclient64.dylib             0x00000001052de0c0 0x10523b000 + 667840
    19  libclient64.dylib             0x00000001052ddf5e 0x10523b000 + 667486
    20  libclient64.dylib             0x00000001052ddd6f 0x10523b000 + 666991
    21  libclient64.dylib             0x000000010524e41a 0x10523b000 + 78874
    22  libsystem_pthread.dylib       0x00007fff86c1e899 _pthread_body + 138
    23  libsystem_pthread.dylib       0x00007fff86c1e72a _pthread_start + 137
    24  libsystem_pthread.dylib       0x00007fff86c22fc9 thread_start + 13
    Thread 36:: Java: Server Pinger #1
    0   libsystem_kernel.dylib         0x00007fff8158ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8158dd18 mach_msg + 64
    2   libclient64.dylib             0x00000001052faa43 0x10523b000 + 784963
    3   libclient64.dylib             0x000000010565ee3d 0x10523b000 + 4341309
    4   libclient64.dylib             0x00000001056a16e6 0x10523b000 + 4613862
    5   ???                           0x0000000106d14eee 0 + 4409347822
    6   ???                           0x0000000106d0985a 0 + 4409301082
    7   ???                           0x0000000106d0985a 0 + 4409301082
    8   ???                           0x0000000106d09d34 0 + 4409302324
    9   ???                           0x0000000106d099b3 0 + 4409301427
    10  ???                           0x0000000106d099b3 0 + 4409301427
    11  ???                           0x0000000106d09e8d 0 + 4409302669
    12  ???                           0x0000000106d099b3 0 + 4409301427
    13  ???                           0x0000000106d09d34 0 + 4409302324
    14  ???                           0x0000000106d04438 0 + 4409279544
    15  libclient64.dylib             0x00000001052d1ef4 0x10523b000 + 618228
    16  libclient64.dylib             0x00000001052de22e 0x10523b000 + 668206
    17  libclient64.dylib       

  • Setting up HTTP for the first time...

    Hey All,
    My site can be viewed from inside our district. When I get home I just get errors when going to the site.
    I know I'm close, just can't seem to find the right settings.
    XServe 10.4.10
    Thanks!
    Brandon

    As a very general rule of IP networking, one IP address is assigned to one IP host only. (In more involved configurations, the IP address can potentially float within certain multi-host configurations, with one host "hot" at any moment, but the other hosts are intended to be replicates. And that's not the case here.)
    There are technically ways to get where you want, where some software or some device sniffs the http headers. This can be an Apache reverse-proxy. Which also means that you have a primary web server and a secondary, and if the primary (the reverse proxy) is down the secondary is also down. Or you can use a web proxy appliance devices. These approaches can and do work, but they require either expense (for the http appliance) or configuration and software complexity. (My general preference is to keep it simple, and only bring out the power tools and the IP and Apache arcana when I really need to.) I'd tend to recommend against both the Apache reverse proxy or spending money on the appliance.
    Given what I'm reading in this thread, I'd suggest using two static addresses, two sets of port-forwards, and use two hosts and two web servers. Two DNS entries. www.example.com and myhappyplace.example.com can be set up in DNS, for instance, for each of the two parallel hosts. It's simple, and it works, and it's easy to manage and easy to explain.
    Or better, should you need two domains that appear separate, I'd suggest the use one public static IP address and one port forward and one host and one web server, and multiple virtual domains. Two virtual domains means two sets of web directories, and security access controls can be set up for two different groups of web authors (via ACLs, for instance). On the same host.
    With more IP hosts and more web servers, you're opening up the crack in the firewall wider. More hosts is more exposure and more maintenance and more upkeep. No DMZ can be more exposure, should your hosts be breached. Should one or both of your hosts become "moderately compromised", your district can end up blacklisted in the spam databases, which means your district is tossed off the Internet for email. (There have been folks here in the discussions over the past month or two that have had weaknesses in their web servers exploited for spamming. Given the variety of web servers I see listed in my Apache logs, they're very far from alone in being compromised.) Were a server breach to arise, even your legitimate outbound mail for your district could get dropped by the recipients, should your domain end up compromised and found to be launching spam runs. (qv: various "Help, I've been hacked" threads here.)
    Mistakes here will get the district and the district superintendent's attention Right Fast. Most admin folks are attached to their email, and can get cranky -- mail withdrawal syndrome? -- when their domain gets blacklisted.

  • [Pretty much solved] i3 - how can I run terminal application?

    Hi everyone. I am newbie at tilling window managers, and I decided to give a try for i3.
    Now I faced one problem and I cannot find a solution. for example, I want to run "yaourt-gui", which is terminal application. but when I run dmenu, I choose "yaourt-gui" and when I open it - nothing happens. I believe that i3 somehow uses different terminal which doesn't exist, despite I set terminal to be "terminology" in config file. (I can start terminal with shortcut without any problems.)
    If you haven't got the idea - all I want when I run app from dmenu is to run it as terminal -e app, but not just app, which has no GUI.
    any ideas?
    Last edited by Fred-die-hard (2015-01-01 13:04:08)

    Trilby wrote:
    You'll either need to type "terminology -e whatever" in dmenu, or hack dmenu to detect which programs need a terminal.  Dmenu does not do this on it's own - it just runs what you tell it to.
    There are instructions in the dmenu hacking thread to do exactly this.
    The simplest way if it is only for this one program, just make a script or alias with the following:
    terminology -e /usr/bin/whatever
    Thanks. You are great.

  • Controlling mpd via dmenu

    Hi,
    i already posted the script in the "Post your handy self made command line utilities" thread, but probably hardly anybody will look at the programming forum when searching for something like this.
    I hope it is ok to post it again here, if not feel free to delete this topic (if you are a mod)
    This script lets you select any track of your current mpd playlist via dmenu and makes mpd play it immediately.
    I think it is pretty useful when bound to a keyboard shortcut in any tiling wm.
    Yes, it took only a few minutes to do this, but maybe you'll find it useful nontheless.
    #!/bin/bash
    mpc play `mpc playlist | sed -e "s/^>/ /" | dmenu -i | grep -P -o "^ \d+" `

    i think we need a dmenu hacks thread, hehe.  anyway here's my version of the same thing (did someone say bikeshed?)
    mine accepts search parameters or 'all' to put up the whole playlist.  that way i can search from CLI or bind the 'msearch all' to a key as mentioned.
    example:
      msearch a love supreme
      msearch led zeppelin
      msearch all
    #!/bin/bash
    if [ -f $HOME/.dmenurc ]; then
    . $HOME/.dmenurc
    else
    DMENU='dmenu -i'
    fi
    if [ $# -eq 1 -a "$1" = "all" ]; then
    mpc --no-status play $(mpc playlist --format '%title% by %artist%' | cut -c 2- | sed 's/)/ -/g' | $DMENU | awk '{print $1}')
    else
    mpc --no-status play $(mpc playlist --format '%title% by %artist% #| %album%' | cut -c 2- | sed 's/)/ -/g' | grep -i "$*" | cut -d '|' -f 1 | $DMENU | awk '{print $1}')
    fi
    i also keep a file at $HOME/.dmenurc that contains the DMENU variable so my 4 different dmenu scripts can all source it and keep consistent font/colors which i can change easily from one file.

  • Fatal error has detected by the Java Runtime Environment

    Can, please, anybody tell me if I have to make any action? Could it just be a incompatibility with my system? Have I really got a bug to be removed? If so, what do I have to do?
    The following report arose on the desktop of my computer while I was playing a game on line (Minecraft):
    **A fatal error has been detected by the Java Runtime Environment:**
    **# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x69bffa7e, pid=1336, tid=5676**
    **# JRE version: 6.0_29-b11**
    **# Java VM: Java HotSpot(TM) Client VM (20.4-b02 mixed mode windows-x86 )**
    **# Problematic frame:**
    **# C [nvoglv32.DLL+0x6ffa7e]**
    **# If you would like to submit a bug report, please visit:**
    **# http://java.sun.com/webapps/bugreport/crash.jsp**
    **# The crash happened outside the Java Virtual Machine in native code.**
    **# See problematic frame for where to report the bug.**
    **--------------- T H R E A D ---------------**
    **Current thread (0x020da400): JavaThread "Minecraft main thread" daemon [_thread_in_native, id=5676, stack(0x4d9e0000,0x4da30000)]**
    **siginfo: ExceptionCode=0xc0000005, writing address 0x6d224000**
    **Registers:**
    **EAX=0x6d223ff8, EBX=0x6d223ff8, ECX=0x4dcc97d8, EDX=0x3f800000**
    **ESP=0x4da2f038, EBP=0x4da2f044, ESI=0x4dc90000, EDI=0x4dcc9988**
    **EIP=0x69bffa7e, EFLAGS=0x00010293**
    **Top of Stack: (sp=0x4da2f038)**
    **0x4da2f038: 00000000 00000000 00004003 4da2f058**
    **0x4da2f048: 69c00d20 4dcac434 4dc90000 696619fc**
    **0x4da2f058: 4da2f068 695fac2c 52761000 4dcac1d0**
    **0x4da2f068: 4da2f094 69a43b62 52761000 00000e44**
    **0x4da2f078: 00000000 4dc90000 4dc90000 00000000**
    **0x4da2f088: 00000008 00000000 00000309 4da2f0a8**
    **0x4da2f098: 69a0782f 020da400 4da2f0e4 00000000**
    **0x4da2f0a8: 4da2f0f8 4b298923 00000007 00000000**
    **Instructions: (pc=0x69bffa7e)**
    **0x69bffa5e: 69 8b 11 89 10 eb 34 8b 11 89 10 8b 51 04 89 50**
    **0x69bffa6e: 04 eb 28 8b 11 89 10 8b 51 04 89 50 04 8b 51 08**
    **0x69bffa7e: 89 50 08 eb 16 8b 11 89 10 8b 51 04 89 50 04 8b**
    **0x69bffa8e: 51 08 89 50 08 8b 51 0c 89 50 0c 8b 55 fc 83 c7**
    **Register to memory mapping:**
    **EAX=0x6d223ff8 is an unknown value**
    **EBX=0x6d223ff8 is an unknown value**
    **ECX=0x4dcc97d8 is an unknown value**
    **EDX=0x3f800000 is an unallocated location in the heap**
    **ESP=0x4da2f038 is pointing into the stack for thread: 0x020da400**
    **EBP=0x4da2f044 is pointing into the stack for thread: 0x020da400**
    **ESI=0x4dc90000 is an unknown value**
    **EDI=0x4dcc9988 is an unknown value**
    **Stack: [0x4d9e0000,0x4da30000], sp=0x4da2f038, free space=316k**
    **Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)**
    **[error occurred during error reporting (printing native stack), id 0xc0000005]**
    **Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)**
    **J org.lwjgl.opengl.GL11.nglDrawArrays(IIIJ)V**
    **J cv.a()I**
    **J ge.a()V**
    **J afv.a(Lnq;Z)Z**
    **J adt.a(FJ)V**
    **J adt.b(F)V**
    **J net.minecraft.client.Minecraft.x()V**
    **J net.minecraft.client.Minecraft.run()V**
    **j java.lang.Thread.run()V+11**
    **v ~StubRoutines::call_stub**
    **--------------- P R O C E S S ---------------**
    **Java Threads: ( => current thread )**
    **0x020dc400 JavaThread "Client write thread" daemon [_thread_blocked, id=3356, stack(0x4c810000,0x4c860000)]**
    **0x020dbc00 JavaThread "Client read thread" daemon [_thread_in_native, id=5732, stack(0x4b030000,0x4b080000)]**
    **0x020db000 JavaThread "Thread-10" daemon [_thread_blocked, id=4676, stack(0x53000000,0x53050000)]**
    **0x020dac00 JavaThread "Thread-9" daemon [_thread_blocked, id=5924, stack(0x52f70000,0x52fc0000)]**
    **0x020d9800 JavaThread "Thread-8" daemon [_thread_in_native, id=1648, stack(0x4e6b0000,0x4e700000)]**
    **=>0x020da400 JavaThread "Minecraft main thread" daemon [_thread_in_native, id=5676, stack(0x4d9e0000,0x4da30000)]**
    **0x020da000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=4480, stack(0x4ce00000,0x4ce50000)]**
    **0x020d9000 JavaThread "DestroyJavaVM" [_thread_blocked, id=1968, stack(0x00380000,0x003d0000)]**
    **0x020d8c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=4140, stack(0x4b150000,0x4b1a0000)]**
    **0x020d8400 JavaThread "AWT-Windows" daemon [_thread_in_native, id=4044, stack(0x4acb0000,0x4ad00000)]**
    **0x020d8000 JavaThread "AWT-Shutdown" [_thread_blocked, id=4056, stack(0x4ac20000,0x4ac70000)]**
    **0x020d7800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5484, stack(0x4aa60000,0x4aab0000)]**
    **0x020d7400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=540, stack(0x4a640000,0x4a690000)]**
    **0x020e1c00 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=3532, stack(0x4a5b0000,0x4a600000)]**
    **0x020d6c00 JavaThread "Attach Listener" daemon [_thread_blocked, id=3576, stack(0x4a520000,0x4a570000)]**
    **0x020d6400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5636, stack(0x4a490000,0x4a4e0000)]**
    **0x020ac400 JavaThread "Finalizer" daemon [_thread_blocked, id=2996, stack(0x4a400000,0x4a450000)]**
    **0x020a7800 JavaThread "Reference Handler" daemon [_thread_blocked, id=5640, stack(0x4a370000,0x4a3c0000)]**
    **Other Threads:**
    **0x020a4000 VMThread [stack: 0x4a2e0000,0x4a330000] [id=4264]**
    **0x0210a400 WatcherThread [stack: 0x4a6d0000,0x4a720000] [id=3220]**
    **VM state:not at safepoint (normal execution)**
    **VM Mutex/Monitor currently owned by a thread: None**
    **Heap**
    **def new generation total 157376K, used 81441K [0x04110000, 0x0ebd0000, 0x19660000)**
    **eden space 139904K, 54% used [0x04110000, 0x08bf4d50, 0x0c9b0000)**
    **from space 17472K, 27% used [0x0c9b0000, 0x0ce537b0, 0x0dac0000)**
    **to space 17472K, 0% used [0x0dac0000, 0x0dac0000, 0x0ebd0000)**
    **tenured generation total 349568K, used 143795K [0x19660000, 0x2ebc0000, 0x44110000)**
    **the space 349568K, 41% used [0x19660000, 0x222cce08, 0x222cd000, 0x2ebc0000)**
    **compacting perm gen total 14848K, used 14618K [0x44110000, 0x44f90000, 0x48110000)**
    **the space 14848K, 98% used [0x44110000, 0x44f56980, 0x44f56a00, 0x44f90000)**
    **No shared spaces configured.**
    **Code Cache [0x02110000, 0x02748000, 0x04110000)**
    **total_blobs=2750 nmethods=2424 adapters=260 free_code_cache=27052864 largest_free_block=256**
    **Dynamic libraries:**
    **0x00400000 - 0x00424000 C:\Windows\SysWOW64\javaw.exe**
    **0x77b50000 - 0x77cd0000 C:\Windows\SysWOW64\ntdll.dll**
    **0x75570000 - 0x75680000 C:\Windows\syswow64\kernel32.dll**
    **0x76ec0000 - 0x76f06000 C:\Windows\syswow64\KERNELBASE.dll**
    **0x76a50000 - 0x76af0000 C:\Windows\syswow64\ADVAPI32.dll**
    **0x76850000 - 0x768fc000 C:\Windows\syswow64\msvcrt.dll**
    **0x75510000 - 0x75529000 C:\Windows\SysWOW64\sechost.dll**
    **0x76450000 - 0x76540000 C:\Windows\syswow64\RPCRT4.dll**
    **0x75240000 - 0x752a0000 C:\Windows\syswow64\SspiCli.dll**
    **0x75230000 - 0x7523c000 C:\Windows\syswow64\CRYPTBASE.dll**
    **0x76d60000 - 0x76e60000 C:\Windows\syswow64\USER32.dll**
    **0x77030000 - 0x770c0000 C:\Windows\syswow64\GDI32.dll**
    **0x75500000 - 0x7550a000 C:\Windows\syswow64\LPK.dll**
    **0x770c0000 - 0x7715d000 C:\Windows\syswow64\USP10.dll**
    **0x771e0000 - 0x77240000 C:\Windows\system32\IMM32.DLL**
    **0x76c90000 - 0x76d5c000 C:\Windows\syswow64\MSCTF.dll**
    **0x7c340000 - 0x7c396000 C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll**
    **0x6d7f0000 - 0x6da9f000 C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll**
    **0x74f00000 - 0x74f32000 C:\Windows\SysWOW64\WINMM.dll**
    **0x73510000 - 0x7355c000 C:\Windows\system32\apphelp.dll**
    **0x6d7a0000 - 0x6d7ac000 C:\Program Files (x86)\Java\jre6\bin\verify.dll**
    **0x6d320000 - 0x6d33f000 C:\Program Files (x86)\Java\jre6\bin\java.dll**
    **0x6d7e0000 - 0x6d7ef000 C:\Program Files (x86)\Java\jre6\bin\zip.dll**
    **0x6d000000 - 0x6d14c000 C:\Program Files (x86)\Java\jre6\bin\awt.dll**
    **0x73a90000 - 0x73ae1000 C:\Windows\SysWOW64\WINSPOOL.DRV**
    **0x75310000 - 0x7546c000 C:\Windows\syswow64\ole32.dll**
    **0x72140000 - 0x722de000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll**
    **0x76e60000 - 0x76eb7000 C:\Windows\syswow64\SHLWAPI.dll**
    **0x73360000 - 0x73373000 C:\Windows\system32\DWMAPI.DLL**
    **0x73390000 - 0x73410000 C:\Windows\system32\uxtheme.dll**
    **0x6d230000 - 0x6d27f000 C:\Program Files (x86)\Java\jre6\bin\fontmanager.dll**
    **0x73410000 - 0x73418000 c:\PROGRA~2\mcafee\SITEAD~1\saHook.dll**
    **0x6f9f0000 - 0x6fa48000 C:\Program Files (x86)\Common Files\microsoft shared\ink\tiptsf.dll**
    **0x75470000 - 0x754ff000 C:\Windows\syswow64\OLEAUT32.dll**
    **0x73bd0000 - 0x73bd9000 C:\Windows\SysWOW64\version.dll**
    **0x738b0000 - 0x738c6000 C:\Windows\SysWOW64\CRYPTSP.dll**
    **0x73870000 - 0x738ab000 C:\Windows\system32\rsaenh.dll**
    **0x73460000 - 0x73477000 C:\Windows\SysWOW64\USERENV.dll**
    **0x736c0000 - 0x736cb000 C:\Windows\SysWOW64\profapi.dll**
    **0x6d600000 - 0x6d613000 C:\Program Files (x86)\Java\jre6\bin\net.dll**
    **0x75530000 - 0x75565000 C:\Windows\syswow64\WS2_32.dll**
    **0x77b20000 - 0x77b26000 C:\Windows\syswow64\NSI.dll**
    **0x73b00000 - 0x73b3c000 C:\Windows\system32\mswsock.dll**
    **0x73810000 - 0x73816000 C:\Windows\System32\wship6.dll**
    **0x70980000 - 0x70990000 C:\Windows\system32\NLAapi.dll**
    **0x70880000 - 0x70890000 C:\Windows\system32\napinsp.dll**
    **0x70490000 - 0x704a2000 C:\Windows\system32\pnrpnsp.dll**
    **0x738d0000 - 0x73914000 C:\Windows\SysWOW64\DNSAPI.dll**
    **0x70480000 - 0x70488000 C:\Windows\System32\winrnr.dll**
    **0x70920000 - 0x70947000 C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL**
    **0x76730000 - 0x76735000 C:\Windows\syswow64\PSAPI.DLL**
    **0x73af0000 - 0x73af5000 C:\Windows\System32\wshtcpip.dll**
    **0x73930000 - 0x7394c000 C:\Windows\SysWOW64\IPHLPAPI.DLL**
    **0x73920000 - 0x73927000 C:\Windows\SysWOW64\WINNSI.DLL**
    **0x70950000 - 0x70956000 C:\Windows\SysWOW64\rasadhlp.dll**
    **0x708e0000 - 0x70918000 C:\Windows\System32\fwpuclnt.dll**
    **0x75710000 - 0x75793000 C:\Windows\syswow64\CLBCatQ.DLL**
    **0x71920000 - 0x7195c000 C:\Windows\SysWOW64\oleacc.dll**
    **0x6d620000 - 0x6d629000 C:\Program Files (x86)\Java\jre6\bin\nio.dll**
    **0x4b290000 - 0x4b2fb000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\lwjgl.dll**
    **0x74930000 - 0x749f8000 C:\Windows\SysWOW64\OPENGL32.dll**
    **0x74900000 - 0x74922000 C:\Windows\SysWOW64\GLU32.dll**
    **0x74660000 - 0x74747000 C:\Windows\SysWOW64\DDRAW.dll**
    **0x74590000 - 0x74596000 C:\Windows\SysWOW64\DCIMAN32.dll**
    **0x76af0000 - 0x76c8d000 C:\Windows\syswow64\SETUPAPI.dll**
    **0x77240000 - 0x77267000 C:\Windows\syswow64\CFGMGR32.dll**
    **0x77270000 - 0x77282000 C:\Windows\syswow64\DEVOBJ.dll**
    **0x6d350000 - 0x6d356000 C:\Program Files (x86)\Java\jre6\bin\jawt.dll**
    **0x69500000 - 0x6a287000 C:\Windows\SysWOW64\nvoglv32.DLL**
    **0x4db70000 - 0x4db83000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\jinput-dx8.dll**
    **0x748d0000 - 0x74900000 C:\Windows\SysWOW64\DINPUT8.dll**
    **0x74750000 - 0x74759000 C:\Windows\SysWOW64\HID.DLL**
    **0x76540000 - 0x7656d000 C:\Windows\syswow64\WINTRUST.dll**
    **0x76900000 - 0x76a1d000 C:\Windows\syswow64\CRYPT32.dll**
    **0x752a0000 - 0x752ac000 C:\Windows\syswow64\MSASN1.dll**
    **0x4e620000 - 0x4e632000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\jinput-raw.dll**
    **0x71210000 - 0x71339000 C:\Users\JaimeCV\AppData\Roaming\.minecraft\bin\natives\OpenAL32.dll**
    **0x757f0000 - 0x7643a000 C:\Windows\syswow64\SHELL32.dll**
    **0x6b770000 - 0x6b7e2000 C:\Windows\SysWOW64\dsound.dll**
    **0x6bb40000 - 0x6bb65000 C:\Windows\SysWOW64\POWRPROF.dll**
    **0x742f0000 - 0x74329000 C:\Windows\System32\MMDevApi.dll**
    **0x72040000 - 0x72135000 C:\Windows\System32\PROPSYS.dll**
    **0x6baf0000 - 0x6bb20000 C:\Windows\SysWOW64\wdmaud.drv**
    **0x6bae0000 - 0x6bae4000 C:\Windows\SysWOW64\ksuser.dll**
    **0x72000000 - 0x72007000 C:\Windows\SysWOW64\AVRT.dll**
    **0x742b0000 - 0x742e6000 C:\Windows\SysWOW64\AUDIOSES.DLL**
    **0x6b760000 - 0x6b768000 C:\Windows\SysWOW64\msacm32.drv**
    **0x74ee0000 - 0x74ef4000 C:\Windows\SysWOW64\MSACM32.dll**
    **0x6b750000 - 0x6b757000 C:\Windows\SysWOW64\midimap.dll**
    **0x6d780000 - 0x6d788000 C:\Program Files (x86)\Java\jre6\bin\sunmscapi.dll**
    **VM Arguments:**
    **jvm_args: -Xms512m -Xmx1024m -Dsun.java2d.noddraw=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false**
    **java_command: net.minecraft.LauncherFrame**
    **Launcher Type: SUN_STANDARD**
    **Environment Variables:**
    **PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\EgisTec MyWinLocker\x86;C:\Program Files (x86)\EgisTec MyWinLocker\x64;C:\Program Files (x86)\Windows Live\Shared;c:\program files (x86)\java\jre6\bin**
    **USERNAME=JaimeCV**
    **OS=Windows_NT**
    **PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 2, GenuineIntel**

    Hello,
    Please refer to this link to address your issue:
    http://www.java.com/en/download/help/minecraft_error.xml
    S. Rehman
    Java Platform Group
    Oracle

  • How do i make my usb superdrive compatible to windows 8

    hi i cant seem to get my usb superdrive to work with my windows 8 software? if i put a cd in it, it does not take it. does someone know why this is?

    The Apple Superdrive has been the subject of numerous myths and issues as upon its introduction it only functioned with the MacBook Air and Mac Mini.
    There was much speculation that an extra powerful usb was required for the Superdrive to function hence it not running on anything but the MacBook Air and the Mac Mini.
    The extra powerful usb myth has been debunked as the real cause is an Apple Proprietary USB to IDE card in the Superdrive see:
    http://forums.macrumors.com/showpost.php?p=6200271&postcount=132
    If you read the referenced thread you'll see that a hardware hack replacing the Apple proprietary USB to IDE card allowed the Superdrive to function on all Macs and Windows machines.
    Unfortunately Apple in their proprietary wisdom closed this loophole in 2010
    The 2010 version (new version) of the Superdrive now has an integrated controller that can’t be removed as discussed in the referenced hardware hack thread.
    The newer drive packing box is larger and is now labeled with the 2010 date.
    The 2009 Model Number: MB397G/A
    The 2010 Model Number: MC684ZM/A
    I do not have any information if the Windows Support Software installs drivers that allow the Superdrive to function under a BootCamp Windows installation but in the past the Superdrive only functioned under OSX and only for the specific Mac Models specified.
    As both of my 2009 Superdrives are hardware hacked .I cannot test the Windows Support Software theory.
    However my hardware hacked Superdrives still function perfectly on all Windows machines not just Macs.
    Please advise if you do get the Superdrive to function on the Windows side just by installing drivers for Windows.
    Here is another thread with reference to the newer 2010 Superdrive:
    http://forums.macrumors.com/showthread.php?t=1569606

  • Stlarch_icons .xmb icon pack for dzen or other status bars

    I made a .xbm icon pack for dzen or other status bars. They're 8x8 like sm4tik's. Much thanks to him and lokaltog. The icons are based on theirs and various other souces and some are original. I originally got the inspiration from lokaltog's post in the dwm hackers thread about drawing icons into fonts. There are over 250 right now. (I lost count - my head is about to spin off!) There are different variations of most of them. You'll have to play around and test them. I don't know how to show all of them in a screenshot? If anyone can help me with that or post one, that would be great. I put it in the aur also(stlarch_icons). It will install them to /usr/share/icons/stlarch_icons, or you can just download the tarball from sourceforge or my configs and copy them where you want. Cheers. Here's a screenshot of monsterwm sporting the new icons:

    Hey, thanks! I'm using them with my dwm + dzen2 combo setup right now, they do look really good. Also I made a picture for you which contains all of your icons (Heh, I just used scrot and abused pcmanfm filemanager and combined pictures together...)
    <-- Here's the link, so you can add it your post!

  • Xmonad missing imports

    Hi,
    I am rather new to Xmonad, and trying to configure it, I am following this right here: http://www.haskell.org/haskellwiki/Xmon … figuration
    However, I am missing couple of imports there;
        import XMonad.Util.Run(spawnPipe)
        import XMonad.Util.EZConfig(additionalKeys)
    I installed Xmonad, as instructed in Wiki, how can I get theese items, here.
    And also, does anyone know what they are good for. I am not really sure if I
    need them or not.
    Last edited by yasar11732 (2012-02-13 21:55:09)

    If you are missing the imports, just add them. If you are missing the corresponding libraries, install xmonad-contrib (also mentioned in the wiki). If you want to know what a library (function) is good for, read the docs (+example configs, xmonad hacking thread etc.).
    Last edited by Raynman (2012-02-13 22:48:21)

Maybe you are looking for

  • How can I make iPhone 4S Video's fill the screen when using them in iMovie 11 on My MacBook Pro

    Hey Guys. I am a singer songwriter from he UK.... I recently bought an Iphone4s, Ipad and Mac book pro (haha, apple hero, I know). I have always wanted to make the big jump to apple, just was waiting a little while. I am thrilled so far, it's all gre

  • BB 8350i Sync with W.Vista (No BES)

    Hi: I'm new in this BB world so I have a few questions: - Which is the best way to sync my BB with Outlook (vista) Calendar if I don't have BES yet? I have a lot of duplicated items everytime a meeting is updated - When I add a meeting and try to inv

  • Error installing CS 5.5

    Hallo, my System configuration: HP Elite Book 8540W 8GB RAM core i5 win 7 pro 64 bit with all updates I try to reinstall CS 5.5 after some minor troubles with PS The installer exits with no error message ... only in the PDApp dump I find that the swf

  • Technical Content Activation failed

    Hi guys, I tried to activate Technical Content via SPRO's Activate Technical Content in SAP NetWeaver BI. However, I am facing with these problems: 1. If I choose only Activate SAPI DataSources, I will get a time out. 2. If I choose only Activate Tec

  • WHEN-TREE-NODE-SELECTED want to return parent_id ?

    Hello all, In WHEN-TREE-NODE-SELECTED Trigger i want to return the parent_id from the database i have already returned the pk as follows: DECLARE          pk               INSP_EQUIPMENT.EQUIPMENT_ID%TYPE;       PARENT_PK   INSP_EQUIPMENT.PARENT_ID%T