This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External] | |
| Stacktrace: | |
| Native stacktrace: | |
| 0 MonoTweet 0x000c1920 mono_handle_native_sigsegv + 376 | |
| 1 MonoTweet 0x0000db42 mono_sigsegv_signal_handler + 313 | |
| 2 libSystem.B.dylib 0x981579bb _sigtramp + 43 | |
| 3 ??? 0xffffffff 0x0 + 4294967295 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // The name AppDelegate is referenced in the MainWindow.xib file. | |
| public unsafe partial class AppDelegate : UIApplicationDelegate | |
| { | |
| delegate void MyDelegate (NSObject obj, ref bool stop); | |
| delegate void copy_helper (IntPtr dst, IntPtr *src); | |
| delegate void dispose_helper (IntPtr src); | |
| [StructLayout (LayoutKind.Sequential)] | |
| struct BlockDescriptor { | |
| int reserved; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [BaseType (typeof (NSControl))] | |
| interface NSSlider { | |
| [Export ("setMinValue:")] | |
| void SetMinValue (double aDouble); | |
| [Export ("isVertical")] | |
| int IsVertical (); | |
| [Export ("acceptsFirstMouse:")] | |
| bool AcceptsFirstMouse (NSEvent theEvent); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| string[] conta = new string[13]; | |
| conta [0] = rdr["idConta"].ToString () |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) mono_backtrace 40 | |
| #0 0x9910d35a in semaphore_timedwait_signal_trap () | |
| #1 0x9913aea1 in _pthread_cond_wait () | |
| #2 0x9918363c in pthread_cond_timedwait () | |
| #3 0x00175ee9 in _wapi_handle_timedwait_signal_handle (handle=0x400, timeout=0xbfffd800, alertable=1, poll=0) at handles.c:1609 | |
| 1609 handles.c: No such file or directory. | |
| in handles.c | |
| #4 0x00175c71 in _wapi_handle_timedwait_signal (timeout=0xbfffd800, poll=0) at handles.c:1545 | |
| 1545 in handles.c | |
| #5 0x0018c19b in WaitForMultipleObjectsEx (numobjects=2, handles=0x1d6cf9e0, waitall=0, timeout=500, alertable=1) at wait.c:726 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) mono_backtrace 40 | |
| #0 0x9910d35a in semaphore_timedwait_signal_trap () | |
| #1 0x9913aea1 in _pthread_cond_wait () | |
| #2 0x9918363c in pthread_cond_timedwait () | |
| #3 0x00175ee9 in _wapi_handle_timedwait_signal_handle (handle=0x400, timeout=0xbfffd800, alertable=1, poll=0) at handles.c:1609 | |
| 1609 handles.c: No such file or directory. | |
| in handles.c | |
| #4 0x00175c71 in _wapi_handle_timedwait_signal (timeout=0xbfffd800, poll=0) at handles.c:1545 | |
| 1545 in handles.c | |
| #5 0x0018c19b in WaitForMultipleObjectsEx (numobjects=2, handles=0x1d6cf9e0, waitall=0, timeout=500, alertable=1) at wait.c:726 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| warning: Could not find object file "/var/folders/i7/i7qGCU12EJyERd6E5iKVT++++TI/-Tmp-//cc3blqSk.o" - no debug information available for "template.m". | |
| ....................................................................................... done | |
| 0x0d225bf5 in ?? () | |
| (gdb) t a a bt | |
| Thread 7 (process 846): | |
| #0 0x9910d336 in semaphore_wait_trap () | |
| #1 0x99112e13 in pthread_mutex_lock () | |
| #2 0x001c1b80 in mono_runtime_class_init_full (vtable=0x6a23324, raise_exception=0) at ../../../../mono/metadata/object.c:384 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External] | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/Mono.Security.dll [External] | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.dll [External] | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll [External] | |
| Loaded assembly: /Users/miguel/Projects/MonoTouch.Dialog/MonoTouch.Dialog/bin/iPhoneSimulator/Debug/MonoTouch.Dialog.dll | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Json.dll [External] | |
| Loaded assembly: /Users/miguel/Projects/TweetStation/TweetStation/bin/iPhoneSimulator/Debug/TweetStation.exe | |
| Fetching: http://api.twitter.com/1/statuses/home_timeline.json?count=200 | |
| Thread started: | |
| Fetching: http://api.twitter.com/1/statuses/mentions.json?count=200 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External] | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/Mono.Security.dll [External] | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.dll [External] | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll [External] | |
| Loaded assembly: /Users/miguel/Projects/MonoTouch.Dialog/MonoTouch.Dialog/bin/iPhoneSimulator/Debug/MonoTouch.Dialog.dll | |
| Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Json.dll [External] | |
| Loaded assembly: /Users/miguel/Projects/TweetStation/TweetStation/bin/iPhoneSimulator/Debug/TweetStation.exe | |
| 12615733563 - Balacera deja saldo de dos muertos, dos heridos y 4 lesionados.. ?qu? diferencia hay entre herido y lesionado? http://bit.ly/9R3yuD | |
| 12615621139 - Red Sox are beginning to look like the Red Sox! | |
| 12615570416 - Very unimpressed with Joule in Wallingford. Indifferent service and horrible overhyped food. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Mono.Debugger.Soft.VMDisconnectedException: Exception of type 'Mono.Debugger.Soft.VMDisconnectedException' was thrown. | |
| at Mono.Debugger.Soft.Connection.SendReceive (CommandSet command_set, Int32 command, Mono.Debugger.Soft.PacketWriter packet) [0x000d7] in /home/lluis/work/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:1100 | |
| at Mono.Debugger.Soft.Connection.VM_GetVersion () [0x00000] in /home/lluis/work/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:1178 | |
| at Mono.Debugger.Soft.Connection.Connect () [0x000a0] in /home/lluis/work/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/Connection.cs:859 | |
| at Mono.Debugger.Soft.VirtualMachine.connect () [0x00000] in /home/lluis/work/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachine.cs:205 | |
| at Mono.Debugger.Soft.VirtualMachineManager.ListenInternal (System.Net.Sockets.Socket dbg_sock, System.Net.Sockets.Socket con_sock) [0x000b9] in /home/lluis/work/mcs/class/Mono.Debugger.Soft/Mono.Debugger.Soft/VirtualMachineManager.cs |