google-code-export / wagic

Automatically exported from code.google.com/p/wagic
1 stars 0 forks source link

segfault when opening shop task board #374

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go into shop
2. Try to look at task board
3. Segfault occurs

What is the expected output? What do you see instead?
Expect to see the normal list of tasks

What version of the product are you using? On what operating system?
r1951 on linux

Original issue reported on code.google.com by cybers...@gmail.com on 2 Mar 2010 at 11:52

GoogleCodeExporter commented 9 years ago
I can't test on linux, but I'll make certain this isn't something possible on 
windows.

Original comment by wagic.jeck@gmail.com on 3 Mar 2010 at 12:47

GoogleCodeExporter commented 9 years ago
Can not reproduce on windows, don't have a linux box at home. 

Cybersol1, if you could tell us a little more information- do you remember the 
last
working revision you used? Also (I'm certain you do, and it shouldn't crash 
anyways,
but jsut in case...), do you have all the image files from SVN?

Jean- I'll look into the image loading routines, as they're the most likely
culprits... but unless I find something glaringly obvious, this might be 
something
only you can debug/fix.

Original comment by wagic.jeck@gmail.com on 3 Mar 2010 at 12:52

GoogleCodeExporter commented 9 years ago
I'll try to look into it today and find out what's happening.

Jeck, I have valgrind reporting a number of problems with the new filter code ; 
I
haven't had time to gather it properly so I can send them in a helpful format, 
but
I'll do that asap and look into it myself too if I have some time.

Original comment by jean.cha...@gmail.com on 3 Mar 2010 at 1:48

GoogleCodeExporter commented 9 years ago
Valgrind info will be much appreciated- the windows profiling tools I have 
available
suck.

Original comment by wagic.jeck@gmail.com on 3 Mar 2010 at 3:14

GoogleCodeExporter commented 9 years ago
r1952 fixes the problem.
The code tries to access a file named "taskboard.png" and crashes if it doesn't
retrieve it but this file does not exist. r1883 is in cause.
I fixed the name of the file.

What I don't understand is, why did it work with the new image back on my home
machine ? I suppose I renamed the file at some point intending to fix it and 
forgot
to commit or something.

Original comment by jean.cha...@gmail.com on 3 Mar 2010 at 5:34

GoogleCodeExporter commented 9 years ago
Wow, that was fast, and I can confirm it now works. In the meantime, I have 
installed
gdb to help with future linux debugging. Thanks!

Original comment by cybers...@gmail.com on 4 Mar 2010 at 12:49