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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: mono-bugs@lists.ximian.com
          Found By: Component Test


Simple program fails to execute in mono.

I'm using following version:
[EMAIL PROTECTED]:/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

[EMAIL PROTECTED]:/srv/www/pub/test> mcs test1.cs -lib:/usr/lib/mono/2.0
-r:System.Data -r:System.Data.OracleClient

[EMAIL PROTECTED]:/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.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to