public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/38631]  New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
@ 2008-12-26 15:38 bero at arklinux dot org
  2008-12-26 17:01 ` [Bug libstdc++/38631] " tkoenig at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: bero at arklinux dot org @ 2008-12-26 15:38 UTC (permalink / raw)
  To: gcc-bugs

Compile OpenOffice.org 3.0 with gcc 4.3.2, then update to a recent gcc 4.4
snapshot (I tried rev. 142890).

OpenOffice.org now crashes on startup. There is no need to recompile anything
with gcc 4.4.

Backtrace:
#0  0xb7c2f0fd in gcc3::deleteException () from
/usr/lib/ooo-3.0/ure/lib/libgcc3_uno.so
#1  0xb7fcccb5 in ?? () from /lib/libstdc++.so.6
#2  0xb7f0cc3d in _Unwind_DeleteException () from /lib/libgcc_s.so.1
#3  0xb7fcbc20 in __cxa_end_catch () from /lib/libstdc++.so.6
#4  0x4bdf84cc in utl::UCBOpenContentSync () from
/usr/lib/ooo-3.0/program/../basis-link/program/libutlli.so
#5  0x4bdf9c23 in utl::UcbLockBytes::CreateLockBytes () from
/usr/lib/ooo-3.0/program/../basis-link/program/libutlli.so
#6  0x4be036b2 in utl::lcl_CreateStream () from
/usr/lib/ooo-3.0/program/../basis-link/program/libutlli.so
#7  0x4be039c1 in utl::UcbStreamHelper::CreateStream () from
/usr/lib/ooo-3.0/program/../basis-link/program/libutlli.so
#8  0x4dd0b743 in SfxApplication::GetDisabledSlotList_Impl () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsfxli.so
#9  0x4de25f67 in SfxDispatcher::Construct_Impl () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsfxli.so
#10 0x4de26223 in SfxDispatcher::SfxDispatcher () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsfxli.so
#11 0x4dd08ab9 in SfxApplication::Initialize_Impl () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsfxli.so
#12 0x4dd00a93 in SfxApplication::GetOrCreate () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsfxli.so
#13 0x4de41e91 in SfxGlobalEvents_Impl::SfxGlobalEvents_Impl () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsfxli.so
#14 0x4de4205b in SfxGlobalEvents_Impl::impl_createInstance () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsfxli.so
#15 0x4b7e5275 in cppu::OSingleFactoryHelper::createInstanceEveryTime () from
/usr/lib/ooo-3.0/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#16 0x4b7e4707 in cppu::OSingleFactoryHelper::createInstanceWithContext () from
/usr/lib/ooo-3.0/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#17 0x4b7e496b in cppu::OFactoryComponentHelper::createInstanceWithContext ()
from
/usr/lib/ooo-3.0/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#18 0x4b7e5f6c in cppu::ORegistryFactoryHelper::createInstanceEveryTime () from
/usr/lib/ooo-3.0/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#19 0x4b7e4707 in cppu::OSingleFactoryHelper::createInstanceWithContext () from
/usr/lib/ooo-3.0/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#20 0x4b7e49d3 in cppu::OFactoryComponentHelper::createInstanceWithContext ()
from
/usr/lib/ooo-3.0/program/../basis-link/program/../ure-link/lib/libuno_cppuhelpergcc3.so.3
#21 0xb5398b1c in stoc_smgr::OServiceManager::createInstanceWithContext () from
/usr/lib/ooo-3.0/ure/lib/bootstrap.uno.so
#22 0xb5397a09 in stoc_smgr::OServiceManager::createInstance () from
/usr/lib/ooo-3.0/ure/lib/bootstrap.uno.so
#23 0x4c4780c6 in desktop::Desktop::Main () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsofficeapp.so
#24 0x4b9f8daa in ImplSVMain () from
/usr/lib/ooo-3.0/program/../basis-link/program/libvclli.so
#25 0x4b9f8f46 in SVMain () from
/usr/lib/ooo-3.0/program/../basis-link/program/libvclli.so
#26 0x4c498f49 in soffice_main () from
/usr/lib/ooo-3.0/program/../basis-link/program/libsofficeapp.so
#27 0x08048c04 in main ()


-- 
           Summary: [4.4 Regression] libstdc++ from gcc 4.4 causes
                    OpenOffice.org 3.0 to crash on startup
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bero at arklinux dot org
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
@ 2008-12-26 17:01 ` tkoenig at gcc dot gnu dot org
  2008-12-26 17:42 ` paolo dot carlini at oracle dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tkoenig at gcc dot gnu dot org @ 2008-12-26 17:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

tkoenig at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.4.0
      Known to work|                            |4.3.2
   Target Milestone|---                         |4.4.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
  2008-12-26 17:01 ` [Bug libstdc++/38631] " tkoenig at gcc dot gnu dot org
