Skip to content

Instantly share code, notes, and snippets.

@clonejo
Created August 24, 2012 21:40
Show Gist options
  • Select an option

  • Save clonejo/3455942 to your computer and use it in GitHub Desktop.

Select an option

Save clonejo/3455942 to your computer and use it in GitHub Desktop.
$ gdb ./bralad
GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/clonejo/Downloads/BraLa/bralad...done.
(gdb) run -h"127.0.0.1"
Starting program: /home/clonejo/Downloads/BraLa/bralad -h"127.0.0.1"
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
(c)allocating 65536 times 4 bytes. Pointer: 0x7ffff7e8c010.
init: 1024x800
Supported OpenGL version: 3.3.11627 Compatibility Profile Context
Loaded OpenGL version: 33
Requesting resource "./res/shader/terrain.shader" as "terrain", type: "Shader".
[New Thread 0x7ffff2341700 (LWP 15093)]
[New Thread 0x7ffff1b40700 (LWP 15094)]
Loaded resource "terrain" with type: "Shader".
Requesting resource "./res/texture/terrain.png" as "terrain", type: "Image".
Loaded resource "terrain" with type: "Image".
Requesting resource "./res/texture/grasscolor.png" as "grasscolor", type: "Image".
Loaded resource "grasscolor" with type: "Image".
Requesting resource "./res/texture/leavecolor.png" as "leavecolor", type: "Image".
Loaded resource "leavecolor" with type: "Image".
Requesting resource "./res/texture/watercolor.png" as "watercolor", type: "Image".
Loaded resource "watercolor" with type: "Image".
Failed to load minecraft terrain.png, Zlib Error: "buf error"
Unable to login as user "". Bad login
[New Thread 0x7fffebfff700 (LWP 15095)]
Snooping: version: "BraLa", os_name: "linux", os_version: "undetectable", os_architecture: "64 bit", memory_total: "-1", memory_max: "-1", java_version: "D Compiler: 2060", opengl_version: "3.3.11627 Compatibility Profile Context", opengl_vendor: "ATI Technologies Inc."
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffe00009e0.
Unable to snoop: "HTTP answered 503 instead of 200"
[New Thread 0x7fffeb7fe700 (LWP 15098)]
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd80009e0.
server.Login(int entity_id : "167", string level_type : "default", byte mode : "1", byte dimension : "0", byte difficulty : "1", ubyte unused : "0", ubyte max_players : "20")
(m)allocating 5242880 bytes. Pointer: 0x7fffeaafd010.
(m)allocating 5242880 bytes. Pointer: 0x7fffea5fc010.
(m)allocating 5242880 bytes. Pointer: 0x7fffea0fb010.
[New Thread 0x7fffea0fa700 (LWP 15099)]
[New Thread 0x7fffe98f9700 (LWP 15100)]
[New Thread 0x7fffe90f8700 (LWP 15101)]
server.SpawnPosition(int x : "-132", int y : "64", int z : "196")
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffdc0009e0.
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd40009e0.
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd00009e0.
server.PlayerPositionLook(double x : "-138.5", double stance : "65.62", double y : "64", double z : "197.5", float yaw : "0", float pitch : "0", bool on_ground : "false")
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd8040f70.
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd8080f80.
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd80c0f90.
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd8100fa0.
(c)allocating 65536 times 4 bytes. Pointer: 0x7fffd8140fb0.
server.MapChunkBulk(MapChunkBulkS chunk_bulk : "MapChunkBulkS(short chunk_count : "5", CoordChunkTuple[] chunks : [
1: CoordChunkTuple : [vec3i coords : [-9,0,12], Chunk chunk : "brala.dine.chunk.Chunk"]
2: CoordChunkTuple : [vec3i coords : [-8,0,12], Chunk chunk : "brala.dine.chunk.Chunk"]
3: CoordChunkTuple : [vec3i coords : [-8,0,13], Chunk chunk : "brala.dine.chunk.Chunk"]
4: CoordChunkTuple : [vec3i coords : [-9,0,13], Chunk chunk : "brala.dine.chunk.Chunk"]
5: CoordChunkTuple : [vec3i coords : [-10,0,13], Chunk chunk : "brala.dine.chunk.Chunk"]
]")
Program received signal SIGUSR1, User defined signal 1.
[Switching to Thread 0x7fffe90f8700 (LWP 15101)]
0x00007ffff73a0d84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment