[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread Joey Stanford
Thanks for your bug report. Could you please try to obtain a
valgrind report by following the instructions on
   http://wiki.ubuntu.com/DebuggingProgramCrash.
This will greatly aid us in tracking down your problem.

I was not able to reproduce this in Edgy.

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread jbj
Valgrind log as requested

** Attachment added: "Valgrind log from crash"
   http://librarian.launchpad.net/4772535/valgrind.log.7759

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread Joey Stanford
Although I can't replicate the error, I'll confirm this based on the
valgrind and pass to Matthias.  I've seen the same error in
libvclplug_gen680li.so with another recent bug. This might be related to
the other one where it appears that there is a linkage error. Matthias
will need to double-check the build and recompile. At that point you
(jbj) will need to retest.  I'll let him make the call on the
relatedness.  FYI: The original gdb trace does not seem to match with
the valgrind.

** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) => Matthias Klose
   Status: Needs Info => Confirmed

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread jbj
FYI, two systems I installed (my laptop, installed from scratch, and my
desktop, dist-upgraded from dapper show the problem).

AFACT, the valgrind log does match up with the stack trace from gdb,
this excerpt from the log appears to match based on what function names
I can see and the libraries called, though valgrind doesn't seem to
resolve some of the libucpfile1.so function names.

The addresses of course do not match, but these are two independent
execution runs of the same bug.

