[Mono-bugs] [Bug 360175] New: Object reference not set to an instance of an object
    bugzilla_noreply at novell.com 
    bugzilla_noreply at novell.com
       
    Fri Feb  8 15:40:00 EST 2008
    
    
  
https://bugzilla.novell.com/show_bug.cgi?id=360175
           Summary: Object reference not set to an instance of an object
           Product: Mono: Runtime
           Version: 1.2.2
          Platform: S/390-64
        OS/Version: SuSE Linux 10.1
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: JIT
        AssignedTo: lupus at novell.com
        ReportedBy: ekim at transitchicago.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Component Test
Simple program fails to execute in mono.
I'm using following version:
ekim at ACASP1:/srv/www/pub/test> mono --version
Mono JIT compiler version 1.2.2, (C) 2002-2006 Novell, Inc and Contributors.
www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       normal
        Disabled:      none
ekim at ACASP1:/srv/www/pub/test> mcs test1.cs -lib:/usr/lib/mono/2.0
-r:System.Data -r:System.Data.OracleClient
ekim at ACASP1:/srv/www/pub/test> mono test1.exe
Unhandled Exception: System.NullReferenceException: Object reference not set to
an instance of an object
  at System.Data.OracleClient.Oci.OciStatementHandle.Prepare (System.String
commandText) [0x00000]
  at System.Data.OracleClient.OracleCommand.PrepareStatement
(System.Data.OracleClient.Oci.OciStatementHandle statement) [0x00000]
  at System.Data.OracleClient.OracleCommand.ExecuteReader (CommandBehavior
behavior) [0x00000]
  at System.Data.OracleClient.OracleCommand.ExecuteReader () [0x00000]
  at (wrapper remoting-invoke-with-check)
System.Data.OracleClient.OracleCommand:ExecuteReader ()
  at Test.Main (System.String[] args) [0x00000]
-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
    
    
More information about the mono-bugs
mailing list