[graphics-issues] [Issue 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-21 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22





--- Additional comments from j...@openoffice.org Mon Jun 21 20:08:59 + 
2010 ---
Testing OOo-dev 3.3  300m83(Build:9511) on Fedora Linux 13

No crash; wizard works fine now, except the transition preview is b/w only
(Issue 21, maybe?).

Thanks!

-
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 111122] crash in presentation wiz ard when selecting/previewing background

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


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Thu Jun 10 09:07:24 + 
2010 ---
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-08 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Tue Jun  8 12:58:12 + 
2010 ---
AW: Re-checked in pro build.
AW-WG: Please verify 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 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-03 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22





--- Additional comments from a...@openoffice.org Thu Jun  3 10:45:09 + 
2010 ---
AW: Got closer. Looks as if the MasterPage Style (SfxItemSet) of the loaded
document uses the wrong pool (break in
MasterPageDescriptor::getCorrectFillAttributes last line). Looking deeper...

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-03 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Thu Jun  3 11:57:42 + 
2010 ---
AW: Found at last. When SdrPage::SetModel is used, the code to change the model
in the SdrPageProperties of the page (and to migrate the items of the page) is
not yet sufficient. It uses the SdrPageProperties copy-operator, but there -
when the pool of the former ItemSet and the SdrPage (via Model) is different,
use the pool from the SdrPage.
AW: Changed, tested. Commited, done.

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-02 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User cl changed the following:

What|Old value |New value

 Assigned to|cl|aw





--- Additional comments from c...@openoffice.org Wed Jun  2 14:54:03 + 
2010 ---
cl-aw: The only pushpop on sd level is going on in
SdDocPreviewWin::updateViewSettings.

I suspect pView-SdrPaintView::CompleteRedraw(aVDev,aRedrawRegion,aRedirector)
somewhere throws an exception (something like a null pointer access) and that
keeps the pop from beeing called. Therefore the assertion is not the root cause
but a symptom of 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 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-02 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Wed Jun  2 16:06:55 + 
2010 ---
AW: I recently checked just that with another error, found no mismatchings for
Push()/Pop(). I will add a try..catch and check...

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-01 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User aw changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|WORKSFORME|





--- Additional comments from a...@openoffice.org Tue Jun  1 09:35:52 + 
2010 ---
AW: Indeed, on the DEV300m79 from the standard build it still happens. OTOH on
my resynched CWS aw081 on DEV300m79 pro version it does not happen, thus i still
think it's a build error. Problem is that the updaters do not build the office
from scratch, but only parts changed by integrations.
Not sure what to do, beed to talk to the updaters...

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-06-01 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User aw changed the following:

What|Old value |New value

 Assigned to|aw|cl

  Status|REOPENED  |NEW





--- Additional comments from a...@openoffice.org Tue Jun  1 15:27:47 + 
2010 ---
AW-CL: Very strange, but i stumbled above an assertion from VCL
(OutputDevice::~OutputDevice(): OutputDevice::Push() calls !=
OutputDevice::Pop() calls) from vcl/source/gdi/outdev.cxx ln 529 which indicates
that starting from the AbstractAssistentDlg somehow Push() != Pop() calls when
retrieving/creating the preview. Since i do not know how AbstractAssistentDlg
works, i ask You to take a look. When there is e.g. one more Push() than Pop()
some memory would be corrupted.

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-31 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22





--- Additional comments from j...@openoffice.org Mon May 31 18:26:40 + 
2010 ---
Still crashing in DEV300_m79


-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-29 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22





--- Additional comments from j...@openoffice.org Sat May 29 20:22:49 + 
2010 ---
I still see the crash in DEV300_m78.

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-22 Thread mechtilde
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User mechtilde changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from mechti...@openoffice.org Sat May 22 09:11:43 
+ 2010 ---
worksforme - closed

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-07 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from a...@openoffice.org Fri May  7 12:43:46 + 
2010 ---
AW: Setting to worksforme, but keeping up to DEV300 m78

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-06 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22





--- Additional comments from a...@openoffice.org Thu May  6 13:52:36 + 
2010 ---
AW: With DEV300m77 nonpro i get a crash with the freshly installed version, but
not when i have SVX and SD with debug. There, i even get the preview (and some
assertions, too, about URLs not being correct when loading the previews).

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-06 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22





--- Additional comments from a...@openoffice.org Thu May  6 14:57:07 + 
2010 ---
AW: Got DEV300 m77 WIN32 pro instset, crashes. Also got svx and re-built
(non-debug, pro) and copied in - no crash - Build error.

AW: Keeping open for having a look at DEV300 m78 where this sohould be gone then
by itself. It just consumed a lot of time...

-
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 111122] crash in presentation wiz ard when selecting/previewing background

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


User cl changed the following:

What|Old value |New value

 Assigned to|cl|aw





--- Additional comments from c...@openoffice.org Wed May  5 09:26:07 + 
2010 ---
crashes in ViewObjectContact::getPrimitive2DSequence with an invalid
ViewObjectContactRedirector ?

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-05 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22





--- Additional comments from a...@openoffice.org Wed May  5 14:49:38 + 
2010 ---
AW: Checked with DEV300m76, no crash. Nothing new for DrawingLayer in m77.
Looking for m77...

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-05-05 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Wed May  5 17:17:50 + 
2010 ---
AW: Crash on DEV300m77, resynching my BugFixing 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 111122] crash in presentation wiz ard when selecting/previewing background

2010-04-26 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |cl

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.3





--- Additional comments from w...@openoffice.org Mon Apr 26 07:05:39 + 
2010 ---
Reproducible. Reassigned.

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-04-25 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |oooqa

  OS/Version|Linux |All

Priority|P3|P2





--- Additional comments from rainerbielef...@openoffice.org Mon Apr 26 
05:15:33 + 2010 ---
Reproducible with Ooo-Dev 3.3 multilingual version German UI WIN XP: [DEV300m77
(Build 9496)]!

-
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 111122] crash in presentation wiz ard when selecting/previewing background

2010-04-23 Thread jes
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=22
 Issue #|22
 Summary|crash in presentation wizard when selecting/previewing
| background
   Component|Presentation
 Version|DEV300m77
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|graphicsneedsconfirm
 Reported by|jes





--- Additional comments from j...@openoffice.org Fri Apr 23 22:23:07 + 
2010 ---
Found in DEV300_m77 running on Fedora Linux 11

Steps to reproduce:

1) File  New  Presentation... (wizard window appears)... Click Next
2) Select a slide design: Presentation backgrounds
   Preview: ON
3) Select any background, e.g. Black and White -- crash

If I un-tick Preview I can go on to the following pages of the wizard but OOo
crashes on trying to switch to editing the new document.

Creating a default empty presentation (click Create on the first page of the
wizard), then selecting a slide master from the Tasks pane in the editing view
works fine.

-
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