To add a little...I copied the 'soffice' script and added a couple changes to 
get it to run soffice.bin under gdb - namely, adding "gdb --args" to the binary 
execution, and then changing the call to 'basename' to remove my extra suffice 
(I called it soffice.brm, so basename --suffix=.brm instead of simply 
basename). While I don't have the debug symbols (which I assume is due to it 
the binary being stripped in addition to those files simply not being 
distributed), it does produce something that _might_ be slightly useful, of 
course, stack traces are hard to trust at times too. Did I miss something in 
the install?

Ben

bmeyer@cws1:/opt/openoffice4/program$ ./soffice.brm 
GNU gdb (GDB) 7.6.1-ubuntu
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /opt/openoffice4/program/soffice.bin...(no debugging 
symbols found)...done.
(gdb) start
Temporary breakpoint 1 at 0x400f70
Starting program: /opt/openoffice4/program/soffice.bin 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffebf4c700 (LWP 6999)]

Temporary breakpoint 1, 0x0000000000400f70 in main ()
(gdb) c
Continuing.
[New Thread 0x7fffe1baf700 (LWP 7001)]
[New Thread 0x7fffe13ae700 (LWP 7002)]
[New Thread 0x7fffdb84f700 (LWP 7007)]
[New Thread 0x7fffdb04e700 (LWP 7008)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff38c73a0 in ResMgr::IsAvailable(ResId const&, Resource const*) const 
() from /opt/openoffice4/program/libtl.so
(gdb) info threads
  Id   Target Id         Frame 
  6    Thread 0x7fffdb04e700 (LWP 7008) "gmain" 0x00007ffff6712f7d in poll () 
at ../sysdeps/unix/syscall-template.S:81
  5    Thread 0x7fffdb84f700 (LWP 7007) "gdbus" 0x00007ffff6712f7d in poll () 
at ../sysdeps/unix/syscall-template.S:81
  4    Thread 0x7fffe13ae700 (LWP 7002) "soffice.bin" 0x00007ffff672075d in 
accept () at ../sysdeps/unix/syscall-template.S:81
  3    Thread 0x7fffe1baf700 (LWP 7001) "soffice.bin" 
pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
  2    Thread 0x7fffebf4c700 (LWP 6999) "soffice.bin" 
pthread_cond_timedwait@@GLIBC_2.3.2 () at 
../nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:238
* 1    Thread 0x7ffff7fb5740 (LWP 6995) "soffice.bin" 0x00007ffff38c73a0 in 
ResMgr::IsAvailable(ResId const&, Resource const*) const () from 
/opt/openoffice4/program/libtl.so
(gdb) bt
#0  0x00007ffff38c73a0 in ResMgr::IsAvailable(ResId const&, Resource const*) 
const () from /opt/openoffice4/program/libtl.so
#1  0x00007ffff4beb176 in SfxInterface::RegisterObjectBar(unsigned short, ResId 
const&, unsigned int, String const*) () from /opt/openoffice4/program/libsfx.so
#2  0x00007ffff4d5d914 in SfxViewFrame::InitInterface_Impl() () from 
/opt/openoffice4/program/libsfx.so
#3  0x00007ffff4d5d8a9 in SfxViewFrame::GetStaticInterface() () from 
/opt/openoffice4/program/libsfx.so
#4  0x00007ffff4d5d947 in SfxViewFrame::RegisterInterface(SfxModule*) () from 
/opt/openoffice4/program/libsfx.so
#5  0x00007ffff4b8b61f in ?? () from /opt/openoffice4/program/libsfx.so
#6  0x00007ffff4b83807 in ?? () from /opt/openoffice4/program/libsfx.so
#7  0x00007ffff4b7aa32 in SfxApplication::GetOrCreate() () from 
/opt/openoffice4/program/libsfx.so
#8  0x00007ffff4d07461 in ?? () from /opt/openoffice4/program/libsfx.so
#9  0x00007ffff4d075dc in ?? () from /opt/openoffice4/program/libsfx.so
#10 0x00007ffff5a18c93 in ?? () from 
/opt/openoffice4/program/libuno_cppuhelpergcc3.so.3
#11 0x00007ffff5a16b9a in ?? () from 
/opt/openoffice4/program/libuno_cppuhelpergcc3.so.3
#12 0x00007ffff5a16db6 in ?? () from 
/opt/openoffice4/program/libuno_cppuhelpergcc3.so.3
#13 0x00007ffff5a1a287 in ?? () from 
/opt/openoffice4/program/libuno_cppuhelpergcc3.so.3
#14 0x00007ffff5a16b9a in ?? () from 
/opt/openoffice4/program/libuno_cppuhelpergcc3.so.3
#15 0x00007ffff5a16e0f in ?? () from 
/opt/openoffice4/program/libuno_cppuhelpergcc3.so.3
#16 0x00007fffe3bd97d6 in ?? () from /opt/openoffice4/program/bootstrap.uno.so
#17 0x00007fffe3bd0abc in ?? () from /opt/openoffice4/program/bootstrap.uno.so
#18 0x00007ffff777e80e in ?? () from /opt/openoffice4/program/libsofficeapp.so
#19 0x00007ffff2cc95a5 in ?? () from /opt/openoffice4/program/libvcl.so
#20 0x00007ffff2cc9670 in SVMain() () from /opt/openoffice4/program/libvcl.so
#21 0x00007ffff77a714c in soffice_main () from 
/opt/openoffice4/program/libsofficeapp.so
#22 0x0000000000400f7b in main ()
(gdb) 