@ 2008-12-26 17:42 ` paolo dot carlini at oracle dot com
  2008-12-26 21:10 ` bero at arklinux dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paolo dot carlini at oracle dot com @ 2008-12-26 17:42 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot carlini at oracle dot com  2008-12-26 17:40 -------
In any case, why you are so sure the problem is due to libstdc++ and not
libgcc_s?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
  2008-12-26 17:01 ` [Bug libstdc++/38631] " tkoenig at gcc dot gnu dot org
  2008-12-26 17:42 ` paolo dot carlini at oracle dot com
@ 2008-12-26 21:10 ` bero at arklinux dot org
  2008-12-26 23:07 ` paolo dot carlini at oracle dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bero at arklinux dot org @ 2008-12-26 21:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from bero at arklinux dot org  2008-12-26 21:09 -------
If I install libstdc++ from gcc 4.4.0 and libgcc_s from gcc 4.3.2 (yes, I know
that's a weird thing to do, and it's definitely not my normal setup), it works.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
                   ` (2 preceding siblings ...)
  2008-12-26 21:10 ` bero at arklinux dot org
@ 2008-12-26 23:07 ` paolo dot carlini at oracle dot com
  2008-12-27  0:34 ` paolo dot carlini at oracle dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paolo dot carlini at oracle dot com @ 2008-12-26 23:07 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo dot carlini at oracle dot com  2008-12-26 23:05 -------
Bah, for sure we need a reduced testcase anyway, I have no idea what to do with
this report, otherwise.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
                   ` (3 preceding siblings ...)
  2008-12-26 23:07 ` paolo dot carlini at oracle dot com
@ 2008-12-27  0:34 ` paolo dot carlini at oracle dot com
  2008-12-29 14:38 ` jakub at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paolo dot carlini at oracle dot com @ 2008-12-27  0:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from paolo dot carlini at oracle dot com  2008-12-27 00:33 -------
... by the way, before anything else, I think you should confirm that the
software works fine if built with current mainline.  


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
                   ` (4 preceding siblings ...)
  2008-12-27  0:34 ` paolo dot carlini at oracle dot com
@ 2008-12-29 14:38 ` jakub at gcc dot gnu dot org
  2009-01-05 11:29 ` rguenth at gcc dot gnu dot org
  2009-01-05 20:19 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: jakub at gcc dot gnu dot org @ 2008-12-29 14:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jakub at gcc dot gnu dot org  2008-12-29 14:36 -------
If it is really libgcc_s.so.1 that makes the difference, could you do a binary
search to see which commit made the difference?
AFAIK there were very few changes to the gcc/unwind* files this year and no
suspect one among them.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
                   ` (5 preceding siblings ...)
  2008-12-29 14:38 ` jakub at gcc dot gnu dot org
@ 2009-01-05 11:29 ` rguenth at gcc dot gnu dot org
  2009-01-05 20:19 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2009-01-05 11:29 UTC (permalink / raw)
  To: gcc-bugs



-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug libstdc++/38631] [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup
  2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
                   ` (6 preceding siblings ...)
  2009-01-05 11:29 ` rguenth at gcc dot gnu dot org
@ 2009-01-05 20:19 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-05 20:19 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from pinskia at gcc dot gnu dot org  2009-01-05 20:19 -------
PR 38732 explains what is causing OO.o to fail.  The ABI changed ;(. 

*** This bug has been marked as a duplicate of 38732 ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38631


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-05 20:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-26 15:38 [Bug libstdc++/38631] New: [4.4 Regression] libstdc++ from gcc 4.4 causes OpenOffice.org 3.0 to crash on startup bero at arklinux dot org
2008-12-26 17:01 ` [Bug libstdc++/38631] " tkoenig at gcc dot gnu dot org
2008-12-26 17:42 ` paolo dot carlini at oracle dot com
2008-12-26 21:10 ` bero at arklinux dot org
2008-12-26 23:07 ` paolo dot carlini at oracle dot com
2008-12-27  0:34 ` paolo dot carlini at oracle dot com
2008-12-29 14:38 ` jakub at gcc dot gnu dot org
2009-01-05 11:29 ` rguenth at gcc dot gnu dot org
2009-01-05 20:19 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).