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

SEGV on map close #385

Closed
o11c opened this issue Mar 12, 2013 · 3 comments
Closed

SEGV on map close #385

o11c opened this issue Mar 12, 2013 · 3 comments
Labels
bug Broken behavior.

Comments

@o11c
Copy link
Contributor

o11c commented Mar 12, 2013

System: Debian wheezy amd64
Version: tiled 0.9.0-1 from experimental

After opening several maps and saving changes to one of them, I pressed ^W to close that map, and got this SEGV:

https://gist.github.com/anonymous/5145929

I have the coredump, but there are no debugging symbols available for the Debian package, and I am unable to reproduce casually.

@o11c
Copy link
Contributor Author

o11c commented Mar 12, 2013

Rebuilt tiled with symbols.

I've gotten a couple different backtraces from crashes at slightly different times in the same workflow, but it's probably the same bug.

Backtrace and local variables printed: https://gist.github.com/5147758
$5 is *cell.tile

The crash is that on line 235, const QPoint offset = cell.tile->tileset()->tileOffset();, the tileset is NULL.

I have the coredump if you need anything else.

@bjorn
Copy link
Member

bjorn commented May 25, 2014

@o11c Do you know whether this is still happening in the latest version? If so maybe you have some more exact way of reproducing the issue with TMW maps for example.

@bjorn
Copy link
Member

bjorn commented Sep 6, 2018

I'm going to assume this was fixed at some point in the past years, especially since I don't recall any similar reports.

@bjorn bjorn closed this as completed Sep 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Broken behavior.
Projects
None yet
Development

No branches or pull requests

2 participants