[Bug libstdc++/31368] basic_string and unsigned short leads to memory fault

2007-03-27 Thread gregoryk at edifecs dot com
--- Comment #7 from gregoryk at edifecs dot com 2007-03-27 18:20 --- Unfortunately I do not have possibility to run my test case using latest GCC compiler. I’m limited in hardware and software choice. Besides I’m not sure what do you mean “to fix testcase”. If you could fix

[Bug libstdc++/31368] basic_string and unsigned short leads to memory fault

2007-03-27 Thread gregoryk at edifecs dot com
--- Comment #10 from gregoryk at edifecs dot com 2007-03-27 18:39 --- Got it, thanks. In may original test I was relaying on LD_LIBRARY_PATH to have current folder in the values. And there was no checking of dlopen result for simplicity. Here is updated code. It will search

[Bug libstdc++/31368] basic_string and unsigned short leads to memory fault

2007-03-27 Thread gregoryk at edifecs dot com
--- Comment #11 from gregoryk at edifecs dot com 2007-03-27 18:40 --- Forgot to mention, that was main.cpp code. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31368

[Bug libstdc++/31368] basic_string and unsigned short leads to memory fault

2007-03-27 Thread gregoryk at edifecs dot com
--- Comment #14 from gregoryk at edifecs dot com 2007-03-27 19:51 --- Thank you for info. The sample is working now with _GLIBCXX_FULLY_DYNAMIC_STRING turned on. What is the next procedure with bug status? For me bug can be marked as FIXED. Regarding portability. We use unsigned short

[Bug libstdc++/31368] New: basic_string and unsigned short leads to memory fault

2007-03-26 Thread gregoryk at edifecs dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gregoryk at edifecs dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31368

[Bug libstdc++/31368] basic_string and unsigned short leads to memory fault

2007-03-26 Thread gregoryk at edifecs dot com
--- Comment #2 from gregoryk at edifecs dot com 2007-03-26 22:28 --- Though the problem from bug 25956 looks same the instantiating didn't help. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31368

[Bug libstdc++/31368] basic_string and unsigned short leads to memory fault

2007-03-26 Thread gregoryk at edifecs dot com
--- Comment #4 from gregoryk at edifecs dot com 2007-03-26 23:13 --- Ok. Can I help you somehow? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31368