On Wednesday, October 30, 2013 9:41 AM, BRM <bm_witn...@yahoo.com> wrote:
 


On Wednesday, October 30, 2013 2:37 AM, Rory O'Farrell <ofarr...@iol.ie> wrote:
> For what it's worth, which doesn't answer your problem, I have just 
installed OO 4.0.1 on a fresh Xubuntu 13.10 64 bit install, using the 
method in 
> http://forum.openoffice.org/en/forum/viewtopic.php?f=74&t=68
> which I have always found worked for me. 

Good to here; so it is likely something in my install...now if I could just 
figure out what.



On Wednesday, October 30, 2013 8:09 AM, Andrea Pescetti <pesce...@apache.org> 
wrote:
> BRM wrote:
> > bmeyer@cws1:~$ /opt/openoffice4/program/swriter
> > Application Error
> 
> Just as a preliminary check, did you make sure that you installed the 
> correct 32-bit or 64-bit version?
> 


As far as I know. "dpkg -l | grep openoffice" reports the amd64 versions were 
installed, which is correct as I am running a 64-bit system; see below for 
details.

Ben



bmeyer@cws1:~$ dpkg -l | grep openoffice
ii  openoffice                                4.0.1-5                           
  amd64        Brand module for OpenOffice 4.0.1
ii  openoffice-base                           4.0.1-5                           
  amd64        Base module for Apache OpenOffice 4.0.1
ii  openoffice-brand-base                     4.0.1-5                           
  amd64        Base brand module for OpenOffice 4.0.1
ii  openoffice-brand-calc                     4.0.1-5                           
  amd64        Calc brand module for OpenOffice 4.0.1
ii  openoffice-brand-draw                     4.0.1-5                           
  amd64        Draw brand module for OpenOffice 4.0.1
ii  openoffice-brand-impress                  4.0.1-5                           
  amd64        Impress brand module for OpenOffice 4.0.1
ii  openoffice-brand-math                     4.0.1-5                           
  amd64        Math brand module for OpenOffice 4.0.1
ii  openoffice-brand-writer                   4.0.1-5                           
  amd64        Writer brand module for OpenOffice 4.0.1
