[Mono-bugs] [Bug 375456] New: Creating a ListBox crashes app in SLED

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Mar 31 10:42:46 EDT 2008


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


           Summary: Creating a ListBox crashes app in SLED
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: i586
        OS/Version: SLED 10
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Windows.Forms
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: derekd at omni-ts.com
         QAContact: mono-bugs at lists.ximian.com
                CC: stephane at omni-ts.com
          Found By: ---


Created an attachment (id=205024)
 --> (https://bugzilla.novell.com/attachment.cgi?id=205024)
ListBox crashes in SLED

A ListBox in a form will cause the application to close on SLED SuSE 10.3.

To reproduce:
1. Create a new Windows App project
2. Create a form
3. Add a ListBox to the form
4. Run

Result:
Program closes with a gnome bug window.
I get a console error reading:

"add-symbol-file-from-memory not supported for this target"

This occurs when the program hits the following lines in control.cs:


   protected virtual CreateParams CreateParams {
        get {
                CreateParams create_params = new CreateParams(); // HERE, BAD!


It happens every time.

I have attached a sample program.

It problem only began when I upgrade to Mono 1.9 from Mono 1.2.6.
It happens in SLED 10.3, not on the Mono VMWare image of OpenSuSE


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


More information about the mono-bugs mailing list