Issue 101623

Summary: STL assertion and crash when creating a table in design view
Product: Base Reporter: Frank Schönheit <frank.schoenheit>
Component: codeAssignee: marc.neumann
Status: CLOSED FIXED QA Contact: issues@dba <issues>
Severity: Trivial    
Priority: P2 CC: issues, ocke.janssen
Version: DEV300m47Keywords: crash, regression
Target Milestone: OOo 3.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
document to reproduce the bug case none

Description Frank Schönheit 2009-05-07 09:02:26 UTC
- open the attached database document
- select "Tables" on the left hand side
- click the "Create Table in Design View ..." item at the top
=> an STL error window pops up
=> crash
Comment 1 Frank Schönheit 2009-05-07 09:03:22 UTC
Created attachment 62069 [details]
document to reproduce the bug case
Comment 2 Frank Schönheit 2009-05-07 09:11:00 UTC
fs->oj: This is a regression of CWS dbaperf1. In
dbaccess/source/ui/misc/UITools.cxx, function fillTypeInfo, you access the 19th
element of a 18-element sequence (aNullable). In a non-product version, this is
reported as assertion, in a product version, it sporadically crashs.
Comment 3 Frank Schönheit 2009-05-07 09:13:13 UTC
fixed in CWS dba32b

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba32b
Comment 4 Frank Schönheit 2009-05-09 21:13:21 UTC
fs->msc: please verify in CWS dba32b
Comment 5 Frank Schönheit 2009-06-03 12:40:02 UTC
looks good in CWS dba32d