Issue 76381 - Process crashes during call to XDriverManager.getConnection(String)
Summary: Process crashes during call to XDriverManager.getConnection(String)
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Solaris
: P2 Trivial
Target Milestone: ---
Assignee: chne
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-15 21:11 UTC by jcdiaz
Modified: 2013-02-24 21:10 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 jcdiaz 2007-04-15 21:11:29 UTC
When calling getConnection(url) on an XDriverManager instance with an invalid
url, the process crashed. 

  Some observations:

    -) The language being used is Java
    -) The same code does crash in WinXP

The code is:

    object =
factory.createInstanceWithContext("com.sun.star.sdbc.DriverManager", null);
    driverManager =
(XDriverManager)UnoRuntime.queryInterface(XDriverManager.class, object);
    databaseURL = "sdbc:calc:" + catalogURL;
    catalogConnection = driverManager.getConnection(databaseURL);

  Notes on the code:

    -) The resulting databaseURL  is "sdbc:calc:null"

  JC
Comment 1 frank 2007-04-17 11:28:45 UTC
Hi Christoph,

could you have a look at this one, target and re-assign according to yout findings ?

Thanks

Frank
Comment 2 chne 2007-05-10 15:05:40 UTC
I can reproduce the crash on solaris (x86)
Comment 3 chne 2007-05-10 15:06:21 UTC
ahh: with src680_m211
Comment 4 chne 2007-05-29 11:37:20 UTC
change priority because of crash to P2
Comment 5 ocke.janssen 2007-08-09 11:11:12 UTC
@cn Could you please test this on a m225? Is this a solaris x86 only?
Comment 6 ocke.janssen 2007-08-09 11:11:42 UTC
I forgot that this doesn't occur on WinXP anymore.
Comment 7 ocke.janssen 2007-08-29 12:57:45 UTC
Does this still happen on OOG680M2?
Comment 8 chne 2007-10-01 14:06:31 UTC
cn->jcdiaz: I can't reproduce the behavior neither on Windows nor on Solaris
with version src680_m231.
Comment 9 chne 2007-10-15 21:38:23 UTC
no reaction from submitter -> close