mojira.dev

James Huebner

Assigned

No issues.

Reported

MC-57225 Server Shutdown and/or Crash Incomplete MC-32558 Game crashes when logging into Multiplayer with a Resource Pack Invalid

Comments

My reported crash was linked to this bug https://bugs.mojang.com/browse/MC-57225. I just wanted confirmed that it still crashes on 14w25b and should be reopened.

How is this resolved when it still crashes on 14w25b and how is this a duplicate of MC-56893? MC-56893 happens when you place a log block and the crash/server shutdown I reported happens every 2-3 minutes without building or placing any block. Also there is no crash report the server just shuts down. Here is the server log from 14w25b.

[10:46:49] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NoClassDefFoundError: Could not initialize class b
	at net.minecraft.server.MinecraftServer.w(SourceFile:572) ~[minecraft_server.14w25b.jar:?]
	at nt.w(SourceFile:284) ~[minecraft_server.14w25b.jar:?]
	at net.minecraft.server.MinecraftServer.v(SourceFile:506) ~[minecraft_server.14w25b.jar:?]
	at net.minecraft.server.MinecraftServer.run(SourceFile:422) [minecraft_server.14w25b.jar:?]
	at java.lang.Thread.run(Thread.java:745) [?:1.7.0_55]
[10:46:49] [Server thread/INFO]: Stopping server
[10:46:49] [Server thread/INFO]: Saving players
[10:46:49] [Server thread/INFO]: Saving worlds
[10:46:49] [Server thread/INFO]: Saving chunks for level 'Saves'/Overworld
[10:46:49] [Server thread/INFO]: Saving chunks for level 'Saves'/Nether
[10:46:49] [Server thread/INFO]: Saving chunks for level 'Saves'/The End

I just wanted to add when these zombies that don't despawn will cause areas of the map to become void of mobs except where the chickens are laying eggs and zombies are picking them up. This causes pockets of 100+ egg holding zombies in a very small area. When you find this Mega mob pockets fighting them although fun is almost completely impossible.

I was just about to report this also. Good Job reporting it and it explains the problem very well! 🙂

Yes is does occur with 1.7.4. Also these might be connected https://mojang.atlassian.net/browse/MC-42043 and I'm running Minecraft 1.7.4 on Linux and Hawk J is running Minecraft 1.7.4 on a Mac. It does seem to work with 1.7.2 so it must be something that changed between these versions of minecraft. Here is a video that Bdouble0 did on Minecraft 1.7.3 that shows the game lag. http://www.youtube.com/watch?v=hyao0vW3ljQ&feature=c4-overview&list=UUlu2e7S8atp6tG2galK9hgg

I checked 1.7.2 and it does work better so It must be something that Mojang did to the game. I hope they look into this and fix it quickly.

Having the same problems and I'm running Linux so it doesn't seem to be your computer I have a little better video card then you and my normal frame rate is 170-220 fps, but Minecraft seems to lag at times and starts looking like a slide show. When it does this my frame rate drops to 15-20 fps. I don't know if this has anything to do with this but when Minecraft lags on the debug screen the chuck updates at the top of the debug screen jumps from about 80 chunk updates to 500-800 chuck updates. Are you seeing that also on your Mac?

Nice edit Galaxy_2Alex but completely incorrect OBS or Open Broadcaster is for Windows and has nothing to do with Linux but nice try. 🙂 Linux does not require any 3rd party tools to stream.

Do you know why they haven't release any libraries for Linux?

It is because Linux does not require any libraries to do streaming to Twitch. It's not Windows or Mac OS in case you didn't know that. Not everyone on the planet wants to be restricted with what we can do with our computers.

All you need to stream to Twitch from Linux other then a internet connection is avconv and audio/video codec. And for those that don't know this avconv and many audio/video codec comes with the operating system in many Linux distributions including Ubuntu linux that the orginal poster is using.

Long story short we the Linux people don't want or need any 3rd part tools like the Windows and Mac OS people and we definitely don't need anything from Twitch either.

What the Linux people want to know is when can we expect Minecraft to allow Twitch integration with Linux using the native tools in the Linux operating system. That way we can do our streaming and chatting from within Minecraft just like everyone else.

FYI: I also connect just fine with Twitch with Linux and I do stream Minecraft on my Twitch channel using Linux straight from the OS without any 3rd party tools. I also do in game chatting with mods from the Minecraft Community (TwitchTv IRC reborn mod) under Linux.

What the Linux people want for Minecraft to work with Linux the same as it works for Windows and the Mac OS and not see a message telling us that the libraries don't exist when the tools do this are already built into the operating system.

I also liked you statement "Mojang's only allowed (as far as I know) to use official libraries (from twitch itself)". This statement just got me laughing. Twitch is a website that brings video and audio streaming to the people. That is what they do and they didn't invent video and audio streaming so how can it tell Mojang what it can or can not do with Minecraft. Seems a little backwards to me.

Anyway, is it really too much to ask for the Minecraft to be the same for all the people that use it?

I just wanted to add that people running Linux have been able to stream to Twitch since September 2004 so please don't post links to redirect people to twitch because Minecraft does not work with Twitch when running linux. This is the same thing you guys did when Minecraft didn't work with ATI video cards. Please just fix it because everything is available to allow streaming and it has been for a very long time. What the Linux community wants is for Minecraft with all it capabilities to work for us also.

Also James Clarke here is link to a script that allows you to stream Minecraft on Linux maybe those guys at Mojang can take a look at it also to see what they need to do.

https://github.com/wargio/Twitch-Streamer-Linux

Just ignore the slash outs I don't know how to get rid of them in my post.

Twitch does work great with Linux so don't believe what Tails or Talven81 posted. It is just that Minecraft and Mojang have not seen how easy it is for us Linux guys to stream with Linux and it should be very easy for Mojang to code it into Minecraft to do it.

Anyway as a work around until Mojang gets up to speed.
>>>> You will need avconv installed to make this work. <<<<

This is how to stream your desktop and a single audio channel use this command from terminal then play Minecraft in a window on you desktop
In terminal type the following command and plug in your tmi password for twitch in the following command.

----> avconv -f alsa -i pulse -f x11grab -r 30 -s 1920x1080 -i :0.0+0,0 -vcodec libx264 -preset medium -s 1280x720 -acodec libmp3lame -ar 44100 -ab 96k -threads 8 -qscale 18 -b 2048k f flv "rtmp://live.twitch.tv/app/--Insert your TMI Passord here---"

This example allows me to stream my desktop 1920x1080 at 30fps to Twitch at 1280x720 at a bitrate of 2048k with 1 audio channel so adjust the setting as required to get it to work for you.