ii  openoffice-calc                           4.0.1-5                           
  amd64        Calc module for Apache OpenOffice 4.0.1
ii  openoffice-core01                         4.0.1-5                           
  amd64        Core module for Apache OpenOffice 4.0.1
ii  openoffice-core02                         4.0.1-5                           
  amd64        Office core module for Apache OpenOffice 4.0.1
ii  openoffice-core03                         4.0.1-5                           
  amd64        Office core module for Apache OpenOffice 4.0.1
ii  openoffice-core04                         4.0.1-5                           
  amd64        Office core module for Apache OpenOffice 4.0.1
ii  openoffice-core05                         4.0.1-5                           
  amd64        Office core module for Apache OpenOffice 4.0.1
ii  openoffice-core06                         4.0.1-5                           
  amd64        Office core module for Apache OpenOffice 4.0.1
ii  openoffice-core07                         4.0.1-5                           
  amd64        Office core module for Apache OpenOffice 4.0.1
ii  openoffice-debian-menus                   4.0-9714                          
  all          OpenOffice desktop integration
ii  openoffice-draw                           4.0.1-5                           
  amd64        Draw module for Apache OpenOffice 4.0.1
ii  openoffice-en-gb                          4.0.1-5                           
  amd64        Language module for Apache OpenOffice 4.0.1, language en_GB
ii  openoffice-en-us                          4.0.1-5                           
  amd64        Language module for Apache OpenOffice 4.0.1, language en_US
ii  openoffice-graphicfilter                  4.0.1-5                           
  amd64        Graphic filter module for Apache OpenOffice 4.0.1
ii  openoffice-images                         4.0.1-5                           
  amd64        Images module for Apache OpenOffice 4.0.1
ii  openoffice-impress                        4.0.1-5                           
  amd64        Impress module for Apache OpenOffice 4.0.1
ii  openoffice-javafilter                     4.0.1-5                           
  amd64        Java filter module for Apache OpenOffice 4.0.1
ii  openoffice-math                           4.0.1-5                           
  amd64        Math module for Apache OpenOffice 4.0.1
ii  openoffice-ogltrans                       4.0.1-5                           
  amd64        OpenGL slide transitions module for Apache OpenOffice 4.0.1
ii  openoffice-onlineupdate                   4.0.1-5                           
  amd64        Online update modul for Apache OpenOffice 4.0.1
ii  openoffice-ooofonts                       4.0.1-5                           
  amd64        Mailcap module for Apache OpenOffice 4.0.1
ii  openoffice-ooolinguistic                  4.0.1-5                           
  amd64        Linguistic module for Apache OpenOffice 4.0.1
ii  openoffice-pyuno                          4.0.1-5                           
  amd64        Pyuno module for Apache OpenOffice 4.0.1
ii  openoffice-ure                            4.0.1-5                           
  amd64        UNO Runtime Environment for OpenOffice 4.0.1
ii  openoffice-writer                         4.0.1-5                           
  amd64        Writer module for Apache OpenOffice 4.0.1
ii  openoffice-xsltfilter                     4.0.1-5                           
  amd64        XSLT filter samples module for Apache OpenOffice 4.0.1
ii  openoffice.org-dtd-officedocument1.0      2:1.0+LibO4.1.2~rc3-0ubuntu1      
  all          office productivity suite -- legacy 1.0 XML DTD
ii  openoffice.org-hyphenation                0.7                               
  all          Hyphenation patterns for OpenOffice.org

bmeyer@cws1:~$ uname -a
Linux cws1 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 
x86_64 x86_64 GNU/Linux


bmeyer@cws1:~$ cat /etc/apt/sources.list.d/aoo-debian-ports-sf.list 
#
# AOO Debian Port through SourceForge
#

deb http://downloads.sourceforge.net/project/apacheoo-deb/debian wheezy main

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@openoffice.apache.org
For additional commands, e-mail: users-h...@openoffice.apache.org

Reply via email to