Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash, latest git, always #3

Closed
iqualfragile opened this issue Apr 21, 2014 · 5 comments
Closed

Crash, latest git, always #3

iqualfragile opened this issue Apr 21, 2014 · 5 comments

Comments

@iqualfragile
Copy link

terminate called after throwing an instance of 'ZlibDecompressor::DecompressError'
is the only thing it tells me.

@sfan5
Copy link

sfan5 commented Apr 21, 2014

please a provide a gdb backtrace

@iqualfragile
Copy link
Author

Starting program: /home/minetest/minetest/util/minetestmapper --draworigin --drawscale --drawplayers -i worlds/newworld -o remotemedia/html/map-$datum.png
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
terminate called after throwing an instance of 'ZlibDecompressor::DecompressError'

Program received signal SIGABRT, Aborted.
0x00007ffff6bdb475 in raise () from /lib/x86_64-linux-gnu/libc.so.6

(gdb) backtrace
#0  0x00007ffff6bdb475 in raise () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x00007ffff6bde6f0 in abort () from /lib/x86_64-linux-gnu/libc.so.6
#2  0x00007ffff743189d in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#3  0x00007ffff742f996 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#4  0x00007ffff742f9c3 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#5  0x00007ffff742fbee in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
#6  0x0000000000428fc4 in ZlibDecompressor::decompress() ()
#7  0x000000000041f567 in TileGenerator::renderMap() ()
#8  0x000000000041eb37 in TileGenerator::generate(std::string const&, std::string const&) ()
#9  0x000000000042a2a9 in main ()

@ShadowNinja ShadowNinja changed the title crash, latest git, allways crash, latest git, always Apr 22, 2014
@iqualfragile
Copy link
Author

Might be due to kinda corrupted map, Minetest just crashed with

03:58:37: ERROR[EmergeThread0]: Invalid block data in database (26,-32,-2) (SerializationError): deSerializeBulkNodes: decompress resulted in invalid size
03:58:37: ERROR[EmergeThread0]: Invalid block data in database (26,-32,-2) (SerializationError): deSerializeBulkNodes: decompress resulted in invalid size
03:58:37: ERROR[EmergeThread0]: Invalid block data in database (26,-32,-2) (SerializationError): deSerializeBulkNodes: decompress resulted in invalid size
03:58:37: ERROR[EmergeThread0]: Invalid block data in database (26,-32,-2) (SerializationError): deSerializeBulkNodes: decompress resulted in invalid size
03:58:37: ERROR[EmergeThread0]: Invalid block data in database (26,-32,-2) (SerializationError): deSerializeBulkNodes: decompress resulted in invalid size
03:58:39: ERROR[main]: ERROR: An unhandled exception occurred: Invalid data in MapBlock (23,-29,-3)
03:58:39: ERROR[main]: ----
03:58:39: ERROR[main]: "Invalid block data in database"
03:58:39: ERROR[main]: See debug.txt.
03:58:39: ERROR[main]: You can ignore this using [ignore_world_load_errors = true].

@ShadowNinja ShadowNinja changed the title crash, latest git, always Crash, latest git, always Apr 25, 2014
@iqualfragile
Copy link
Author

I have just tested this version https://github.com/Rogier-5/minetest-mapper-cpp which works without complaining.

@sfan5
Copy link

sfan5 commented May 21, 2014

Closing because #5 describes this issue more nicely.

@sfan5 sfan5 closed this as completed May 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants