[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2007-01-25 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980


User pjanik changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Thu Jan 25 11:51:51 -0800 
2007 ---
Closing.


-
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]



[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2006-10-24 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980


User er changed the following:

What|Old value |New value

Target milestone|OOo 2.1   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Tue Oct 24 03:29:06 -0700 
2006 ---
'mh' decided to postpone integration of CWS 'icuupgrade' to OOo2.2, aligning 
target.

-
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]



[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2006-10-20 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980


User er changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Oct 20 10:20:36 -0700 
2006 ---
Verified presence of patch in CWS icuupgrade.

-
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]



[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2006-10-20 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980


User er changed the following:

What|Old value |New value

 Assigned to|sba   |pjanik





--- Additional comments from [EMAIL PROTECTED] Fri Oct 20 10:23:22 -0700 
2006 ---
Pavel, please check again when CWS icuupgrade is integrated in a master build
and close if appropriate.
Thanks, Eike.

-
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]



[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2006-10-17 Thread khong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980


User khong changed the following:

What|Old value |New value

 Assigned to|khong |sba





--- Additional comments from [EMAIL PROTECTED] Tue Oct 17 18:08:57 -0700 
2006 ---
ready for QA.

-
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]



[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2006-09-15 Thread khong
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980


User khong changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Sep 15 09:58:40 -0700 
2006 ---
fixed in cws icuupgrade.

-
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]



[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2006-08-28 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980


User er changed the following:

What|Old value |New value

 Assigned to|ihi   |khong

Subcomponent|code  |i18npool

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 08:28:10 -0700 
2006 ---
That's probably a RuleBasedBreakIterator allocated in
i18npool/source/breakiterator/breakiterator_unicode.cxx
BreakIterator_Unicode::loadICUBreakIterator() and assigned to
icuBI-aBreakIterator. BreakIterator_Unicode::~BreakIterator_Unicode() should
have the following code inserted at top, before the other deletes:

if (icuBI-aBreakIterator)
{
delete icuBI-aBreakIterator;
icuBI-aBreakIterator=NULL;
}

It is inportant to set icuBI-aBreakIterator=NULL as icuBI itself may be a
pointer to one of character,word,sentence,line and otherwise the BI would be
freed twice.

Karl, please take care of that in CWS icuupgrade.

Thanks
  Eike

-
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]



[l10n-issues] [Issue 68980] leaks: 32 bytes from icu l eaked somewhere

2006-08-26 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68980
 Issue #|68980
 Summary|leaks: 32 bytes from icu leaked somewhere
   Component|l10n
 Version|680m182
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ihi
 Reported by|pjanik





--- Additional comments from [EMAIL PROTECTED] Sat Aug 26 08:30:17 -0700 
2006 ---
Hi,

running svtools' svdem on Mac OS X reveals this leak:

Leak: 0x032a8b30  size=32   
0x02d55150 0x 0x 0x ..QP
0x 0x 0x0100 0x 
Call stack: [thread 259f]: | 0x0 | start | _start | sal_main | SVMain()
| ImplSVMainHook(unsigned char*) | RunApplication
EventLoop | AcquireNextEventInMode | ReceiveNextEventCommon |
RunCurrentEventLoopInMode | CFRunLoopRunSpecific | __CFRunLoopRun |
 __CFRunLoopDoTimer | MainRunLoopForThreadedApps(__EventLoopTimer*, void*) |
ImplSVMain() | MyApp::Main() | Application::Execute(
) | Application::Yield(bool) | AquaSalInstance::Yield(bool, bool) |
SendEventToEventTarget | SendEventToEventTargetInternal(Opaqu
eEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) |
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) 
| ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*,
void*) | HandleMouseEvent(OpaqueEventRef*) | HandleM
ouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) |
SendEventToEventTarget | SendEventToEventTargetInternal(O
paqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) |
DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRe
c*) | HandleMouseUpDownEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)
| ImplWindowFrameProc(void*, SalFrame*, unsigned
 short, void const*) | ImplHandleMouseEvent(Window*, unsigned short, unsigned
char, long, long, unsigned long, unsigned short, un
signed short) | Window::EndTracking(unsigned short) |
Control::ImplCallEventListenersAndHandler(unsigned long, Link const, void*
) | MyWin::Test(PushButton*) | MyFontDialog::Execute() | Dialog::Execute() |
Application::Yield(bool) | AquaSalInstance::Yield(bo
ol, bool) | SendEventToEventTarget |
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*,
HandlerCallRec*) | Di
spatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) |
ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRe
f*, OpaqueEventRef*, void*) | SendEventToEventTargetWithOptions |
SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTarg
etRef*, HandlerCallRec*) | DispatchEventToHandlers(EventTargetRec*,
OpaqueEventRef*, HandlerCallRec*) | HandleOOoSalTimerEvent(Op
aqueEventHandlerCallRef*, OpaqueEventRef*, void*) |
Timer::ImplTimerCallbackProc() | Window::ImplHandlePaintHdl(void*) | Window::
ImplCallPaint(Region const*, unsigned short) | Window::ImplCallPaint(Region
const*, unsigned short) | FixedText::Paint(Rectangle 
const) | FixedText::ImplDraw(OutputDevice*, unsigned long, Point const, Size
const, bool) const | OutputDevice::DrawText(Recta
ngle const, String const, unsigned short, _STL::vectorRectangle,
_STL::allocatorRectangle *, String*) | OutputDevice::ImplD
rawText(Rectangle const, String const, unsigned short, _STL::vectorRectangle,
_STL::allocatorRectangle *, String*) | Output
Device::ImplGetTextLines(ImplMultiTextLineInfo, long, String const, unsigned
short) const | com::sun::star::i18n::BreakIterator
Impl::getLineBreak(rtl::OUString const, long, com::sun::star::lang::Locale
const, long, com::sun::star::i18n::LineBreakHyphenat
ionOptions const, com::sun::star::i18n::LineBreakUserOptions const) |
com::sun::star::i18n::BreakIterator_Unicode::getLineBreak
(rtl::OUString const, long, com::sun::star::lang::Locale const, long,
com::sun::star::i18n::LineBreakHyphenationOptions const,
 com::sun::star::i18n::LineBreakUserOptions const) |
com::sun::star::i18n::BreakIterator_Unicode::loadICUBreakIterator(com::sun:
:star::lang::Locale const, short, short, char const*, rtl::OUString const) |
icu_2_6::UMemory::operator new(unsigned long) | up
rv_malloc_2_6 

The question is, who is in charge of the leak ;-)

Eike: do you have an idea?

-
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]