==7759== Process terminating with default action of signal 11 (SIGSEGV)
==7759==  Access not within mapped region at address 0xEB96EE0
==7759==at 0x4BDA1DD: osl_getFileStatus (in 
/usr/lib/openoffice/program/libuno_sal.so.3)
==7759==by 0xC6FD934: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6EC90E: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6F2CA6: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0x4A9D954: (within 
/usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1384: 
ucb::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence
 const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA16BC: 
ucb::Content::getPropertyValues(com::sun::star::uno::Sequence 
const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1A26: ucb::Content::getPropertyValue(rtl::OUString const&) 
(in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4441315: FStatHelper::GetModifiedDateTimeOfFile(String const&, 
Date*, Time*) (in /usr/lib/openoffice/program/libsvl680li.so)
==7759==by 0xF59E06A: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF61FA0C: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF6744D8: (within /usr/lib/openoffice/program/libsw680li.so)
--7759-- Discarding syms at 0x693E000-0x6941000 in /usr/lib/gconv/ISO8859-1.so 
due to munmap()
--7759-- Discarding syms at 0x694C000-0x6955000 in 
/lib/tls/i686/cmov/libnss_compat-2.4.so due to munmap()
--7759-- Discarding syms at 0x6955000-0x695F000 in 
/lib/tls/i686/cmov/libnss_nis-2.4.so due to munmap()
--7759-- Discarding syms at 0x695F000-0x696A000 in 
/lib/tls/i686/cmov/libnss_files-2.4.so due to munmap()

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-17 Thread Hein-PietervanBraam
I was just going to try and post this very issue, anyway, it is not just
to gaim, pasting to an application that supports formatted text crashes
openoffice.org writer, pasting from OOo2 to gedit or xterm or any other
non-formatted program will work, pasting to gaim or abiword will crash
openoffice.org writer.

my 2 cents

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
I tried rebuilding OOo from the source deb's, but that doesn't solve the
issue (I thought that perhaps some libs changed since building it for
edgy, and some updates later)

I can also confirm that the bug does not appear when using the stock OOo
binaries from openoffice.org

So, apparently, the problem is somewhere in the 70 meg diff that comes
with it... nice :)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
Hey! it is me again,

this also occurs on debian sid.

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
The corrosponding debian bug # is : 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393490

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Matthias Klose
*** This bug is a duplicate of bug 62432 ***

** This bug has been marked a duplicate of bug 62432
   Paste from open office to firefox 2.0 causes crash in open office

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-23 Thread Daniel Serpell
*** This bug is a duplicate of bug 62432 ***

This bug is fixed in Debian sid, with OOo 2.0.4-2, it existed with
2.0.4-1.

>From the changelog, notable changes are:

* ooo-build:
  - update
  - fixed system-icu.diff now also working with 3.4 again
  - src:
  - remove de GSI, old and obsolete
* debian/rules:
  - enable -gcj
  - revert to building with libstlport4.6 (closes: #392698, reopens: #364814)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-17 Thread Hein-PietervanBraam
I was just going to try and post this very issue, anyway, it is not just
to gaim, pasting to an application that supports formatted text crashes
openoffice.org writer, pasting from OOo2 to gedit or xterm or any other
non-formatted program will work, pasting to gaim or abiword will crash
openoffice.org writer.

my 2 cents

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
I tried rebuilding OOo from the source deb's, but that doesn't solve the
issue (I thought that perhaps some libs changed since building it for
edgy, and some updates later)

I can also confirm that the bug does not appear when using the stock OOo
binaries from openoffice.org

So, apparently, the problem is somewhere in the 70 meg diff that comes
with it... nice :)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
Hey! it is me again,

this also occurs on debian sid.

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
The corrosponding debian bug # is : 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393490

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Matthias Klose
*** This bug is a duplicate of bug 62432 ***

** This bug has been marked a duplicate of bug 62432
   Paste from open office to firefox 2.0 causes crash in open office

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-23 Thread Daniel Serpell
*** This bug is a duplicate of bug 62432 ***

This bug is fixed in Debian sid, with OOo 2.0.4-2, it existed with
2.0.4-1.

>From the changelog, notable changes are:

* ooo-build:
  - update
  - fixed system-icu.diff now also working with 3.4 again
  - src:
  - remove de GSI, old and obsolete
* debian/rules:
  - enable -gcj
  - revert to building with libstlport4.6 (closes: #392698, reopens: #364814)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread Joey Stanford
Thanks for your bug report. Could you please try to obtain a
valgrind report by following the instructions on
   http://wiki.ubuntu.com/DebuggingProgramCrash.
This will greatly aid us in tracking down your problem.

I was not able to reproduce this in Edgy.

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread jbj
Valgrind log as requested

** Attachment added: "Valgrind log from crash"
   http://librarian.launchpad.net/4772535/valgrind.log.7759

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread Joey Stanford
Although I can't replicate the error, I'll confirm this based on the
valgrind and pass to Matthias.  I've seen the same error in
libvclplug_gen680li.so with another recent bug. This might be related to
the other one where it appears that there is a linkage error. Matthias
will need to double-check the build and recompile. At that point you
(jbj) will need to retest.  I'll let him make the call on the
relatedness.  FYI: The original gdb trace does not seem to match with
the valgrind.

** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) => Matthias Klose
   Status: Needs Info => Confirmed

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread jbj
FYI, two systems I installed (my laptop, installed from scratch, and my
desktop, dist-upgraded from dapper show the problem).

AFACT, the valgrind log does match up with the stack trace from gdb,
this excerpt from the log appears to match based on what function names
I can see and the libraries called, though valgrind doesn't seem to
resolve some of the libucpfile1.so function names.

The addresses of course do not match, but these are two independent
execution runs of the same bug.

==7759== Process terminating with default action of signal 11 (SIGSEGV)
==7759==  Access not within mapped region at address 0xEB96EE0
==7759==at 0x4BDA1DD: osl_getFileStatus (in 
/usr/lib/openoffice/program/libuno_sal.so.3)
==7759==by 0xC6FD934: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6EC90E: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6F2CA6: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0x4A9D954: (within 
/usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1384: 
ucb::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence
 const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA16BC: 
ucb::Content::getPropertyValues(com::sun::star::uno::Sequence 
const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1A26: ucb::Content::getPropertyValue(rtl::OUString const&) 
(in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4441315: FStatHelper::GetModifiedDateTimeOfFile(String const&, 
Date*, Time*) (in /usr/lib/openoffice/program/libsvl680li.so)
==7759==by 0xF59E06A: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF61FA0C: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF6744D8: (within /usr/lib/openoffice/program/libsw680li.so)
--7759-- Discarding syms at 0x693E000-0x6941000 in /usr/lib/gconv/ISO8859-1.so 
due to munmap()
--7759-- Discarding syms at 0x694C000-0x6955000 in 
/lib/tls/i686/cmov/libnss_compat-2.4.so due to munmap()
--7759-- Discarding syms at 0x6955000-0x695F000 in 
/lib/tls/i686/cmov/libnss_nis-2.4.so due to munmap()
--7759-- Discarding syms at 0x695F000-0x696A000 in 
/lib/tls/i686/cmov/libnss_files-2.4.so due to munmap()

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
I tried rebuilding OOo from the source deb's, but that doesn't solve the
issue (I thought that perhaps some libs changed since building it for
edgy, and some updates later)

I can also confirm that the bug does not appear when using the stock OOo
binaries from openoffice.org

So, apparently, the problem is somewhere in the 70 meg diff that comes
with it... nice :)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
Hey! it is me again,

this also occurs on debian sid.

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
The corrosponding debian bug # is : 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393490

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Matthias Klose
*** This bug is a duplicate of bug 62432 ***

** This bug has been marked a duplicate of bug 62432
   Paste from open office to firefox 2.0 causes crash in open office

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-23 Thread Daniel Serpell
*** This bug is a duplicate of bug 62432 ***

This bug is fixed in Debian sid, with OOo 2.0.4-2, it existed with
2.0.4-1.

>From the changelog, notable changes are:

* ooo-build:
  - update
  - fixed system-icu.diff now also working with 3.4 again
  - src:
  - remove de GSI, old and obsolete
* debian/rules:
  - enable -gcj
  - revert to building with libstlport4.6 (closes: #392698, reopens: #364814)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread Joey Stanford
Thanks for your bug report. Could you please try to obtain a
valgrind report by following the instructions on
   http://wiki.ubuntu.com/DebuggingProgramCrash.
This will greatly aid us in tracking down your problem.

I was not able to reproduce this in Edgy.

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread jbj
Valgrind log as requested

** Attachment added: "Valgrind log from crash"
   http://librarian.launchpad.net/4772535/valgrind.log.7759

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread Joey Stanford
Although I can't replicate the error, I'll confirm this based on the
valgrind and pass to Matthias.  I've seen the same error in
libvclplug_gen680li.so with another recent bug. This might be related to
the other one where it appears that there is a linkage error. Matthias
will need to double-check the build and recompile. At that point you
(jbj) will need to retest.  I'll let him make the call on the
relatedness.  FYI: The original gdb trace does not seem to match with
the valgrind.

** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) => Matthias Klose
   Status: Needs Info => Confirmed

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread jbj
FYI, two systems I installed (my laptop, installed from scratch, and my
desktop, dist-upgraded from dapper show the problem).

AFACT, the valgrind log does match up with the stack trace from gdb,
this excerpt from the log appears to match based on what function names
I can see and the libraries called, though valgrind doesn't seem to
resolve some of the libucpfile1.so function names.

The addresses of course do not match, but these are two independent
execution runs of the same bug.

==7759== Process terminating with default action of signal 11 (SIGSEGV)
==7759==  Access not within mapped region at address 0xEB96EE0
==7759==at 0x4BDA1DD: osl_getFileStatus (in 
/usr/lib/openoffice/program/libuno_sal.so.3)
==7759==by 0xC6FD934: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6EC90E: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6F2CA6: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0x4A9D954: (within 
/usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1384: 
ucb::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence
 const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA16BC: 
ucb::Content::getPropertyValues(com::sun::star::uno::Sequence 
const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1A26: ucb::Content::getPropertyValue(rtl::OUString const&) 
(in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4441315: FStatHelper::GetModifiedDateTimeOfFile(String const&, 
Date*, Time*) (in /usr/lib/openoffice/program/libsvl680li.so)
==7759==by 0xF59E06A: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF61FA0C: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF6744D8: (within /usr/lib/openoffice/program/libsw680li.so)
--7759-- Discarding syms at 0x693E000-0x6941000 in /usr/lib/gconv/ISO8859-1.so 
due to munmap()
--7759-- Discarding syms at 0x694C000-0x6955000 in 
/lib/tls/i686/cmov/libnss_compat-2.4.so due to munmap()
--7759-- Discarding syms at 0x6955000-0x695F000 in 
/lib/tls/i686/cmov/libnss_nis-2.4.so due to munmap()
--7759-- Discarding syms at 0x695F000-0x696A000 in 
/lib/tls/i686/cmov/libnss_files-2.4.so due to munmap()

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-17 Thread Hein-PietervanBraam
I was just going to try and post this very issue, anyway, it is not just
to gaim, pasting to an application that supports formatted text crashes
openoffice.org writer, pasting from OOo2 to gedit or xterm or any other
non-formatted program will work, pasting to gaim or abiword will crash
openoffice.org writer.

my 2 cents

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
I tried rebuilding OOo from the source deb's, but that doesn't solve the
issue (I thought that perhaps some libs changed since building it for
edgy, and some updates later)

I can also confirm that the bug does not appear when using the stock OOo
binaries from openoffice.org

So, apparently, the problem is somewhere in the 70 meg diff that comes
with it... nice :)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
Hey! it is me again,

this also occurs on debian sid.

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
The corrosponding debian bug # is : 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393490

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Matthias Klose
*** This bug is a duplicate of bug 62432 ***

** This bug has been marked a duplicate of bug 62432
   Paste from open office to firefox 2.0 causes crash in open office

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-23 Thread Daniel Serpell
*** This bug is a duplicate of bug 62432 ***

This bug is fixed in Debian sid, with OOo 2.0.4-2, it existed with
2.0.4-1.

>From the changelog, notable changes are:

* ooo-build:
  - update
  - fixed system-icu.diff now also working with 3.4 again
  - src:
  - remove de GSI, old and obsolete
* debian/rules:
  - enable -gcj
  - revert to building with libstlport4.6 (closes: #392698, reopens: #364814)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread Joey Stanford
Thanks for your bug report. Could you please try to obtain a
valgrind report by following the instructions on
   http://wiki.ubuntu.com/DebuggingProgramCrash.
This will greatly aid us in tracking down your problem.

I was not able to reproduce this in Edgy.

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread jbj
Valgrind log as requested

** Attachment added: "Valgrind log from crash"
   http://librarian.launchpad.net/4772535/valgrind.log.7759

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread Joey Stanford
Although I can't replicate the error, I'll confirm this based on the
valgrind and pass to Matthias.  I've seen the same error in
libvclplug_gen680li.so with another recent bug. This might be related to
the other one where it appears that there is a linkage error. Matthias
will need to double-check the build and recompile. At that point you
(jbj) will need to retest.  I'll let him make the call on the
relatedness.  FYI: The original gdb trace does not seem to match with
the valgrind.

** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) => Matthias Klose
   Status: Needs Info => Confirmed

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread jbj
FYI, two systems I installed (my laptop, installed from scratch, and my
desktop, dist-upgraded from dapper show the problem).

AFACT, the valgrind log does match up with the stack trace from gdb,
this excerpt from the log appears to match based on what function names
I can see and the libraries called, though valgrind doesn't seem to
resolve some of the libucpfile1.so function names.

The addresses of course do not match, but these are two independent
execution runs of the same bug.

==7759== Process terminating with default action of signal 11 (SIGSEGV)
==7759==  Access not within mapped region at address 0xEB96EE0
==7759==at 0x4BDA1DD: osl_getFileStatus (in 
/usr/lib/openoffice/program/libuno_sal.so.3)
==7759==by 0xC6FD934: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6EC90E: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6F2CA6: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0x4A9D954: (within 
/usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1384: 
ucb::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence
 const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA16BC: 
ucb::Content::getPropertyValues(com::sun::star::uno::Sequence 
const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1A26: ucb::Content::getPropertyValue(rtl::OUString const&) 
(in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4441315: FStatHelper::GetModifiedDateTimeOfFile(String const&, 
Date*, Time*) (in /usr/lib/openoffice/program/libsvl680li.so)
==7759==by 0xF59E06A: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF61FA0C: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF6744D8: (within /usr/lib/openoffice/program/libsw680li.so)
--7759-- Discarding syms at 0x693E000-0x6941000 in /usr/lib/gconv/ISO8859-1.so 
due to munmap()
--7759-- Discarding syms at 0x694C000-0x6955000 in 
/lib/tls/i686/cmov/libnss_compat-2.4.so due to munmap()
--7759-- Discarding syms at 0x6955000-0x695F000 in 
/lib/tls/i686/cmov/libnss_nis-2.4.so due to munmap()
--7759-- Discarding syms at 0x695F000-0x696A000 in 
/lib/tls/i686/cmov/libnss_files-2.4.so due to munmap()

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-17 Thread Hein-PietervanBraam
I was just going to try and post this very issue, anyway, it is not just
to gaim, pasting to an application that supports formatted text crashes
openoffice.org writer, pasting from OOo2 to gedit or xterm or any other
non-formatted program will work, pasting to gaim or abiword will crash
openoffice.org writer.

my 2 cents

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
I tried rebuilding OOo from the source deb's, but that doesn't solve the
issue (I thought that perhaps some libs changed since building it for
edgy, and some updates later)

I can also confirm that the bug does not appear when using the stock OOo
binaries from openoffice.org

So, apparently, the problem is somewhere in the 70 meg diff that comes
with it... nice :)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
Hey! it is me again,

this also occurs on debian sid.

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
The corrosponding debian bug # is : 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393490

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Matthias Klose
*** This bug is a duplicate of bug 62432 ***

** This bug has been marked a duplicate of bug 62432
   Paste from open office to firefox 2.0 causes crash in open office

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-23 Thread Daniel Serpell
*** This bug is a duplicate of bug 62432 ***

This bug is fixed in Debian sid, with OOo 2.0.4-2, it existed with
2.0.4-1.

>From the changelog, notable changes are:

* ooo-build:
  - update
  - fixed system-icu.diff now also working with 3.4 again
  - src:
  - remove de GSI, old and obsolete
* debian/rules:
  - enable -gcj
  - revert to building with libstlport4.6 (closes: #392698, reopens: #364814)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread Joey Stanford
Thanks for your bug report. Could you please try to obtain a
valgrind report by following the instructions on
   http://wiki.ubuntu.com/DebuggingProgramCrash.
This will greatly aid us in tracking down your problem.

I was not able to reproduce this in Edgy.

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread jbj
Valgrind log as requested

** Attachment added: "Valgrind log from crash"
   http://librarian.launchpad.net/4772535/valgrind.log.7759

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread Joey Stanford
Although I can't replicate the error, I'll confirm this based on the
valgrind and pass to Matthias.  I've seen the same error in
libvclplug_gen680li.so with another recent bug. This might be related to
the other one where it appears that there is a linkage error. Matthias
will need to double-check the build and recompile. At that point you
(jbj) will need to retest.  I'll let him make the call on the
relatedness.  FYI: The original gdb trace does not seem to match with
the valgrind.

** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) => Matthias Klose
   Status: Needs Info => Confirmed

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread jbj
FYI, two systems I installed (my laptop, installed from scratch, and my
desktop, dist-upgraded from dapper show the problem).

AFACT, the valgrind log does match up with the stack trace from gdb,
this excerpt from the log appears to match based on what function names
I can see and the libraries called, though valgrind doesn't seem to
resolve some of the libucpfile1.so function names.

The addresses of course do not match, but these are two independent
execution runs of the same bug.

==7759== Process terminating with default action of signal 11 (SIGSEGV)
==7759==  Access not within mapped region at address 0xEB96EE0
==7759==at 0x4BDA1DD: osl_getFileStatus (in 
/usr/lib/openoffice/program/libuno_sal.so.3)
==7759==by 0xC6FD934: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6EC90E: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6F2CA6: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0x4A9D954: (within 
/usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1384: 
ucb::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence
 const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA16BC: 
ucb::Content::getPropertyValues(com::sun::star::uno::Sequence 
const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1A26: ucb::Content::getPropertyValue(rtl::OUString const&) 
(in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4441315: FStatHelper::GetModifiedDateTimeOfFile(String const&, 
Date*, Time*) (in /usr/lib/openoffice/program/libsvl680li.so)
==7759==by 0xF59E06A: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF61FA0C: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF6744D8: (within /usr/lib/openoffice/program/libsw680li.so)
--7759-- Discarding syms at 0x693E000-0x6941000 in /usr/lib/gconv/ISO8859-1.so 
due to munmap()
--7759-- Discarding syms at 0x694C000-0x6955000 in 
/lib/tls/i686/cmov/libnss_compat-2.4.so due to munmap()
--7759-- Discarding syms at 0x6955000-0x695F000 in 
/lib/tls/i686/cmov/libnss_nis-2.4.so due to munmap()
--7759-- Discarding syms at 0x695F000-0x696A000 in 
/lib/tls/i686/cmov/libnss_files-2.4.so due to munmap()

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-17 Thread Hein-PietervanBraam
I was just going to try and post this very issue, anyway, it is not just
to gaim, pasting to an application that supports formatted text crashes
openoffice.org writer, pasting from OOo2 to gedit or xterm or any other
non-formatted program will work, pasting to gaim or abiword will crash
openoffice.org writer.

my 2 cents

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
I tried rebuilding OOo from the source deb's, but that doesn't solve the
issue (I thought that perhaps some libs changed since building it for
edgy, and some updates later)

I can also confirm that the bug does not appear when using the stock OOo
binaries from openoffice.org

So, apparently, the problem is somewhere in the 70 meg diff that comes
with it... nice :)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
Hey! it is me again,

this also occurs on debian sid.

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Hein-PietervanBraam
The corrosponding debian bug # is : 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=393490

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-20 Thread Matthias Klose
*** This bug is a duplicate of bug 62432 ***

** This bug has been marked a duplicate of bug 62432
   Paste from open office to firefox 2.0 causes crash in open office

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-23 Thread Daniel Serpell
*** This bug is a duplicate of bug 62432 ***

This bug is fixed in Debian sid, with OOo 2.0.4-2, it existed with
2.0.4-1.

>From the changelog, notable changes are:

* ooo-build:
  - update
  - fixed system-icu.diff now also working with 3.4 again
  - src:
  - remove de GSI, old and obsolete
* debian/rules:
  - enable -gcj
  - revert to building with libstlport4.6 (closes: #392698, reopens: #364814)

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread Joey Stanford
Thanks for your bug report. Could you please try to obtain a
valgrind report by following the instructions on
   http://wiki.ubuntu.com/DebuggingProgramCrash.
This will greatly aid us in tracking down your problem.

I was not able to reproduce this in Edgy.

** Changed in: openoffice.org (Ubuntu)
   Status: Unconfirmed => Needs Info

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-10 Thread jbj
Valgrind log as requested

** Attachment added: "Valgrind log from crash"
   http://librarian.launchpad.net/4772535/valgrind.log.7759

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread Joey Stanford
Although I can't replicate the error, I'll confirm this based on the
valgrind and pass to Matthias.  I've seen the same error in
libvclplug_gen680li.so with another recent bug. This might be related to
the other one where it appears that there is a linkage error. Matthias
will need to double-check the build and recompile. At that point you
(jbj) will need to retest.  I'll let him make the call on the
relatedness.  FYI: The original gdb trace does not seem to match with
the valgrind.

** Changed in: openoffice.org (Ubuntu)
 Assignee: (unassigned) => Matthias Klose
   Status: Needs Info => Confirmed

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-11 Thread jbj
FYI, two systems I installed (my laptop, installed from scratch, and my
desktop, dist-upgraded from dapper show the problem).

AFACT, the valgrind log does match up with the stack trace from gdb,
this excerpt from the log appears to match based on what function names
I can see and the libraries called, though valgrind doesn't seem to
resolve some of the libucpfile1.so function names.

The addresses of course do not match, but these are two independent
execution runs of the same bug.

==7759== Process terminating with default action of signal 11 (SIGSEGV)
==7759==  Access not within mapped region at address 0xEB96EE0
==7759==at 0x4BDA1DD: osl_getFileStatus (in 
/usr/lib/openoffice/program/libuno_sal.so.3)
==7759==by 0xC6FD934: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6EC90E: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0xC6F2CA6: (within /usr/lib/openoffice/program/libucpfile1.so)
==7759==by 0x4A9D954: (within 
/usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1384: 
ucb::Content::getPropertyValuesInterface(com::sun::star::uno::Sequence
 const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA16BC: 
ucb::Content::getPropertyValues(com::sun::star::uno::Sequence 
const&) (in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4AA1A26: ucb::Content::getPropertyValue(rtl::OUString const&) 
(in /usr/lib/openoffice/program/libucbhelper3gcc3.so)
==7759==by 0x4441315: FStatHelper::GetModifiedDateTimeOfFile(String const&, 
Date*, Time*) (in /usr/lib/openoffice/program/libsvl680li.so)
==7759==by 0xF59E06A: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF61FA0C: (within /usr/lib/openoffice/program/libsw680li.so)
==7759==by 0xF6744D8: (within /usr/lib/openoffice/program/libsw680li.so)
--7759-- Discarding syms at 0x693E000-0x6941000 in /usr/lib/gconv/ISO8859-1.so 
due to munmap()
--7759-- Discarding syms at 0x694C000-0x6955000 in 
/lib/tls/i686/cmov/libnss_compat-2.4.so due to munmap()
--7759-- Discarding syms at 0x6955000-0x695F000 in 
/lib/tls/i686/cmov/libnss_nis-2.4.so due to munmap()
--7759-- Discarding syms at 0x695F000-0x696A000 in 
/lib/tls/i686/cmov/libnss_files-2.4.so due to munmap()

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 65226] Re: Paste from writer to gaim in edgy segfaults writer

2006-10-17 Thread Hein-PietervanBraam
I was just going to try and post this very issue, anyway, it is not just
to gaim, pasting to an application that supports formatted text crashes
openoffice.org writer, pasting from OOo2 to gedit or xterm or any other
non-formatted program will work, pasting to gaim or abiword will crash
openoffice.org writer.

my 2 cents

-- 
Paste from writer to gaim in edgy segfaults writer
https://launchpad.net/bugs/65226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs