60
edits
Hamzaalloush (talk | contribs) ([new section] repository relevant talk) |
(→Simgear Test Crashes: new section) |
||
Line 234: | Line 234: | ||
a section, that contains a list will be created that you'll have to fill up to reflect what your working on. elements in the list are: owner, what it does/what feature it is supposed to create, which architichture, linking type, clone command + url. also, i suggest we rebase each feature from master-oldgcc for now(until we get a working GCC 5). -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 17:58, 11 June 2015 (EDT) | a section, that contains a list will be created that you'll have to fill up to reflect what your working on. elements in the list are: owner, what it does/what feature it is supposed to create, which architichture, linking type, clone command + url. also, i suggest we rebase each feature from master-oldgcc for now(until we get a working GCC 5). -- [[User:Hamzaalloush|Hamzaalloush]] ([[User talk:Hamzaalloush|talk]]) 17:58, 11 June 2015 (EDT) | ||
== Simgear Test Crashes == | |||
I've been under the assumption that the tests in Simgear are run automatically with every build. I didn't realize that thy had to be run manually (side-effect of using dh in Debian packaging, which does everything automatically for you). After running the tests, two tests crash, two tests go up to 100% CPU for at least a minute (before I killed those tests), one seemed to hang after completing successfully, and one seemed to have been called incorrectly (it was missing an argument). Below are the results: | |||
* test-simgear_canvas_layout-canvas_layout.exe - Crash | |||
* sg_pkgutil.exe - Crash, infinite recursion in what seems to be the Wine loader | |||
* test_sock.exe - Hang after completion | |||
* http_get.exe - 100% CPU | |||
* http_svn.exe - 100% CPU | |||
* decode_binobj.exe - Incorrect usage? Called with no arguments, when one argument was expected? | |||
This was on x86_64-w64-mingw32.shared. I'll be compiling GDB soon, and hopefully, I can get a backtrace. -- [[User:Flyhigh|Flyhigh]] ([[User talk:Flyhigh|talk]]) 15:40, 13 June 2015 (EDT) |
edits