[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-11-12 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|90439 |
  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-10-09 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Oct  9 09:51:27 + 
2008 ---
seen m33

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-09-24 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Wed Sep 24 07:38:33 + 
2008 ---
looks good

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-09-23 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User hdu changed the following:

What|Old value |New value

  CC|''|'hdu'

 Assigned to|hdu   |cmc





--- Additional comments from [EMAIL PROTECTED] Tue Sep 23 15:39:26 + 
2008 ---
@cmc: please verify in CWS vcl94

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-09-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069
 Issue #|94069
 Summary|psprint: installing a new font may invalidate m_pDefCo
|nfig
   Component|gsl
 Version|DEV300m30
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|hdu
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 11:42:06 + 
2008 ---
e.g. see https://bugzilla.redhat.com/show_bug.cgi?id=462833

Installing a font while OOo is running runs the risk of referencing stuff in
psprint's m_pDefConfig which is now invalid, at least valgrind says so. It looks
like a safer bet to use FcConfigGetCurrent(), at least afterwards valgrind
doesn't complain about anything.

I have no real idea if stuff like the additions of addFontconfigDir get migrated
to the new config, or if anything additional needs to be done to detect newly
added or removed fonts though.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-09-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |56634)
patch to avoid the 
|  |crash






--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 11:42:48 + 
2008 ---
Created an attachment (id=56634)
patch to avoid the crash


-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-09-19 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439
  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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-09-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User hdu changed the following:

What|Old value |New value

  Status|NEW   |STARTED

  OS/Version|Linux |Unix, X11

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 12:10:51 + 
2008 ---
Looks good, thanks for the patch!

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 94069] psprint: installing a new font may invalidate m_pDefConfig

2008-09-19 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94069


User hdu changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 19 12:25:22 + 
2008 ---
Applied in CWS vcl94.

-
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]