Getting audio to work so that you can send both speaker audio and mic audio requires setting up either an audio Null sink or using Jacks. So do an search on the ubuntu forum it has been posted there I just don't have a link handy for you.

The only thing missing is an IRC client so you can do in game chats. Two mods that I know of are the TwitchTv IRC reborn mod and the ForgeIRC mod. Both work up to Minecraft 1.6.4 and have not been updated yet do a search on the Minecraft forums. I have been using an external IRC chat in Pidgin Internet Messenger but you can use whatever you like.

Hope this helps

Really? I don't believe it. Hold on a sec I got to eat. Can you describe what happens. Just a sec I got to eat again. I think you need to eat while sprinting. Sorry I got to eat again. I don't think you can sprint without eating after every few block travel. Dang it! I'm now losing hearts because I'm starving I got to eat again. I would respond to you post seriously but I got to eat again! It kinda sucks, but anyway I got to go eat again. I wish they would fix this but I got to eat again. Too late I starved because I ran out of food. Great all my food is gone and I got to eat again! Now I died twice because of the this problem can you please fix this before I die a third time please.

I just wanted to let you know that I'm having the same problem. I hope this one gets fixed quickly because I don't like the look of the standard textures.... Good reporting.... 🙂

I did take a look at the link you provide

http://devgurus.amd.com/thread/160256

This is describing what is know as a segment fault. This is something that is wrong with the stack. This would effect textures rendering incorrectly because what would happen is that the rendering order would get out of sync with positioning data. This could mess up the graphics rendering where entities could be showing incorrect texture when rendered and could cause a invalid data flag during the rendering, but the error log shows the bug is during the creation of the entity not during rendering.

The only way this could have something to do with this is if Minecraft is creating objects in the entity framework and adding them to the stack during rendering. This is not a good way of doing this because of the rendering timing issues the Minecraft rendering engine would cause. Textures would be corrupted and if it didn't crash you would see textures displayed on incorrect items and entities.

Anyway if this was the problem it points to the Minecraft rendering engine as the cause of the problem because the stack is only created in the user program (Minecraft) and would have nothing to do with either the Java or the video driver.

I also looked at MC-31618 and if the video driver was the problem why does it work when I connect to my home server with a resource pack loaded and doesn't work when I connect through the internet. If it was the video driver it would crash 100% of the time.

The easy way to find the problem is to check what changed in the rendering engine between a working version like 1.6.1 and the 13w38c version.

You already have several development console or hs_err_pidXXXX.log reported from several other bug reports. Do a search all these bugs are linked. The reason that Mojang has repeatedly stated that it is a driver problem is because it works with other video cards. The problem however is that the bug itself has not been address.

C [fglrx_dri.so+0xcabd28] ukiCreateContext+0xcabd28

This frame/function is to create an entity framework model. What this can do is add, update and delete objects in an entity framework. In this case it is the create function causing the problem. The reason fglrx (ati driver) returns a invalid data flag is that it is not getting the correct information to create an entity. Other video card drivers like Nvidia Vesa and Intel handles the invalid data differently.

The bug is with Minecraft not sending the correct information though the Java enviroment to the Ati fglrx video driver and Java shutting down because of a invalid data flag returned by the video card.

The reason that all these bugs are linked and these have the same effects with Windows, MacOS and Linux is because Java is only passing the bad information from the user program (Minecraft) to the video driver (ati fglrx) and the video driver returns a flag that shuts down Java and this causes Minecraft to shut down. That is why it effects all operating systems.

First rule in programing.... Garbage in Garbage out

What I do find interesting is that when I connect with resource pack loaded directly to my home server it works and when I try connecting though the internet it doesn't work. I would guess that the internet latency is causing a delay and somehow corrupting the data during the creation of entities.

But what do I know I'm just a Software Engineer who plays Minecraft just for the fun of it.

Here is my Error log.

#

  1. A fatal error has been detected by the Java Runtime Environment:
    #

  2. SIGSEGV (0xb) at pc=0x00007f61b99bbd28, pid=26244, tid=140059260405504
    #

  3. JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)

  4. Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode linux-amd64 compressed oops)

  5. Problematic frame:

  6. C [fglrx_dri.so+0xcabd28] ukiCreateContext+0xcabd28
    #

  7. Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    #

  8. If you would like to submit a bug report, please visit:

  9. http://bugreport.sun.com/bugreport/crash.jsp

  10. The crash happened outside the Java Virtual Machine in native code.

  11. See problematic frame for where to report the bug.
    #

--------------- T H R E A D ---------------

Current thread (0x00007f621000a800): JavaThread "Minecraft main thread" [_thread_in_native, id=26246, stack(0x00007f621666c000,0x00007f621676d000)]

siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00007f6173ffc002

Registers:
RAX=0x00007f6173ffc000, RBX=0x00007f6210676bb8, RCX=0x0000000000000200, RDX=0x00007f6173ffc000
RSP=0x00007f621676ae48, RBP=0x00007f6188b7a790, RSI=0x00007f61889094e0, RDI=0x000000000000005e
R8 =0x00007f6188908940, R9 =0x0000000000000200, R10=0x0000000000000011, R11=0x0000000000000000
R12=0x00007f6173ffbe8c, R13=0x0000000000000200, R14=0x0000000000000002, R15=0x0000000000000200
RIP=0x00007f61b99bbd28, EFLAGS=0x0000000000010202, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
TRAPNO=0x000000000000000e

Top of Stack: (sp=0x00007f621676ae48)
0x00007f621676ae48: 00007f61b992f6e0 2001010400000001
0x00007f621676ae58: 0000000000000003 00007f62106a4410
0x00007f621676ae68: 00007f62104ee4f0 00007f621676ae80
0x00007f621676ae78: 00007f621676ae90 00007f61b99bbcf0
0x00007f621676ae88: 00007f61b99d5690 0000000000000000
0x00007f621676ae98: 00007f62106a4410 0000000000000800
0x00007f621676aea8: 00007f6210000020 0000000000100010
0x00007f621676aeb8: 0000000000100000 000000000000000d
0x00007f621676aec8: 0000000000000800 000000000000000e
0x00007f621676aed8: 0000000000000800 0000000000000011
0x00007f621676aee8: 00007f6173ffb68c 00007f6188b79f90
0x00007f621676aef8: 000000000000000d 0000000000000000
0x00007f621676af08: 00007f61b992f9e9 00007f6173ffb68c
0x00007f621676af18: 0000000000000800 0000000000000000
0x00007f621676af28: 00007f6188b79f90 0000403000000800
0x00007f621676af38: 0000016e00000000 000000800000000d
0x00007f621676af48: 00007f6200000000 0000000000000004
0x00007f621676af58: 000000000000016c ffffffff00000000
0x00007f621676af68: 00007f6173ffb68c 0000000e0000000d
0x00007f621676af78: 00007f6210676bb8 00007f61b99bbcf0
0x00007f621676af88: 00007f61b99d5690 0000020000000200
0x00007f621676af98: 0000000000000000 000000000000000e
0x00007f621676afa8: 00007f6215be3580 00007f62104f8e50
0x00007f621676afb8: 00007f621676b160 0000000000000200
0x00007f621676afc8: 00000000b992d5e5 0000080000000000
0x00007f621676afd8: 0000000000000000 0000000000000200
0x00007f621676afe8: 0000000000000035 00007f6210676bb8
0x00007f621676aff8: 0000000000000035 000000000000000e
0x00007f621676b008: 00007f61b993143f 3c89c2a100000004
0x00007f621676b018: 00007f621676b160 0000000000000000
0x00007f621676b028: 00007f6173ffb68c 00007f62107d7668
0x00007f621676b038: 0000000000000000 00007f62106a34c0

