Issue 43523 - API: dbaccess.OColumnControl::com::sun::star::awt::XView::draw()
Summary: API: dbaccess.OColumnControl::com::sun::star::awt::XView::draw()
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P2 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-25 08:49 UTC by chne
Modified: 2013-02-24 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description chne 2005-02-25 08:49:51 UTC
While calling method draw on an empty graphic office crashes.

Sub Main
oObj = createUnoService("com.sun.star.comp.dbu.OColumnControl")
oObj.setGraphics(null)
oObj.draw(20, 20)
End Sub
Comment 1 chne 2005-02-25 09:09:50 UTC
I've seen it crashes in VCL:
Dynamic libraries:
08048000-080af000 r-xp 00000000 03:03 1367378   
/local/dev/office/unxlngi/dba24/program/soffice.bin
080af000-080c4000 rw-p 00066000 03:03 1367378   
/local/dev/office/unxlngi/dba24/program/soffice.bin
40000000-40016000 r-xp 00000000 03:02 58797      /lib/ld-2.3.3.so
40016000-40018000 rw-p 00015000 03:02 58797      /lib/ld-2.3.3.so
40018000-40280000 r-xp 00000000 03:03 1366090   
/local/dev/office/unxlngi/dba24/program/libvcl680li.so
40280000-402b6000 rw-p 00268000 03:03 1366090   
/local/dev/office/unxlngi/dba24/program/libvcl680li.so
402b8000-403c6000 r-xp 00000000 03:03 1366040   
/local/dev/office/unxlngi/dba24/program/libsvl680li.so
403c6000-403f2000 rw-p 0010d000 03:03 1366040   
/local/dev/office/unxlngi/dba24/program/libsvl680li.so
403f2000-4080e000 r-xp 00000000 03:03 1366041   
/local/dev/office/unxlngi/dba24/program/libsvt680li.so
4080e000-4089e000 rw-p 0041b000 03:03 1366041   
/local/dev/office/unxlngi/dba24/program/libsvt680li.so
4089e000-40914000 r-xp 00000000 03:03 1366088   
/local/dev/office/unxlngi/dba24/program/libutl680li.so
40914000-4092e000 rw-p 00076000 03:03 1366088   
/local/dev/office/unxlngi/dba24/program/libutl680li.so
4092e000-409d9000 r-xp 00000000 03:03 1366076   
/local/dev/office/unxlngi/dba24/program/libtl680li.so
409d9000-409e9000 rw-p 000ab000 03:03 1366076   
/local/dev/office/unxlngi/dba24/program/libtl680li.so
409e9000-40a99000 r-xp 00000000 03:03 1365892   
/local/dev/office/unxlngi/dba24/program/libcomphelp4gcc3.so
Comment 2 stephan_schaefer 2005-03-17 13:36:35 UTC
For me it already crashed in the toolkit - but this is fixed now. The model was
NULL in this case which was not checked.

Comment 3 stephan_schaefer 2005-03-21 08:58:43 UTC
please verify in CWS vcl38


re-open issue and reassign to cn@openoffice.org
Comment 4 stephan_schaefer 2005-03-21 08:58:48 UTC
reassign to cn@openoffice.org
Comment 5 stephan_schaefer 2005-03-21 08:58:52 UTC
reset resolution to FIXED
Comment 6 chne 2005-03-22 12:30:07 UTC
verified in vcl38
Comment 7 chne 2005-04-01 09:51:34 UTC
ok in src680_m90