To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69240
                 Issue #|69240
                 Summary|explanation for some crashes seen on startup in libuno
                        |_cppuhelpergcc3.so.3
               Component|udk
                 Version|OOo 2.0.3
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|kr
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Mon Sep  4 07:15:24 -0700 
2006 -------
So I had one or two reports of crashes on OOo startup, and traced it
(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=202165) to having a
different libstdc++ installed in /usr/local causing pain and suffering. I
suspect some other similiar looking reports in OOo issuezilla may be the same 
thing.

The following little patch just adds a check to see if creating a simpleRegistry
failed, which was the immediate symptom and which will instead cause the
"corrupt installation" popup to appear.

Feel free to throw this out as WONTFIX if you want to skip it. But I'll include
the stacktrace here in the hope that queries for similiar crashes like this
might lead people here, in which case...
ldd /usr/lib/openoffice.org2.0/program/libreg.so.3 
might explain the problem is some random libstdc++ is getting used.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1217755456 (LWP 28407)]
nestRegistries ([EMAIL PROTECTED], [EMAIL PROTECTED],
    [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
    forceWrite_rdb=0 '\0', bFallenBack=0 '\0', [EMAIL PROTECTED])
    at /usr/src/redhat/BUILD/OOB680_m5/cppuhelper/source/bootstrap.cxx:334
334     /usr/src/redhat/BUILD/OOB680_m5/cppuhelper/source/bootstrap.cxx: No such
file or directory.
        in /usr/src/redhat/BUILD/OOB680_m5/cppuhelper/source/bootstrap.cxx
Current language:  auto; currently c++
(gdb) bt
#0  nestRegistries ([EMAIL PROTECTED], [EMAIL PROTECTED],
    [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
    forceWrite_rdb=0 '\0', bFallenBack=0 '\0', [EMAIL PROTECTED])
    at /usr/src/redhat/BUILD/OOB680_m5/cppuhelper/source/bootstrap.cxx:334
#1  0x00b73b2d in defaultBootstrap_InitialComponentContext (
    [EMAIL PROTECTED])
    at /usr/src/redhat/BUILD/OOB680_m5/cppuhelper/source/bootstrap.cxx:419
#2  0x00b74042 in cppu::defaultBootstrap_InitialComponentContext ()
    at /usr/src/redhat/BUILD/OOB680_m5/cppuhelper/source/bootstrap.cxx:472
#3  0x00d42bcc in desktop::Desktop::CreateApplicationServiceManager ()
   from /usr/lib/openoffice.org2.0/program/libsoffice.so
#4  0x00d352a5 in desktop::Desktop::Init ()
   from /usr/lib/openoffice.org2.0/program/libsoffice.so
#5  0x003b26df in InitVCL ()
   from /usr/lib/openoffice.org2.0/program/libvcl680li.so
#6  0x003b2832 in InitVCL ()
   from /usr/lib/openoffice.org2.0/program/libvcl680li.so
#7  0x003b28fd in SVMain ()
   from /usr/lib/openoffice.org2.0/program/libvcl680li.so
#8  0x00d30e53 in sal_main ()
   from /usr/lib/openoffice.org2.0/program/libsoffice.so
#9  0x00d30e9f in main () from /usr/lib/openoffice.org2.0/program/libsoffice.so
#10 0x0020e724 in __libc_start_main () from /lib/libc.so.6
---Type <return> to continue, or q <return> to quit---
#11 0x080484b1 in _start ()

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to