Instructions: (pc=0x00007f61b99bbd28)
0x00007f61b99bbd08: 63 c2 48 8d 04 87 31 ff 48 89 44 24 e8 eb 09 48
0x00007f61b99bbd18: 8d 42 04 48 89 44 24 e8 48 8b 54 24 e8 83 c7 01
0x00007f61b99bbd28: 0f b6 42 02 f2 0f 2a c0 f2 0f 59 c1 f2 0f 11 06
0x00007f61b99bbd38: 0f b6 42 01 f2 0f 2a c0 f2 0f 59 c1 f2 0f 11 46

Register to memory mapping:

RAX=0x00007f6173ffc000 is an unknown value
RBX=0x00007f6210676bb8 is an unknown value
RCX=0x0000000000000200 is an unknown value
RDX=0x00007f6173ffc000 is an unknown value
RSP=0x00007f621676ae48 is pointing into the stack for thread: 0x00007f621000a800
RBP=0x00007f6188b7a790 is an unknown value
RSI=0x00007f61889094e0 is an unknown value
RDI=0x000000000000005e is an unknown value
R8 =0x00007f6188908940 is an unknown value
R9 =0x0000000000000200 is an unknown value
R10=0x0000000000000011 is an unknown value
R11=0x0000000000000000 is an unknown value
R12=0x00007f6173ffbe8c is an unknown value
R13=0x0000000000000200 is an unknown value
R14=0x0000000000000002 is an unknown value
R15=0x0000000000000200 is an unknown value

Stack: [0x00007f621666c000,0x00007f621676d000], sp=0x00007f621676ae48, free space=1019k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [fglrx_dri.so+0xcabd28] ukiCreateContext+0xcabd28

Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j org.lwjgl.opengl.GL11.nglCallList(IJ)V+0
j org.lwjgl.opengl.GL11.glCallList(I)V+15
j bip.a(Lavw;Lbiy;F)V+264
j bii.a(FJ)V+672
j bii.b(F)V+504
j awp.aa()V+340
j awp.e()V+72
j net.minecraft.client.main.Main.main([Ljava/lang/String;)V+846
v ~StubRoutines::call_stub

--------------- P R O C E S S ---------------

Java Threads: ( => current thread )
0x00007f621051a000 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=26290, stack(0x00007f61b8184000,0x00007f61b8285000)]
0x00007f617c002800 JavaThread "Client write thread" [_thread_blocked, id=26288, stack(0x00007f61920a6000,0x00007f61921a7000)]
0x00007f617c002000 JavaThread "Client read thread" [_thread_in_native, id=26287, stack(0x00007f61921a7000,0x00007f61922a8000)]
0x00007f6198005800 JavaThread "Thread-6" [_thread_blocked, id=26273, stack(0x00007f61a5af6000,0x00007f61a5bf7000)]
0x00007f61a0008000 JavaThread "Thread-5" [_thread_blocked, id=26272, stack(0x00007f61b8083000,0x00007f61b8184000)]
0x00007f62103c0800 JavaThread "process reaper" daemon [_thread_blocked, id=26269, stack(0x00007f61e003d000,0x00007f61e0076000)]
0x00007f621028a800 JavaThread "Timer hack thread" daemon [_thread_blocked, id=26267, stack(0x00007f61bb23f000,0x00007f61bb340000)]
0x00007f6210218800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=26266, stack(0x00007f61e0076000,0x00007f61e0177000)]
0x00007f6210212800 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=26265, stack(0x00007f61e0177000,0x00007f61e0278000)]
0x00007f62101ef800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=26264, stack(0x00007f6208031000,0x00007f6208132000)]
0x00007f62100a0000 JavaThread "Service Thread" daemon [_thread_blocked, id=26262, stack(0x00007f620835c000,0x00007f620845d000)]
0x00007f621009d800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=26261, stack(0x00007f620845d000,0x00007f620855e000)]
0x00007f621009a800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=26260, stack(0x00007f620855e000,0x00007f620865f000)]
0x00007f6210090800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=26259, stack(0x00007f620865f000,0x00007f6208760000)]
0x00007f6210079000 JavaThread "Finalizer" daemon [_thread_blocked, id=26258, stack(0x00007f6208e42000,0x00007f6208f43000)]
0x00007f6210075000 JavaThread "Reference Handler" daemon [_thread_blocked, id=26257, stack(0x00007f6208f43000,0x00007f6209044000)]
=>0x00007f621000a800 JavaThread "Minecraft main thread" [_thread_in_native, id=26246, stack(0x00007f621666c000,0x00007f621676d000)]

Other Threads:
0x00007f6210073000 VMThread [stack: 0x00007f6209044000,0x00007f6209145000] [id=26256]
0x00007f62100aa800 WatcherThread [stack: 0x00007f620825b000,0x00007f620835c000] [id=26263]

VM state:not at safepoint (normal execution)

VM Mutex/Monitor currently owned by a thread: None

Heap
PSYoungGen total 281088K, used 225675K [0x00000007c0000000, 0x00000007e2c00000, 0x0000000800000000)
eden space 255488K, 79% used [0x00000007c0000000,0x00000007cc550b48,0x00000007cf980000)
from space 25600K, 92% used [0x00000007d1500000,0x00000007d2c121d0,0x00000007d2e00000)
to space 28160K, 0% used [0x00000007cf980000,0x00000007cf980000,0x00000007d1500000)
ParOldGen total 83968K, used 40968K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 48% used [0x0000000740000000,0x0000000742802210,0x0000000745200000)
PSPermGen total 40960K, used 22779K [0x000000073ae00000, 0x000000073d600000, 0x0000000740000000)
object space 40960K, 55% used [0x000000073ae00000,0x000000073c43edd0,0x000000073d600000)

