Running on both Fedora Core 5 & SuSE 9.3 linux

mono 1.2
unixODBC-2.2.11-6.2.1
freetds .64

odbc app just connects to sybase and runs sp_who and returns the answer - (I
use it to test mono upgrades on my servers.)



bash-3.1$ mono odbcConnectTest.exe

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Stacktrace:

 at (wrapper managed-to-native) System.String.InternalAllocateStr (int)
<0x00004>
 at (wrapper managed-to-native) System.String.InternalAllocateStr (int)
<0xffffffff>
 at System.Text.StringBuilder.InternalEnsureCapacity (int) <0x0007e>
 at System.Text.StringBuilder.Append (string) <0x00074>
 at System.Data.Odbc.OdbcDataReader.GetValue (int) <0x007b1>
 at (wrapper remoting-invoke-with-check)
System.Data.Odbc.OdbcDataReader.GetValue (int) <0xffffffff>
 at System.Data.Odbc.OdbcDataReader.get_Item (int) <0x00010>
 at (wrapper remoting-invoke-with-check)
System.Data.Odbc.OdbcDataReader.get_Item (int) <0xffffffff>
 at System.Data.Odbc.OdbcDataReader.get_Item (string) <0x0002b>
 at Test.Main (string[]) <0x000c0>
 at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string[]
(object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

       mono [0x815bad6]
       mono [0x8145957]
       [0x9cb440]
       mono [0x8122744]
       mono(mono_string_new_size+0x3e) [0x80db51e]
       mono [0x8161e9a]
       [0x4cac8a]
       [0x9a40cf]
       [0x6171bd]
       [0x616912]
       [0x615bae]
       [0x615b51]
       [0x615b0e]
       [0x6159b4]
       [0x4c7a61]
       [0x4c77c3]
       mono [0x8145800]
       mono(mono_runtime_invoke+0x27) [0x80d9277]
       mono(mono_runtime_exec_main+0x5c) [0x80da42c]
       mono(mono_runtime_run_main+0x182) [0x80da012]
       mono(strftime+0x1c4e) [0x8058492]
       mono(mono_main+0x857) [0x8058e87]
       mono(__fxstat64+0x137) [0x80577fb]
       /lib/libc.so.6(__libc_start_main+0xdc) [0x126e5c]
       mono(sinh+0x4d) [0x8057751]
Aborted
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to