To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78252


User pjanik changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|''                        |'ericb,pjanik'
--------------------------------------------------------------------------------
             Assigned to|macport                   |fheckl
--------------------------------------------------------------------------------
                Priority|P3                        |P2
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Jun 23 09:36:24 +0000 
2007 -------
OK, looks like this is not aquavcl01 build, but the "randomly hacked together" 
build done by Eric B.

This build includes not only aquavcl01, but also aquafilepicker01 cws.

With similarly hacked together build I was able to reproduce the issue and here 
is the crash log:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x00000008
0x24ae3635 in rtl::OUString::getLength (this=0x8) at ustring.hxx:259
259         sal_Int32 getLength() const SAL_THROW(()) { return pData->length; }
(gdb) where
#0  0x24ae3635 in rtl::OUString::getLength (this=0x8) at ustring.hxx:259
#1  0x24adb7c4 in FilterHelper::getCurrentFilterIndex (this=0x0) at 
/Users/pavel/BUILD/AQUA/
BuildDir/ooo_SRC680_m214_src/fpicker/source/aqua/FilterHelper.cxx:506
#2  0x24ad8096 in SalAquaFilePicker::updateFilterUI (this=0x23ef4228) at 
/Users/pavel/BUILD/AQUA/
BuildDir/ooo_SRC680_m214_src/fpicker/source/aqua/SalAquaFilePicker.cxx:1094
#3  0x24ad81e0 in SalAquaFilePicker::implHandleNavDialogStart (this=0x23ef4228, 
callBackParms=0x32db860) at 
/Users/pavel/BUILD/AQUA/BuildDir/ooo_SRC680_m214_src/fpicker/
source/aqua/SalAquaFilePicker.cxx:989
#4  0x24ad5c83 in navigationEventHandler (callBackSelector=2, 
callBackParms=0x32db860, 
callBackUserData=0x23ef4228) at 
/Users/pavel/BUILD/AQUA/BuildDir/ooo_SRC680_m214_src/fpicker/
source/aqua/SalAquaPicker.cxx:128

This looks like very similar issue to #i77843#.

This helped here:

void SalAquaFilePicker::updateFilterUI() {
    DBG_PRINT_ENTRY(CLASS_NAME, __func__);

    OSStatus status = noErr;
    //set for gui
    NavMenuItemSpec menuItem;
    menuItem.version = kNavMenuItemSpecVersion;
    ensureFilterHelper();
    menuItem.menuType = m_pFilterHelper->getCurrentFilterIndex();

Ie. adding ensureFilterHelper() before using m_pFilterHelper.

To reproduce: New writer document, Tools - XML filter settings, New, 
Transformation, push button 
named Browse.

This bug is not reproducible using OOo's filepicker.

Florian: please fix this in aquafpicker01.

ooskapenaar: thank you for your bug report.


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

Reply via email to