[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-12-03 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Thu Dec  3 10:55:31 + 
2009 ---
Verified in CWS.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-11-24 Thread mav
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User mav changed the following:

What|Old value |New value

 Assigned to|mba   |wg





--- Additional comments from m...@openoffice.org Tue Nov 24 16:06:31 + 
2009 ---
mav->wg: Please verify the issue.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-11-19 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User mba changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from m...@openoffice.org Thu Nov 19 16:58:30 + 
2009 ---
I will have to do a lot of research to find out if this is a real bug that
switching off optimization just fixes by accident.
So for the time being I take your fix. We have planned to check "noopt" compiles
anyway, so we can postpone that now.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-30 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User cl changed the following:

What|Old value |New value

 Assigned to|cl|mba

  Status|STARTED   |NEW





--- Additional comments from c...@openoffice.org Fri Oct 30 14:48:26 + 
2009 ---
in sfx2/source/control/makefile.mk, there already is this code

# w.g. compilerbugs
.IF "$(GUI)"=="WNT"
.IF "$(COM)"!="GCC"
CFLAGS+=-Od
.ENDIF
.ENDIF

If a append

+.IF "$(COM)"=="GCC"
+CFLAGS+=-O0
+.ENDIF

then the crash does not happen anymore.

cl->mba: I don't like to do such changes to modules I do not own so please take
over or dispatch

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-30 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390





--- Additional comments from c...@openoffice.org Fri Oct 30 12:26:53 + 
2009 ---
the crash does not happen if I build all obj files in sfx2/source/app without
optimization. This looks more and more like a compiler error. I will try to
pinpoint which obj file fails...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-30 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User cl changed the following:

What|Old value |New value

  CC|''|'mba'





--- Additional comments from c...@openoffice.org Fri Oct 30 11:11:12 + 
2009 ---
Just return in the slots exec method FuTemporary does still crash. So the issue
is unlikely to be in sd module, at least not during slot execution.

I tried a non pro build dev300m63 but like building sfx2 with debug this also
does not crash and does not give any assertions (which I hoped for).

I will investigate further what happens in sfx2 after the slot is called. Maybe
an issue with updating the slot state? Compiler bug since this is a linux only
issue? I'm running out of ideas fast...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390





--- Additional comments from c...@openoffice.org Thu Oct 29 15:23:20 + 
2009 ---
if I make FuTemplate::DoExecute a noop, it still crashes. This gets even more
interesting...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390





--- Additional comments from c...@openoffice.org Thu Oct 29 14:58:07 + 
2009 ---
interesting, if I disable the creation of the dialog to edit the style in
FuTemplate::DoExecute, the crash still happens. I think I can rule out that
dialog as the source of this problem...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User cl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from c...@openoffice.org Thu Oct 29 14:32:53 + 
2009 ---
the revert of issue 23221 didn't change anything, still crashes.

It only crashes in impress and only if one of the presentation styles is
selected, context menu modify is selectend and then either ok, cancel or closer
is pressed.

Since debuging does not help here and I'm out of ideas I will start to review
the code..

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-29 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User of changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |9
  is|  |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-29 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390





--- Additional comments from c...@openoffice.org Thu Oct 29 13:09:47 + 
2009 ---
we crash in SfxDispatcher::PostMsgHandler and only if sfx2 is not compiled with
debug information :-(

Valgrind shows an illegal 4 byte read in PostMsgHandler but I suspect we have a
corruption inside the "Call_Impl( *pSh, *pSlot, *pReq, pReq->AllowsRecording() 
);"
line which should close the stylist.

The slot in question is SID_STYLE_DESIGNER.

I'm out of ideas currently I will try to remove my recent changes to the
template dialog to see if they are the root cause...

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-28 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390


User wg changed the following:

What|Old value |New value

Keywords|  |regression





--- Additional comments from w...@openoffice.org Wed Oct 28 15:45:26 + 
2009 ---
Keyword set.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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



[graphics-issues] [Issue 106390] Crash when closing stylis t via closer

2009-10-28 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106390
 Issue #|106390
 Summary|Crash when closing stylist via closer
   Component|Presentation
 Version|OOO320m2
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|ui
 Assigned to|cl
 Reported by|wg





--- Additional comments from w...@openoffice.org Wed Oct 28 15:44:24 + 
2009 ---
Open a new impress, hit F11, right click on background objects, choose modify,
close the dialog via the closer and the stylist, too: Office crashes.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

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


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