https://bugs.freedesktop.org/show_bug.cgi?id=54385

--- Comment #5 from Julien Nabet <[email protected]> 2012-09-22 17:20:04 UTC 
---
Created attachment 67551
  --> https://bugs.freedesktop.org/attachment.cgi?id=67551
differences between 3.5 and 3.6

On pc Debian x86-64, I reproduce the problem with master sources and 3.6 both
updated today. I don't reproduce the problem with 3.5 updated today.

>From bt retrieved with 3.6, I tried to pinpoint the diff by putting a break in
gdb
in cppu/source/uno/any.cxx line 48 and runned the 2 processes in parallel.

I noticed this:
3.5
/home/julien/compile-libreoffice/libo_3_5/cppu/source/uno/copy.hxx
(gdb) p pType->eTypeClass
$2 = typelib_TypeClass_INTERFACE

3.6
/home/julien/compile-libreoffice/libo_3_6/cppu/source/uno/copy.hxx
(gdb) p pType->eTypeClass
$2 = typelib_TypeClass_STRUCT

I attached the differences in bt from this location.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to