[Mono-bugs] [Bug 421491] Could not allocate new OCI Handle of type Statement message when accessing Oracle

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=421491

https://bugzilla.novell.com/show_bug.cgi?id=421491#c12


--- Comment #12 from Dan McFadyen d...@cryptocard.com 2011-08-11 12:26:59 UTC 
---
I was just awoken to a fact by Chris Brown.

My fix doesn't work if you explicitly call the Dispose function, only if the GC
is doing it.

Something more intelligent needs to be done than what I suggested sadly.

-- 
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


[Mono-bugs] [Bug 549882] No font / text displayed in winforms on Ubuntu 9.10 (Karmic)

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=549882

https://bugzilla.novell.com/show_bug.cgi?id=549882#c19


--- Comment #19 from cygeus cygeus cyg...@gmail.com 2011-08-11 12:38:47 UTC 
---
(In reply to comment #18)
  Only the first fraction of a text elemt is displayed.
 Same problem here. I've tried several software versions, without any effect.
 Is this a mono bug or should I create a bug report for KeePass?
Ignore my previous post. It was an user error, in Gentoo if you compile
dev-dotnet/libgdiplus with the cairo USE flag the font problem is solved.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 558075] Add incremental linking to MTOUCH

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=558075

https://bugzilla.novell.com/show_bug.cgi?id=558075#c2


Sebastien Pouliot sebastien.poul...@gmail.com changed:

   What|Removed |Added

 CC||sebastien.poul...@gmail.com

--- Comment #2 from Sebastien Pouliot sebastien.poul...@gmail.com 2011-08-11 
13:35:35 UTC ---
 There MUST be a way that you can cache results from steps 2 and 3 above to

For (2) not really. Once you change anything in your application we need to run
the linker again - because your change could require new types/methods/fields
that the linker previously required (and that's pretty recursive, new stuff you
need depends on yet more stuff...).

Analyzing the code for such change (and running the linker when detected) won't
save time since it means loading everything in memory and scanning (which is
what the linker already does, no time saved), trading some linker save time
for a load database, check, and save it back.

Turning the linker off is an option - but (right now*) it's likely not a good
one for native/device builds [1]. That's because the linker is faster than the
later AOT operations (3 and 4). So having less code (using the linker) results
in faster builds (total time).

* However turning the linker off could become a valid option if the (full) AOT
assemblies (like the BCL) were cached. That would be a fast-path similar to
what's already available for the simulator (where symlinks are used when
linking is turned off). Of course that would result in larger binairies so it
will take more time to upload them...

Anyway this is an update to tell you we're still working on this :-)


[1]
http://spouliot.wordpress.com/2011/08/11/when-to-link-monotouch-applications/

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
You are the assignee for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 690357] WebClient and SOAP calls lock up in MonoTouch 4.0.0 and 4.0.1. Works in 3.2.6. Prevents my app from being shipped

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=690357

https://bugzilla.novell.com/show_bug.cgi?id=690357#c23


--- Comment #23 from Jeffrey Stedfast j...@xamarin.com 2011-08-11 19:24:41 
UTC ---
Discussion of this bug is moving to
http://bugzilla.xamarin.com/show_bug.cgi?id=12

-- 
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


[Mono-bugs] [Bug 711870] New: Cannot load release version to iPhone

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=711870

https://bugzilla.novell.com/show_bug.cgi?id=711870#c0


   Summary: Cannot load release version to iPhone
Classification: Mono
   Product: MonoTouch
   Version: unspecified
  Platform: iPhone
OS/Version: Mac OS X 10.6
Status: NEW
  Severity: Major
  Priority: P5 - None
 Component: Tools
AssignedTo: fr...@novell.com
ReportedBy: gtissing...@gmail.com
 QAContact: mono-bugs@lists.ximian.com
  Found By: ---
   Blocker: ---


User-Agent:   Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML,
like Gecko) Chrome/13.0.782.112 Safari/535.1

My app runs perfectly on my simulator and debug-iPhone.

When I switch to release-iPhone and chose Run/Upload to device i get the
following error dump in the Deploy to Device window.  If I install via iTunes
adhoc then the install goes OK and the app run partially but I get
unrecoverable application exception at various time and the app aborts.

Here is the monotouch errog trace log.

Please ensure your device is connected...
Connected to: Garth Tissington’s iPod
Stacktrace:

  at (wrapper managed-to-native)
MonoTouch.Installation.Installer.CFArrayGetCount (intptr) 0x
  at MonoTouch.Installation.Installer.UploadApplication
(object,System.EventArgs) 0x001fd
  at MonoTouch.Installation.Device.NotificationCallback
(MonoTouch.Installation.Device/am_device_notification_callback_info) 0x0006e
  at (wrapper native-to-managed)
MonoTouch.Installation.Device.NotificationCallback
(MonoTouch.Installation.Device/am_device_notification_callback_info)
0x
  at (wrapper managed-to-native)
