Hi,
you are currently not subscribed to this mailing list. Subscriopton is
necessary and you subscribe under
http://api.openoffice.org/servlets/ProjectMailingListList. Otherwise you
won't get any potential answer to your questions directly.
Juergen
On 4/13/10 5:53 PM, Scott Thompson wrote:
Greetings programs,
I am having problems creating a chart in OOo Calc from my external C++
program. When I call the Reference<XTableCharts> member function
addNewByName, I get a segmentation fault deep down in several nested
calls within the shared object library liburp_uno.so. I am running
Fedora Core 9 x86-64 Linux, compiling with gcc version 4.3.2, and I have
OOo SDK 3.2.0. Here is a backtrace:
#5 <signal handler called>
#6 0x00007fffeb692882 in ?? () from
/opt/openoffice.org/ure/lib/liburp_uno.so
#7 0x00007fffeb69332e in ?? () from
/opt/openoffice.org/ure/lib/liburp_uno.so
#8 0x00007fffeb69adc6 in ?? () from
/opt/openoffice.org/ure/lib/liburp_uno.so
#9 0x00007fffeb69733d in ?? () from
/opt/openoffice.org/ure/lib/liburp_uno.so
#10 0x00007fffeb6a97f3 in ?? () from
/opt/openoffice.org/ure/lib/liburp_uno.so
#11 0x00007fffeb6a7fea in ?? () from
/opt/openoffice.org/ure/lib/liburp_uno.so
#12 0x00007fffed14028b in ?? () from
/opt/openoffice.org/ure/lib/libgcc3_uno.so
#13 0x00007fffed140a03 in ?? () from
/opt/openoffice.org/ure/lib/libgcc3_uno.so
#14 0x00007fffed141f1a in ?? () from
/opt/openoffice.org/ure/lib/libgcc3_uno.so
#15 0x00000000004a646b in PlotIPCOpenOffice::plot (this=0xc06160,
pd=0x1a502f0) at plotipcopenoffice.cc:356
#16 0x000000000041cf64 in GraphTool::plotData (this=0x775b20,
crntPlotSet=0x197c920) at graphtoolui.cc:3764
I have a few questions:
1. Am I asking the right mailing list about this issue?
2. I would like to download the source for this library and compile
with debug symbols. What package do I need to get from CVS?
3. I have attached a small test driver that replicates the seg fault
on my machine. If you are able to view and/or run this test
driver, could you please advise me if I am taking all the correct
steps, or if there is something different that I need to do when
calling addNewByName?
Thank you for your assistance!
Scott Thompson
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
--
Sun Microsystems GmbH Juergen Schmidt
Nagelsweg 55 Technical Lead Programmability
20097 Hamburg, Germany
Sitz der Gesellschaft:
Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht München: HRB 161028
Geschäftsführer: Jürgen Kunz
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]