[Mono-bugs] [Bug 74205][Nor] Changed - ListBox.FindByText always finds a value even if it doesn't exist

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 16 Apr 2005 06:01:01 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by flashdict@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=74205

--- shadow/74205	2005-04-15 22:14:39.000000000 -0400
+++ shadow/74205.tmp.21710	2005-04-16 06:01:01.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: gentoo
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: eto@shaw.ca               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -45,6 +45,22 @@
 
 
 ------- Additional Comments From eto@shaw.ca  2005-04-15 22:14 -------
 Created an attachment (id=14947)
 proposed patch to return null if the item is not found
 
+
+------- Additional Comments From flashdict@gmail.com  2005-04-16 06:01 -------
+If I may offer a late-night (mid-morning for me) suggestion here, you
+should check the libgc/Makefile, and make sure that -DGC_LINUX_THREADS
+and -DTHREAD_LOCAL_ALLOC is defined.  If not, a quick workaround is to
+define it, make clean in libgc, and rebuild mono.  But the real
+problem is then that your setup isn't being recognized as one of the
+following:
+
+   x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* |
+x86_64-*-linux* | alpha-*-linux* | s390*-*-linux* | powerpc-*-linux*)
+
+Bill
+
+
+