Card table byte_map: [0x00007f620c176000,0x00007f620c7a0000] byte_map_base: 0x00007f620879f000

Polling page: 0x00007f6216789000

Code Cache [0x00007f620c7a0000, 0x00007f620ca10000, 0x00007f620f7a0000)
total_blobs=1445 nmethods=763 adapters=636 free_code_cache=46756Kb largest_free_block=47787392

Compilation events (10 events):
Event: 22.594 Thread 0x00007f621009a800 nmethod 791 0x00007f620c9ebcd0 code [0x00007f620c9ed100, 0x00007f620c9f60c0]
Event: 22.594 Thread 0x00007f621009a800 806 java.util.Arrays::fill (21 bytes)
Event: 22.595 Thread 0x00007f621009d800 nmethod 805 0x00007f620c9cbf50 code [0x00007f620c9cc100, 0x00007f620c9ccaa8]
Event: 22.596 Thread 0x00007f621009a800 nmethod 806 0x00007f620c9cbb90 code [0x00007f620c9cbce0, 0x00007f620c9cbe78]
Event: 22.634 Thread 0x00007f621009d800 807 ! com.sun.imageio.plugins.png.PNGImageReader::decodePass (1199 bytes)
Event: 22.688 Thread 0x00007f621009a800 808 bmg::a (23 bytes)
Event: 22.689 Thread 0x00007f621009a800 nmethod 808 0x00007f620c9cb950 code [0x00007f620c9cbaa0, 0x00007f620c9cbb18]
Event: 22.689 Thread 0x00007f621009a800 809 bmg::b (23 bytes)
Event: 22.690 Thread 0x00007f621009a800 nmethod 809 0x00007f620c9d0010 code [0x00007f620c9d0160, 0x00007f620c9d01d8]
Event: 22.774 Thread 0x00007f621009d800 nmethod 807 0x00007f620ca03b90 code [0x00007f620ca03fa0, 0x00007f620ca08b48]

GC Heap History (10 events):
Event: 3.887 GC heap before
{Heap before GC invocations=5 (full 0):
PSYoungGen total 134144K, used 122984K [0x00000007c0000000, 0x00000007c8800000, 0x0000000800000000)
eden space 129024K, 91% used [0x00000007c0000000,0x00000007c731b170,0x00000007c7e00000)
from space 5120K, 99% used [0x00000007c8300000,0x00000007c87ff1c8,0x00000007c8800000)
to space 5120K, 0% used [0x00000007c7e00000,0x00000007c7e00000,0x00000007c8300000)
ParOldGen total 83968K, used 44064K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 52% used [0x0000000740000000,0x0000000742b08090,0x0000000745200000)
PSPermGen total 21504K, used 18095K [0x000000073ae00000, 0x000000073c300000, 0x0000000740000000)
object space 21504K, 84% used [0x000000073ae00000,0x000000073bfabc88,0x000000073c300000)
Event: 3.895 GC heap after
Heap after GC invocations=5 (full 0):
PSYoungGen total 134144K, used 5108K [0x00000007c0000000, 0x00000007d2900000, 0x0000000800000000)
eden space 129024K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007c7e00000)
from space 5120K, 99% used [0x00000007c7e00000,0x00000007c82fd138,0x00000007c8300000)
to space 23040K, 0% used [0x00000007d1280000,0x00000007d1280000,0x00000007d2900000)
ParOldGen total 83968K, used 48113K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 57% used [0x0000000740000000,0x0000000742efc558,0x0000000745200000)
PSPermGen total 21504K, used 18095K [0x000000073ae00000, 0x000000073c300000, 0x0000000740000000)
object space 21504K, 84% used [0x000000073ae00000,0x000000073bfabc88,0x000000073c300000)
}
Event: 8.995 GC heap before
{Heap before GC invocations=6 (full 0):
PSYoungGen total 134144K, used 127171K [0x00000007c0000000, 0x00000007d2900000, 0x0000000800000000)
eden space 129024K, 94% used [0x00000007c0000000,0x00000007c7733eb0,0x00000007c7e00000)
from space 5120K, 99% used [0x00000007c7e00000,0x00000007c82fd138,0x00000007c8300000)
to space 23040K, 0% used [0x00000007d1280000,0x00000007d1280000,0x00000007d2900000)
ParOldGen total 83968K, used 48113K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 57% used [0x0000000740000000,0x0000000742efc558,0x0000000745200000)
PSPermGen total 21504K, used 20029K [0x000000073ae00000, 0x000000073c300000, 0x0000000740000000)
object space 21504K, 93% used [0x000000073ae00000,0x000000073c18f560,0x000000073c300000)
Event: 9.005 GC heap after
Heap after GC invocations=6 (full 0):
PSYoungGen total 279552K, used 20056K [0x00000007c0000000, 0x00000007d2c00000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cfa80000)
from space 23040K, 87% used [0x00000007d1280000,0x00000007d2616070,0x00000007d2900000)
to space 24576K, 0% used [0x00000007cfa80000,0x00000007cfa80000,0x00000007d1280000)
ParOldGen total 83968K, used 48113K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 57% used [0x0000000740000000,0x0000000742efc558,0x0000000745200000)
PSPermGen total 21504K, used 20029K [0x000000073ae00000, 0x000000073c300000, 0x0000000740000000)
object space 21504K, 93% used [0x000000073ae00000,0x000000073c18f560,0x000000073c300000)
}
Event: 18.760 GC heap before
{Heap before GC invocations=7 (full 0):
PSYoungGen total 279552K, used 47059K [0x00000007c0000000, 0x00000007d2c00000, 0x0000000800000000)
eden space 256512K, 10% used [0x00000007c0000000,0x00000007c1a5ef08,0x00000007cfa80000)
from space 23040K, 87% used [0x00000007d1280000,0x00000007d2616070,0x00000007d2900000)
to space 24576K, 0% used [0x00000007cfa80000,0x00000007cfa80000,0x00000007d1280000)
ParOldGen total 83968K, used 48113K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 57% used [0x0000000740000000,0x0000000742efc558,0x0000000745200000)
PSPermGen total 21504K, used 20341K [0x000000073ae00000, 0x000000073c300000, 0x0000000740000000)
object space 21504K, 94% used [0x000000073ae00000,0x000000073c1dd718,0x000000073c300000)
Event: 18.773 GC heap after
Heap after GC invocations=7 (full 0):
PSYoungGen total 281088K, used 5693K [0x00000007c0000000, 0x00000007d2e00000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cfa80000)
from space 24576K, 23% used [0x00000007cfa80000,0x00000007d000f6b8,0x00000007d1280000)
to space 25600K, 0% used [0x00000007d1500000,0x00000007d1500000,0x00000007d2e00000)
ParOldGen total 83968K, used 49033K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 58% used [0x0000000740000000,0x0000000742fe25b8,0x0000000745200000)
PSPermGen total 21504K, used 20341K [0x000000073ae00000, 0x000000073c300000, 0x0000000740000000)
object space 21504K, 94% used [0x000000073ae00000,0x000000073c1dd718,0x000000073c300000)
}
Event: 18.773 GC heap before
{Heap before GC invocations=8 (full 1):
PSYoungGen total 281088K, used 5693K [0x00000007c0000000, 0x00000007d2e00000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cfa80000)
from space 24576K, 23% used [0x00000007cfa80000,0x00000007d000f6b8,0x00000007d1280000)
to space 25600K, 0% used [0x00000007d1500000,0x00000007d1500000,0x00000007d2e00000)
ParOldGen total 83968K, used 49033K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 58% used [0x0000000740000000,0x0000000742fe25b8,0x0000000745200000)
PSPermGen total 21504K, used 20341K [0x000000073ae00000, 0x000000073c300000, 0x0000000740000000)
object space 21504K, 94% used [0x000000073ae00000,0x000000073c1dd718,0x000000073c300000)
Event: 18.862 GC heap after
Heap after GC invocations=8 (full 1):
PSYoungGen total 281088K, used 0K [0x00000007c0000000, 0x00000007d2e00000, 0x0000000800000000)
eden space 256512K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cfa80000)
from space 24576K, 0% used [0x00000007cfa80000,0x00000007cfa80000,0x00000007d1280000)
to space 25600K, 0% used [0x00000007d1500000,0x00000007d1500000,0x00000007d2e00000)
ParOldGen total 83968K, used 40968K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 48% used [0x0000000740000000,0x0000000742802210,0x0000000745200000)
PSPermGen total 40960K, used 20338K [0x000000073ae00000, 0x000000073d600000, 0x0000000740000000)
object space 40960K, 49% used [0x000000073ae00000,0x000000073c1dc928,0x000000073d600000)
}
Event: 21.007 GC heap before
{Heap before GC invocations=9 (full 1):
PSYoungGen total 281088K, used 131197K [0x00000007c0000000, 0x00000007d2e00000, 0x0000000800000000)
eden space 256512K, 51% used [0x00000007c0000000,0x00000007c801f5a0,0x00000007cfa80000)
from space 24576K, 0% used [0x00000007cfa80000,0x00000007cfa80000,0x00000007d1280000)
to space 25600K, 0% used [0x00000007d1500000,0x00000007d1500000,0x00000007d2e00000)
ParOldGen total 83968K, used 40968K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 48% used [0x0000000740000000,0x0000000742802210,0x0000000745200000)
PSPermGen total 40960K, used 21976K [0x000000073ae00000, 0x000000073d600000, 0x0000000740000000)
object space 40960K, 53% used [0x000000073ae00000,0x000000073c376120,0x000000073d600000)
Event: 21.030 GC heap after
Heap after GC invocations=9 (full 1):
PSYoungGen total 281088K, used 23624K [0x00000007c0000000, 0x00000007e2c00000, 0x0000000800000000)
eden space 255488K, 0% used [0x00000007c0000000,0x00000007c0000000,0x00000007cf980000)
from space 25600K, 92% used [0x00000007d1500000,0x00000007d2c121d0,0x00000007d2e00000)
to space 28160K, 0% used [0x00000007cf980000,0x00000007cf980000,0x00000007d1500000)
ParOldGen total 83968K, used 40968K [0x0000000740000000, 0x0000000745200000, 0x00000007c0000000)
object space 83968K, 48% used [0x0000000740000000,0x0000000742802210,0x0000000745200000)
PSPermGen total 40960K, used 21976K [0x000000073ae00000, 0x000000073d600000, 0x0000000740000000)
object space 40960K, 53% used [0x000000073ae00000,0x000000073c376120,0x000000073d600000)
}

