[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #8 from Caolán McNamara caol...@redhat.com 2012-04-03 02:12:57 
PDT ---
Created attachment 59410
  -- https://bugs.freedesktop.org/attachment.cgi?id=59410
valgrind trace

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 CC||sberg...@redhat.com

--- Comment #9 from Caolán McNamara caol...@redhat.com 2012-04-03 08:04:21 
PDT ---
stoc/source/inspect/introspection.cxx the lifecycle of ImplIntrospectionAdapter
and ImplIntrospectionAccess looks troublesome to me.

Seeing as ImplIntrospectionAdapter has a mpAccess of ImplIntrospectionAccess*
presumably the ImplIntrospectionAdapter should add a reference to its mpAccess
ImplIntrospectionAccess so that it can enforce the existance of mpAccess so
that in


reportdesign/source/core/sdr/UndoEnv.cxx

if ( m_pImpl-m_xIntrospection.is() )
{
Reference XIntrospectionAccess  xIntrospection(
m_pImpl-m_xIntrospection-inspect( makeAny(
_rEvent.Source ) ),
UNO_SET_THROW
);
rObjectInfo.xPropertyIntrospection.set(
xIntrospection-queryAdapter( XPropertySet::static_type() ), UNO_QUERY_THROW );
}

the result of queryAdapter, which still references xIntrospection as its
mpParent, will retain a reference to it so that it doesn't point to junk, as
happens at the moment with xIntrospection goes out of scope.

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #10 from Caolán McNamara caol...@redhat.com 2012-04-03 09:12:25 
PDT ---
Created attachment 59433
  -- https://bugs.freedesktop.org/attachment.cgi?id=59433
how about this, refactor ourselves out-of-jail ?

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-04-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

Caolán McNamara caol...@redhat.com changed:

   What|Removed |Added

 AssignedTo|libreoffice-b...@lists.free |sberg...@redhat.com
   |desktop.org |

--- Comment #11 from Caolán McNamara caol...@redhat.com 2012-04-03 09:14:09 
PDT ---
caolanm-sbergman: what do you think ?

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #7 from Julien Nabet serval2...@yahoo.fr 2012-03-17 08:27:09 PDT 
---
Created attachment 58607
  -- https://bugs.freedesktop.org/attachment.cgi?id=58607
bt of all the threads

On pc Debian x86-64 with master updated today I reproduced this problem.
I attached the bt of all the threads.

I noticed that if I remove line 323 from file
reportdesign/source/core/sdr/UndoEnv.cxx :
nPropertyAttributes = xPSI-getPropertyByName( _rEvent.PropertyName
).Attributes;
It's ok.
Now i suppose it just hides the problem.

I also tested by adding before the getPropertyByName a call to
hasPropertyByName, but I've got a crash too.

These lines on UndoEnv.cxx have been here since the commit
ff043badc9a6254e70677f9266309deae4aa3780

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

Petr Mladek pmla...@suse.cz changed:

   What|Removed |Added

   Severity|blocker |critical

--- Comment #6 from Petr Mladek pmla...@suse.cz 2012-03-08 03:44:00 PST ---
Sigh, the reportbuilder is a pain. We should fix it ASAP. Well, I see this
already in 3.5.0. A workaround exist. This functionality is used by many people
but it is still only part all LO users = it should not block this 3.5.1 =
lowering the severity a bit. Note that 3.5.2 bug fix release is just few weeks
from now.

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #1 from rob...@familiegrosskopf.de 2012-03-07 11:10:04 PST ---
Same problem with 3.5.1 RC2. Only try to change the width of the box. LO
crashes immediately.

Robert

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #2 from Alex Thurgood ipla...@yahoo.co.uk 2012-03-07 12:18:09 PST 
---
Hi Robert,

When I double-click on the report, i.e. just to open it, I see the following
output in the console with my build from master on Linux (32bit). This is
interesting because although you can't edit the report, it is already throwing
Java null pointer exceptions :

Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibSerializer 1.1.6.10682 started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibBase 1.1.6.10682 started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibLoader 1.1.6.10682 started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibRepository 1.1.6.10682 started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibFonts 1.1.6.10682 started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibLayout null started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibFormula 1.1.7.10682 started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.AbstractBoot
start
INFO: LibXML 1.1.7.10682 started.
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.PackageManager
loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.common.SwingCommonModule}
java.lang.NullPointerException
at
org.pentaho.reporting.libraries.base.boot.PackageManager.containsModule(PackageManager.java:369)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.loadModule(PackageManager.java:436)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.addModule(PackageManager.java:330)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.load(PackageManager.java:199)
at org.jfree.report.JFreeReportBoot.performBoot(Unknown Source)
at
org.pentaho.reporting.libraries.base.boot.AbstractBoot.start(AbstractBoot.java:197)
at
com.sun.star.report.pentaho.PentahoReportEngine.init(PentahoReportEngine.java:45)
at
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory.createReportJob(SOReportJobFactory.java:328)
at
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory.execute(SOReportJobFactory.java:222)
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.PackageManager
loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.html.SwingHtmlModule}
java.lang.NullPointerException
at
org.pentaho.reporting.libraries.base.boot.PackageManager.containsModule(PackageManager.java:369)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.loadModule(PackageManager.java:436)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.addModule(PackageManager.java:330)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.load(PackageManager.java:199)
at org.jfree.report.JFreeReportBoot.performBoot(Unknown Source)
at
org.pentaho.reporting.libraries.base.boot.AbstractBoot.start(AbstractBoot.java:197)
at
com.sun.star.report.pentaho.PentahoReportEngine.init(PentahoReportEngine.java:45)
at
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory.createReportJob(SOReportJobFactory.java:328)
at
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory.execute(SOReportJobFactory.java:222)
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.PackageManager
loadModule
WARNING: Exception while loading module:
org.pentaho.reporting.libraries.base.boot.DefaultModuleInfo={ModuleClass=org.jfree.report.modules.gui.swing.pdf.SwingPdfModule}
java.lang.NullPointerException
at
org.pentaho.reporting.libraries.base.boot.PackageManager.containsModule(PackageManager.java:369)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.loadModule(PackageManager.java:436)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.addModule(PackageManager.java:330)
at
org.pentaho.reporting.libraries.base.boot.PackageManager.load(PackageManager.java:199)
at org.jfree.report.JFreeReportBoot.performBoot(Unknown Source)
at
org.pentaho.reporting.libraries.base.boot.AbstractBoot.start(AbstractBoot.java:197)
at
com.sun.star.report.pentaho.PentahoReportEngine.init(PentahoReportEngine.java:45)
at
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory.createReportJob(SOReportJobFactory.java:328)
at
com.sun.star.report.pentaho.SOReportJobFactory$_SOReportJobFactory.execute(SOReportJobFactory.java:222)
Mar 7, 2012 9:13:53 PM org.pentaho.reporting.libraries.base.boot.PackageManager
loadModule
WARNING: Exception while 

[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #3 from Alex Thurgood ipla...@yahoo.co.uk 2012-03-07 12:21:59 PST 
---
Created attachment 58141
  -- https://bugs.freedesktop.org/attachment.cgi?id=58141
java error log

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk 2012-03-07 12:24:58 PST 
---
Attached trace might help in finding the culprit.

Alex

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |critical
   Priority|medium  |high
 Ever Confirmed|0   |1

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk 2012-03-07 12:30:34 PST 
---
Note that if you move the text field over the graphic, instead of the graphic
over the text field, the application does not crash.


Alex

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 47068] EDITING: Report-Builder crashes when moving a graphic over another field

2012-03-07 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=47068

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

   Severity|critical|blocker
 Blocks||37361

-- 
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
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs