Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

LINUX: Tools Run Crash and Company...

<< < (3/9) > >>

Der Meister:
@mandrav:
The crash does not occur at this position. Valgring simply reports that there is something (possibly) wrong at this place - but its inside a wxWidgets function thus probably not "our" fault. If it would crash there valgrind should not report any other issues beyond this place - but it does.
But the main reason is: Take a look at the backtrace. Unfortunately it is not a complete one, but you can see that above frame level 20 (EditorBase::CreateContextSubMenu(int)) a new main loop is created - looks like one of those wxYield-re-entrance-problems to me. Anyway, this is still strange because I can't see a call to wxYield in the backtrace (OK, it is not complete - maybe some important parts are missing) and with a quick look I couldn't find any problematic line in 'EditorBase::CreateContextSubMenu' that could lead into such trouble.

mandrav:

--- Quote from: Der Meister on May 23, 2006, 12:38:40 pm ---@mandrav:
... and with a quick look I couldn't find any problematic line in 'EditorBase::CreateContextSubMenu' that could lead into such trouble.

--- End quote ---

The backtrace is invalid. Unless I 'm mistaken, he experiences this crash when running a custom tool. EditorBase::CreateContextSubMenu() just doesn't belong in this picture...

Michael:
Hello,

I have built a .deb package for rev2489, but still get the same crash. And I have used make clean-zipfiles, before building.

Best wishes,
Michael

Ceniza:
I tried with my own compiled version in Dapper and get the crash calling ln --help with any launching option, and get the same backtrace too.

I also tried calling a python program that just prints argv and it works fine.

Time to wonder...

BTW, I also tried calling ln --help under Windows (I have unxutils in the path) and it worked fine (it's meaningless, I know, but I just wanted to try :)).

mandrav:

--- Quote from: Ceniza on May 23, 2006, 03:27:33 pm ---I tried with my own compiled version in Dapper and get the crash calling ln --help with any launching option, and get the same backtrace too.

--- End quote ---

So you are looking at it? Good :)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version