Deoptimization events (10 events):
Event: 21.971 Thread 0x00007f621000a800 Uncommon trap: reason=bimorphic action=maybe_recompile pc=0x00007f620c97bf44 method=java.util.TimSort.binarySort([Ljava/lang/Object;IIILjava/util/Comparator;)V @ 93
Event: 22.035 Thread 0x00007f617c002000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f620c8e1608 method=java.io.BufferedInputStream.read([BII)I @ 101
Event: 22.035 Thread 0x00007f617c002000 Uncommon trap: reason=class_check action=maybe_recompile pc=0x00007f620c8e1608 method=java.io.BufferedInputStream.read([BII)I @ 101
Event: 22.125 Thread 0x00007f621000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f620c99c5dc method=afk.a(Ladq;III)I @ 12
Event: 22.125 Thread 0x00007f621000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f620c99a2dc method=afk.a(Ladq;III)I @ 12
Event: 22.198 Thread 0x00007f621000a800 Uncommon trap: reason=null_check action=make_not_entrant pc=0x00007f620c9743f8 method=bip.a(Lpe;Z)Z @ 484
Event: 22.213 Thread 0x00007f621000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f620c95f4bc method=ck.a(I)Ljava/lang/Object; @ 7
Event: 22.303 Thread 0x00007f621000a800 Uncommon trap: reason=predicate action=maybe_recompile pc=0x00007f620c9b9240 method=java.util.Arrays.fill([Ljava/lang/Object;Ljava/lang/Object;)V @ 10
Event: 22.444 Thread 0x00007f621000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f620c9a84dc method=afk.a(Ladq;III)I @ 12
Event: 22.486 Thread 0x00007f621000a800 Uncommon trap: reason=unreached action=reinterpret pc=0x00007f620c9a6f94 method=biw.b()Z @ 4

Internal exceptions (10 events):
Event: 22.318 Thread 0x00007f617c002800 Threw 0x00000007c034a230 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2965
Event: 22.332 Thread 0x00007f617c002800 Threw 0x00000007c034a3d8 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2965
Event: 22.347 Thread 0x00007f617c002800 Threw 0x00000007c034a580 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2965
Event: 22.347 Thread 0x00007f617c002800 Threw 0x00000007c034a6f0 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2917
Event: 22.360 Thread 0x00007f617c002800 Threw 0x00000007c034a898 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2965
Event: 22.373 Thread 0x00007f617c002800 Threw 0x00000007c034aa40 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2917
Event: 22.386 Thread 0x00007f617c002800 Threw 0x00000007c034abe8 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2965
Event: 22.400 Thread 0x00007f617c002800 Threw 0x00000007c034ad90 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2965
Event: 22.401 Thread 0x00007f61a0008000 Threw 0x00000007c0ee51b0 at /HUDSON/workspace/jdk7u40-2-build-linux-amd64-product/jdk7u40/hotspot/src/share/vm/prims/jvm.cpp:2965
Event: 22.444 Thread 0x00007f621000a800 Implicit null exception at 0x00007f620c9a8123 to 0x00007f620c9a84b9

Events (10 events):
Event: 22.316 loading class 0x00007f621018b950
Event: 22.316 loading class 0x00007f621018b950 done
Event: 22.316 loading class 0x00007f62102b10d0
Event: 22.316 loading class 0x00007f62102b10d0 done
Event: 22.444 Thread 0x00007f621000a800 Uncommon trap: trap_request=0xffffffad fr.pc=0x00007f620c9a84dc
Event: 22.444 Thread 0x00007f621000a800 DEOPT PACKING pc=0x00007f620c9a84dc sp=0x00007f621676b150
Event: 22.444 Thread 0x00007f621000a800 DEOPT UNPACKING pc=0x00007f620c7d9045 sp=0x00007f621676b068 mode 2
Event: 22.486 Thread 0x00007f621000a800 Uncommon trap: trap_request=0xffffffad fr.pc=0x00007f620c9a6f94
Event: 22.486 Thread 0x00007f621000a800 DEOPT PACKING pc=0x00007f620c9a6f94 sp=0x00007f621676ae40
Event: 22.486 Thread 0x00007f621000a800 DEOPT UNPACKING pc=0x00007f620c7d9045 sp=0x00007f621676adf8 mode 2

Dynamic libraries:
00400000-00401000 r-xp 00000000 08:01 30147021 /usr/local/java/jdk1.7.0_40/jre/bin/java
00600000-00601000 rw-p 00000000 08:01 30147021 /usr/local/java/jdk1.7.0_40/jre/bin/java
024c8000-024e9000 rw-p 00000000 00:00 0 [heap]
73ae00000-73d600000 rw-p 00000000 00:00 0
73d600000-740000000 rw-p 00000000 00:00 0
740000000-745200000 rw-p 00000000 00:00 0
745200000-7c0000000 rw-p 00000000 00:00 0
7c0000000-7e2c00000 rw-p 00000000 00:00 0
7e2c00000-800000000 rw-p 00000000 00:00 0
7f6172ffb000-7f6173ffc000 rw-p 00000000 00:00 0
7f6174000000-7f6174021000 rw-p 00000000 00:00 0
7f6174021000-7f6178000000 ---p 00000000 00:00 0
7f6178000000-7f6178021000 rw-p 00000000 00:00 0
7f6178021000-7f617c000000 ---p 00000000 00:00 0
7f617c000000-7f617c021000 rw-p 00000000 00:00 0
7f617c021000-7f6180000000 ---p 00000000 00:00 0
7f6180000000-7f61800d5000 rw-p 00000000 00:00 0
7f61800d5000-7f6184000000 ---p 00000000 00:00 0
7f6184000000-7f6184021000 rw-p 00000000 00:00 0
7f6184021000-7f6188000000 ---p 00000000 00:00 0
7f6188000000-7f6189a7c000 rw-p 00000000 00:00 0
7f6189a7c000-7f618c000000 ---p 00000000 00:00 0
7f618c000000-7f618c021000 rw-p 00000000 00:00 0
7f618c021000-7f6190000000 ---p 00000000 00:00 0
7f6191265000-7f6191665000 rw-s 06f3d000 00:05 9731 /dev/ati/card0
7f619166b000-7f619176b000 rw-s 06f1b000 00:05 9731 /dev/ati/card0
7f6191772000-7f6191872000 rw-s 06f1a000 00:05 9731 /dev/ati/card0
7f6191877000-7f619187a000 ---p 00000000 00:00 0
7f619187a000-7f6191978000 rw-p 00000000 00:00 0
7f6191978000-7f6191a78000 rw-s 06f10000 00:05 9731 /dev/ati/card0
7f6191a7f000-7f6191b7f000 rw-s 06f0f000 00:05 9731 /dev/ati/card0
7f6191b86000-7f6191c86000 rw-s 06f0e000 00:05 9731 /dev/ati/card0
7f6191c8d000-7f6191d8d000 rw-s 06f0d000 00:05 9731 /dev/ati/card0
7f6191d94000-7f6191e94000 rw-s 06f0c000 00:05 9731 /dev/ati/card0
7f6191e9b000-7f6191f9b000 rw-s 06f0b000 00:05 9731 /dev/ati/card0
7f6191fa2000-7f61920a2000 rw-s 06f0a000 00:05 9731 /dev/ati/card0
7f61920a6000-7f61920a9000 ---p 00000000 00:00 0
7f61920a9000-7f61921a7000 rw-p 00000000 00:00 0 [stack:26288]
7f61921a7000-7f61921aa000 ---p 00000000 00:00 0
7f61921aa000-7f61922a8000 rw-p 00000000 00:00 0 [stack:26287]
7f61922a8000-7f61922b0000 r-xp 00000000 08:01 28972765 /usr/local/java/jdk1.7.0_40/jre/lib/amd64/libmanagement.so
7f61922b0000-7f61924af000 ---p 00008000 08:01 28972765 /usr/local/java/jdk1.7.0_40/jre/lib/amd64/libmanagement.so
7f61924af000-7f61924b0000 rw-p 00007000 08:01 28972765 /usr/local/java/jdk1.7.0_40/jre/lib/amd64/libmanagement.so
7f61924b7000-7f61924ba000 ---p 00000000 00:00 0
7f61924ba000-7f61925b8000 rw-p 00000000 00:00 0
7f61925b8000-7f61925be000 r-xp 00000000 08:01 70782633 /lib/x86_64-linux-gnu/libnss_dns-2.17.so
7f61925be000-7f61927bd000 ---p 00006000 08:01 70782633 /lib/x86_64-linux-gnu/libnss_dns-2.17.so
7f61927bd000-7f61927be000 r--p 00005000 08:01 70782633 /lib/x86_64-linux-gnu/libnss_dns-2.17.so
7f61927be000-7f61927bf000 rw-p 00006000 08:01 70782633 /lib/x86_64-linux-gnu/libnss_dns-2.17.so
7f61927c0000-7f61927c2000 r-xp 00000000 08:01 70778919 /lib/libnss_mdns4_minimal.so.2
7f61927c2000-7f61929c1000 ---p 00002000 08:01 70778919 /lib/libnss_mdns4_minimal.so.2
7f61929c1000-7f61929c2000 r--p 00001000 08:01 70778919 /lib/libnss_mdns4_minimal.so.2
7f61929c2000-7f61929c3000 rw-p 00002000 08:01 70778919 /lib/libnss_mdns4_minimal.so.2
7f61929c8000-7f61929fa000 r-xp 00000000 08:01 28972729 /usr/local/java/jdk1.7.0_40/jre/lib/amd64/libsunec.so
7f61929fa000-7f6192bf9000 ---p 00032000 08:01 28972729 /usr/local/java/jdk1.7.0_40/jre/lib/amd64/libsunec.so
7f6192bf9000-7f6192bff000 rw-p 00031000 08:01 28972729 /usr/local/java/jdk1.7.0_40/jre/lib/amd64/libsunec.so
7f6192bff000-7f6192c0f000 rw-p 00000000 00:00 0
7f6192c13000-7f6192d13000 rw-s 06e4b000 00:05 9731 /dev/ati/card0
7f6192d13000-7f61931a0000 rw-p 00000000 00:00 0
7f61931a0000-7f61971a1000 rw-s 00000000 00:13 6205102 /run/shm/pulse-shm-113162998
7f61971a7000-7f61971a8000 ---p 00000000 00:00 0
7f61971a8000-7f61979a8000 rw-p 00000000 00:00 0 [stack:26275]
7f61979a8000-7f61979be000 r-xp 00000000 08:01 70782680 /lib/x86_64-linux-gnu/libresolv-2.17.so
7f61979be000-7f6197bbe000 ---p 00016000 08:01 70782680 /lib/x86_64-linux-gnu/libresolv-2.17.so
7f6197bbe000-7f6197bbf000 r--p 00016000 08:01 70782680 /lib/x86_64-linux-gnu/libresolv-2.17.so
7f6197bbf000-7f6197bc0000 rw-p 00017000 08:01 70782680 /lib/x86_64-linux-gnu/libresolv-2.17.so
7f6197bc0000-7f6197bc2000 rw-p 00000000 00:00 0
7f6197bc8000-7f6197bce000 r-xp 00000000 08:01 26746109 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.0
7f6197bce000-7f6197dcd000 ---p 00006000 08:01 26746109 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.0
7f6197dcd000-7f6197dce000 r--p 00005000 08:01 26746109 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.0
7f6197dce000-7f6197dcf000 rw-p 00006000 08:01 26746109 /usr/lib/x86_64-linux-gnu/libogg.so.0.8.0
7f6197dd0000-7f6197dfb000 r-xp 00000000 08:01 26746364 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f6197dfb000-7f6197ffb000 ---p 0002b000 08:01 26746364 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f6197ffb000-7f6197ffc000 r--p 0002b000 08:01 26746364 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f6197ffc000-7f6197ffd000 rw-p 0002c000 08:01 26746364 /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5
7f6198000000-7f6198150000 rw-p 00000000 00:00 0
7f6198150000-7f619c000000 ---p 00000000 00:00 0
7f619c000000-7f619c021000 rw-p 00000000 00:00 0
7f619c021000-7f61a0000000 ---p 00000000 00:00 0
7f61a0000000-7f61a0076000 rw-p 00000000 00:00 0
7f61a0076000-7f61a4000000 ---p 00000000 00:00 0
7f61a40ef000-7f61a40f0000 ---p 00000000 00:00 0
7f61a40f0000-7f61a41f0000 rw-p 00000000 00:00 0 [stack:26276]
7f61a41f0000-7f61a44a3000 r-xp 00000000 08:01 26746366 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
7f61a44a3000-7f61a46a2000 ---p 002b3000 08:01 26746366 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
7f61a46a2000-7f61a46be000 r--p 002b2000 08:01 26746366 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
7f61a46be000-7f61a46bf000 rw-p 002ce000 08:01 26746366 /usr/lib/x86_64-linux-gnu/libvorbisenc.so.2.0.8
7f61a46c0000-7f61a470a000 r-xp 00000000 08:01 26745271 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
7f61a470a000-7f61a490a000 ---p 0004a000 08:01 26745271 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
7f61a490a000-7f61a490b000 r--p 0004a000 08:01 26745271 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
7f61a490b000-7f61a490c000 rw-p 0004b000 08:01 26745271 /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0
7f61a4910000-7f61a4915000 r-xp 00000000 08:01 26745459 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f61a4915000-7f61a4b14000 ---p 00005000 08:01 26745459 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f61a4b14000-7f61a4b15000 r--p 00004000 08:01 26745459 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f61a4b15000-7f61a4b16000 rw-p 00005000 08:01 26745459 /usr/lib/x86_64-linux-gnu/libasyncns.so.0.3.1
7f61a4b18000-7f61a4b77000 r-xp 00000000 08:01 26746255 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f61a4b77000-7f61a4d77000 ---p 0005f000 08:01 26746255 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f61a4d77000-7f61a4d79000 r--p 0005f000 08:01 26746255 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f61a4d79000-7f61a4d7a000 rw-p 00061000 08:01 26746255 /usr/lib/x86_64-linux-gnu/libsndfile.so.1.0.25
7f61a4d7a000-7f61a4d7e000 rw-p 00000000 00:00 0
7f61a4d80000-7f61a4d88000 r-xp 00000000 08:01 70782712 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f61a4d88000-7f61a4f88000 ---p 00008000 08:01 70782712 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f61a4f88000-7f61a4f89000 r--p 00008000 08:01 70782712 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f61a4f89000-7f61a4f8a000 rw-p 00009000 08:01 70782712 /lib/x86_64-linux-gnu/libwrap.so.0.7.6
7f61a4f90000-7f61a4fd3000 r-xp 00000000 08:01 70782880 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f61a4fd3000-7f61a51d2000 ---p 00043000 08:01 70782880 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f61a51d2000-7f61a51d3000 r--p 00042000 08:01 70782880 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f61a51d3000-7f61a51d4000 rw-p 00043000 08:01 70782880 /lib/x86_64-linux-gnu/libdbus-1.so.3.7.2
7f61a51d8000-7f61a523a000 r-xp 00000000 08:01 27265304 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-3.0.so
7f61a523a000-7f61a5439000 ---p 00062000 08:01 27265304 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-3.0.so
7f61a5439000-7f61a543a000 r--p 00061000 08:01 27265304 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-3.0.so
7f61a543a000-7f61a543b000 rw-p 00062000 08:01 27265304 /usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-3.0.so
7f61a5440000-7f61a5448000 r-xp 00000000 08:01 70782602 /lib/x86_64-linux-gnu/libjson.so.0.1.0
7f61a5448000-7f61a5647000 ---p 00008000 08:01 70782602 /lib/x86_64-linux-gnu/libjson.so.0.1.0
7f61a5647000-7f61a5648000 r--p 00007000 08:01 70782602 /lib/x86_64-linux-gnu/libjson.so.0.1.0
7f61a5648000-7f61a5649000 rw-p 00008000 08:01 70782602 /lib/x86_64-linux-gnu/libjson.so.0.1.0
7f61a5650000-7f61a5697000 r-xp 00000000 08:...

I have the same problem on my computer since snapshot 13w24a and I have seen the problem with the later 1.6 versions of minecraft also. It got worse with snapshot 13w36a and I'm currently running with snapshot 13w38c. The problem makes the game crash 99% of the time with one or multiple resource packs loaded when I try to log into a server on the internet. It does however work 100% of the time when I log into my home server. My system is an AMD 8 core 8350 overclocked and running at 5.2Ghz 32Gb ram with dual 7950 1Gb Radeon video cards. My operating system is Linux Ubuntu 13.4 with the Cinnamon desktop replacing the standard desktop. I'm running with 3.8 linux kernal and Sun Java 1.7 version 40. I also tested with OpenJDK 7 with the same results.

What the [Mod] Talven81 stated work around doesn't work. The only way I have been able to access servers on the internet is to use the default resource pack and log in then change to a custom resource pack. It is not my internet connection as I running a 30Gbs connection.

This bug has been reported to Mojang before with the release of 1.6.2 MC-27419 with no real fixes I hope bug gets fixed soon.

Launcher 1.2.5 (through bootstrap 4) started on linux...
Refreshing local version list...
Current time is Sep 23, 2013 6:50:25 AM
System.getProperty('os.name') == 'Linux'
System.getProperty('os.version') == '3.8.0-19-generic'
System.getProperty('os.arch') == 'amd64'
System.getProperty('java.version') == '1.7.0_40'
System.getProperty('java.vendor') == 'Oracle Corporation'
System.getProperty('sun.arch.data.model') == '64'
Refreshing remote version list...
Refresh complete.
Loaded 2 profile(s); selected 'Snapshot'
Refreshing auth...
Logging in with access token
Delta time to compare resources: 449 ms 
Download job 'Resources' skipped as there are no files to download
Job 'Resources' finished successfully
Getting syncinfo for selected version
Queueing library & version downloads
Download job 'Version & Libraries' started (8 threads, 21 files)
Finished downloading /home/james/.minecraft/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.0/lwjgl_util-2.9.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.0/lwjgl-platform-2.9.0-natives-linux.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/google/guava/guava/14.0/guava-14.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-linux.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/versions/13w38c/13w38c.jar for job 'Version & Libraries': Used own copy as it matched etag
Finished downloading /home/james/.minecraft/libraries/java3d/vecmath/1.3.1/vecmath-1.3.1.jar for job 'Version & Libraries': Used own copy as it matched etag
Job 'Version & Libraries' finished successfully
Launching game
Looking for old natives to clean up...
Unpacking natives to /home/james/.minecraft/versions/13w38c/13w38c-natives-69794638106629
Launching in /home/james/.minecraft
Running /usr/local/java/jdk1.7.0_40/jre/bin/java -Xmx3G -Djava.library.path=/home/james/.minecraft/versions/13w38c/13w38c-natives-69794638106629 -cp /home/james/.minecraft/libraries/java3d/vecmath/1.3.1/vecmath-1.3.1.jar:/home/james/.minecraft/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar:/home/james/.minecraft/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar:/home/james/.minecraft/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar:/home/james/.minecraft/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar:/home/james/.minecraft/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar:/home/james/.minecraft/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar:/home/james/.minecraft/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar:/home/james/.minecraft/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar:/home/james/.minecraft/libraries/org/bouncycastle/bcprov-jdk15on/1.47/bcprov-jdk15on-1.47.jar:/home/james/.minecraft/libraries/com/google/guava/guava/14.0/guava-14.0.jar:/home/james/.minecraft/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar:/home/james/.minecraft/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar:/home/james/.minecraft/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar:/home/james/.minecraft/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar:/home/james/.minecraft/libraries/com/google/code/gson/gson/2.2.2/gson-2.2.2.jar:/home/james/.minecraft/libraries/org/lwjgl/lwjgl/lwjgl/2.9.0/lwjgl-2.9.0.jar:/home/james/.minecraft/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.0/lwjgl_util-2.9.0.jar:/home/james/.minecraft/versions/13w38c/13w38c.jar net.minecraft.client.main.Main --username VengeanceTech --session token:d5f5cdbaa4e4484a83ec6aaf93f5d384:55df11c4d8b04063b74e0ecec357e281 --version 13w38c --gameDir /home/james/.minecraft --assetsDir /home/james/.minecraft/assets --uuid 55df11c4d8b04063b74e0ecec357e281 --accessToken d5f5cdbaa4e4484a83ec6aaf93f5d384
Client> 2013-09-23 06:50:30 [CLIENT] [INFO] Setting user: VengeanceTech
Client> 2013-09-23 06:50:30 [CLIENT] [INFO] (Session ID is token:d5f5cdbaa4e4484a83ec6aaf93f5d384:55df11c4d8b04063b74e0ecec357e281)
Client> 2013-09-23 06:50:30 [CLIENT] [INFO] LWJGL Version: 2.9.0
Client> 2013-09-23 06:50:31 [CLIENT] [INFO] Reloading ResourceManager: Default, Faithful64.zip
Client> 
Client> Starting up SoundSystem...
Client> Initializing LWJGL OpenAL
Client>     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
Client> OpenAL initialized.
Client> 
Client> 2013-09-23 06:50:48 [CLIENT] [INFO] Connecting to (IP address removed)
Client> #
Client> # A fatal error has been detected by the Java Runtime Environment:
Client> #
Client> #  SIGSEGV (0xb) at pc=0x00007f61b99bbd28, pid=26244, tid=140059260405504
Client> #
Client> # JRE version: Java(TM) SE Runtime Environment (7.0_40-b43) (build 1.7.0_40-b43)
Client> # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode linux-amd64 compressed oops)
Client> # Problematic frame:
Client> # C  [fglrx_dri.so+0xcabd28]  ukiCreateContext+0xcabd28
Client> #
Client> # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
Client> #
Client> # An error report file with more information is saved as:
Client> # /home/james/.minecraft/hs_err_pid26244.log
Client> #
Client> # If you would like to submit a bug report, please visit:
Client> #   http://bugreport.sun.com/bugreport/crash.jsp
Client> # The crash happened outside the Java Virtual Machine in native code.
Client> # See problematic frame for where to report the bug.
Client> #
Game ended with bad state (exit code 134)
Ignoring visibility rule and showing launcher due to a game crash
Deleting /home/james/.minecraft/versions/13w38c/13w38c-natives-69794638106629