[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Jamin W. Collins
** Attachment added: full console output https://bugs.launchpad.net/bugs/1038698/+attachment/3267686/+files/lordsawar-console-output -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038698 Title:

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Jamin W. Collins
** Attachment added: core dump https://bugs.launchpad.net/ubuntu/+source/lordsawar/+bug/1038698/+attachment/3267701/+files/core.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038698 Title:

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread melchiaros
Hi Jamin, the backtrace on console shows at start: *** buffer overflow detected ***: lordsawar terminated === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(__fortify_fail+0x37)[0x7f3277f80007] So, there may be a bug direct in the standard C library or with lordsawar itself. I have

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread melchiaros
I have just tested on Ubuntu12.10 Quantal. There it works. I attach a screenshot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038698 Title: core dump when starting new game To manage

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread melchiaros
** Attachment added: lordsawar.png https://bugs.launchpad.net/ubuntu/+source/lordsawar/+bug/1038698/+attachment/3267725/+files/lordsawar.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038698

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Jamin W. Collins
@melchiaros That screen shot is before the crash. The crash occurs after you select the Random Scenario and the generation of the random world, just before (presumably) the actual game starts. I'm not sure what you mean by figure arround with the newest(your kernel). Are you suggesting that I

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Jamin W. Collins
Same problem with stock fully updated 12.04 system (reproduced in a virt). Uploading both the console and core files. ** Attachment added: core dump from 12.04 virt https://bugs.launchpad.net/ubuntu/+source/lordsawar/+bug/1038698/+attachment/3267844/+files/virt-core.gz -- You received this

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Jamin W. Collins
** Attachment added: console output from virt https://bugs.launchpad.net/ubuntu/+source/lordsawar/+bug/1038698/+attachment/3267845/+files/console-output -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: lordsawar (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1038698 Title:

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Steven Noonan
I see the same crash here. I'm investigating it, but in the meantime here's a backtrace. ** Attachment added: gdb-backtrace.txt https://bugs.launchpad.net/ubuntu/+source/lordsawar/+bug/1038698/+attachment/3267859/+files/gdb-backtrace.txt -- You received this bug notification because you are

[Bug 1038698] Re: core dump when starting new game

2012-08-19 Thread Steven Noonan
Crash occurs because of a bug in libtar. They're not respecting the bounds checking code in glibc, and it catches them misbehaving. Attached patch resolves the issue. This bug should be reassigned to libtar. ** Patch added: libtar-1.2.11-encode_buffer_overrun_fix.patch