MonoTouch.CoreFoundation.CFRunLoop.CFRunLoopRun () 0x
  at MonoTouch.CoreFoundation.CFRunLoop.Run () 0xd
  at MonoTouch.Installation.Installer.InstallApplication (string) 0x000c5
  at MTouch.Main (string[]) 0x032d1
  at (wrapper runtime-invoke) Module.runtime_invoke_int_object
(object,intptr,intptr,intptr) 0x

Native stacktrace:

0   mtouch  0x000df166 0x0 + 913766
1   mtouch  0x00019b18 0x0 + 105240
2   libSystem.B.dylib   0x9688d05b _sigtramp + 43
3   ??? 0x 0x0 + 4294967295
4   ??? 0x02614314 0x0 + 39928596
5   ??? 0x02612e7e 0x0 + 39923326
6   ??? 0x02612b77 0x0 + 39922551
7   ??? 0x0346 0x0 + 50331718
8   MobileDevice0x0266256b
_AMDDeviceAttachedCallbackv3 + 130
9   MobileDevice0x02623885
USBMuxIntCFSocketCallback + 1633
10  CoreFoundation  0x97c6be2e __CFSocketDoCallback +
702
11  CoreFoundation  0x97c6b7b7 __CFSocketPerformV0 +
311
12  CoreFoundation  0x97c2545b __CFRunLoopDoSources0 +
1563
13  CoreFoundation  0x97c22f1f __CFRunLoopRun + 1071
14  CoreFoundation  0x97c223f4 CFRunLoopRunSpecific +
452
15  CoreFoundation  0x97c28334 CFRunLoopRun + 84
16  ??? 0x02612a86 0x0 + 39922310
17  ??? 0x02612a4e 0x0 + 39922254
18  ??? 0x0260f496 0x0 + 39908502
19  ??? 0x0202336a 0x0 + 33698666
20  ??? 0x02025e74 0x0 + 33709684
21  mtouch  0x000198d3 0x0 + 104659
22  mtouch  0x001f7eba 0x0 + 2064058
23  mtouch  0x001fa774 0x0 + 2074484
24  mtouch  0x001f9b02 0x0 + 2071298
25  mtouch  0x000afeef 0x0 + 720623
26  mtouch  0x000b0126 0x0 + 721190
27  mtouch  0x000b2206 0x0 + 729606
28  mtouch  0x2043 0x0 + 8259
29  mtouch  0x18d5 0x0 + 6357

Debug info from gdb:

/tmp/mono-gdb-commands.IF2L75:1: Error in sourced command file:
unable to debug self

=
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.
=

The application was terminated by a signal: SIGIOT


Reproducible: Always

Steps to Reproduce:
1.
2.
3.

-- 
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] [Bug 711870] Cannot load release version to iPhone

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=711870

https://bugzilla.novell.com/show_bug.cgi?id=711870#c1


Sebastien Pouliot sebastien.poul...@gmail.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||sebastien.poul...@gmail.com
   InfoProvider||gtissing...@gmail.com

--- Comment #1 from Sebastien Pouliot sebastien.poul...@gmail.com 2011-08-11 
20:59:28 UTC ---
Something similar was fixed recently. What version of MonoTouch are you using ?

e.g.
  /Developer/MonoTouch/usr/bin/mtouch --version


p.s. please fill future bug reports on bugzilla.xamarin.com

-- 
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


[Mono-bugs] [Bug 711870] Cannot load release version to iPhone

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=711870

https://bugzilla.novell.com/show_bug.cgi?id=711870#c2


--- Comment #2 from Garth Tissington gtissing...@gmail.com 2011-08-11 
22:54:49 UTC ---
I am using mtouch 4.0.4.1
monodevelop 2.4.2
mono 2.10.2

-- 
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


[Mono-bugs] [Bug 711870] Cannot load release version to iPhone

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=711870

https://bugzilla.novell.com/show_bug.cgi?id=711870#c


Garth Tissington gtissing...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|NEW
   InfoProvider|gtissing...@gmail.com   |

-- 
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


[Mono-bugs] [Bug 711870] Cannot load release version to iPhone

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=711870

https://bugzilla.novell.com/show_bug.cgi?id=711870#c3


Sebastien Pouliot sebastien.poul...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|fr...@novell.com|sebastien.poul...@gmail.com

--- Comment #3 from Sebastien Pouliot sebastien.poul...@gmail.com 2011-08-12 
00:01:05 UTC ---
This NRE could occur in two separate conditions. Either:

a) there's no device in your provisioning profile; or

b) the provisioning profiles could not be copied to the device

Please check your iPhone Bundle Signing parameters (in Project Options), they
are likely missing or invalid.

I'll make sure the right message gets displayed for future releases.
thanks!

-- 
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


[Mono-bugs] [Bug 711870] Cannot load release version to iPhone

2011-08-11 Thread bugzilla_noreply

https://bugzilla.novell.com/show_bug.cgi?id=711870

https://bugzilla.novell.com/show_bug.cgi?id=711870#c4


Sebastien Pouliot sebastien.poul...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from Sebastien Pouliot sebastien.poul...@gmail.com 2011-08-12 
00:18:15 UTC ---
Fixed.

-- 
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