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
--- 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'
--- 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
--- 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
--- 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
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
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
--- 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,
--- 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
--- 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
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
11 matches
Mail list logo