View Issue Details

IDProjectCategoryView StatusLast Update
0000982DarkRadiantDesign/Codingpublic17.12.2009 06:41
Reportergreebo Assigned Togreebo  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.6 
Fixed in Version0.10.0 
Summary0000982: libxml2 warnings and errors during shutdown
DescriptionDarkRadiant's debug build is throwing a lot of errors to the std::cout console when shutting down. Need to investigate what this is about and how to cure that.
Additional Informationelement shortcuts: error : Text node has wrong name 'text'
element user: error : Node has no parent
element views: error : Text node has wrong name 'text'
element darkradiant: error : Node has no parent
element views: error : Text node has wrong name 'text'
element darkradiant: error : Node has no parent
TagsNo tags attached.

Activities

greebo

greebo

31.03.2009 09:57

administrator   ~0002403

Fixed the valid warnings, disabled the un-fixable "text node has wrong name" ones. Across static library boundaries, any const char* pointers to xmlStringText can not be guaranteed to be the same.

Issue History

Date Modified Username Field Change
08.07.2008 12:19 greebo New Issue
08.07.2008 12:19 greebo Status new => confirmed
31.03.2009 09:56 greebo Status confirmed => assigned
31.03.2009 09:56 greebo Assigned To => greebo
31.03.2009 09:57 greebo Note Added: 0002403
31.03.2009 09:57 greebo Status assigned => resolved
31.03.2009 09:57 greebo Fixed in Version => 0.9.13
31.03.2009 09:57 greebo Resolution open => fixed
17.12.2009 06:41 greebo Status resolved => closed