[Bug libstdc++/42679] RTLD_DEEPBIND dlopen option for shared library that uses libstdc++ std::ostream crashes

2013-02-05 Thread mjtruog at fastmail dot ca
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42679 --- Comment #22 from Michael Truog 2013-02-05 23:47:08 UTC --- I believe this bug is resolved and was just a problem with my build setup. I am unable to confirm that this is the solution, just due to changes in versions and software, but

[Bug libstdc++/42679] RTLD_DEEPBIND dlopen option for shared library that uses libstdc++ std::ostream crashes

2010-03-07 Thread mjtruog at fastmail dot ca
--- Comment #17 from mjtruog at fastmail dot ca 2010-03-07 17:53 --- I have found this doesn't fix the problem. It may fix the problem in the example, but not in all cases. I have a few new crash dumps: Core was generated by `_release/lib/cloud-0.0.9/priv/cloud_worker_port'

[Bug libstdc++/42679] RTLD_DEEPBIND dlopen option for shared library that uses libstdc++ std::ostream crashes

2010-01-29 Thread mjtruog at fastmail dot ca
--- Comment #16 from mjtruog at fastmail dot ca 2010-01-29 17:04 --- I am using "-fpic/-fPIC" and in fact am using: // g++ -g -O0 main.cpp -ldl // g++ -g -O0 -rdynamic -c -fPIC -o library.o library1.cpp // g++ -shared -Wl,-export-dynamic -o library.so library.o I do w

[Bug libstdc++/42679] RTLD_DEEPBIND dlopen option for shared library that uses libstdc++ std::ostream crashes

2010-01-21 Thread mjtruog at fastmail dot ca
--- Comment #4 from mjtruog at fastmail dot ca 2010-01-22 07:10 --- I can help try to determine the problem if you want since it seems everyone is either busy, doesn't necessarily care right now, or both. However, if someone could provide any hints as to what RTLD_DEEPBIND mig

[Bug libstdc++/42679] RTLD_DEEPBIND dlopen option for shared library that uses libstdc++ std::ostream crashes

2010-01-10 Thread mjtruog at fastmail dot ca
--- Comment #2 from mjtruog at fastmail dot ca 2010-01-10 18:16 --- I have been trying to make a simple test case for the ostringstream problem but have not yet found one. However, I have been able to make a test case for the crash when using std::cerr. The problems are probably

[Bug libstdc++/42679] New: RTLD_DEEPBIND dlopen option for shared library that uses libstdc++ std::ostream crashes

2010-01-09 Thread mjtruog at fastmail dot ca
tdc++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mjtruog at fastmail dot ca GCC build triplet: x86_64-unknown-linux-gnu GCC host triplet: x86_64-unknown-linux-gnu GCC target triplet: x86_64-unknown-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42679

[Bug c++/40423] New: namespace nested in class is a parse error

2009-06-12 Thread mjtruog at fastmail dot ca
Status: UNCONFIRMED Severity: minor Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mjtruog at fastmail dot ca GCC build triplet: gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) GCC host triplet: Linux 2.6.27-9-generic #1 SMP

[Bug c++/30340] pure virtual function called on const & declared with previous declaration without a definition, const & assigned by temporary

2007-01-01 Thread mjtruog at fastmail dot ca
--- Comment #8 from mjtruog at fastmail dot ca 2007-01-01 20:34 --- Thank you for looking at this. My mistake. I didn't realize that when you assign a temporary to a const &, the object is still destroyed after the assignment (and should then not be used in such a way,

[Bug c++/30340] pure virtual function called on const & declared with previous declaration without a definition, const & assigned by temporary

2006-12-31 Thread mjtruog at fastmail dot ca
--- Comment #2 from mjtruog at fastmail dot ca 2006-12-31 21:44 --- The example code produces the runtime error: pure virtual method called terminate called without an active exception Abort -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30340

[Bug c++/30340] pure virtual function called on const & declared with previous declaration without a definition, const & assigned by temporary

2006-12-31 Thread mjtruog at fastmail dot ca
--- Comment #1 from mjtruog at fastmail dot ca 2006-12-31 21:37 --- Created an attachment (id=12851) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12851&action=view) example of bug -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30340

[Bug c++/30340] New: pure virtual function called on const & declared with previous declaration without a definition, const & assigned by temporary

2006-12-31 Thread mjtruog at fastmail dot ca
t: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: mjtruog at fastmail dot ca http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30340