[Mono-bugs] [Bug 414146] New: [Regression] Mono.Mozilla.Base. gluezilla_createBrowserWindow
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Aug 2 05:08:53 EDT 2008
https://bugzilla.novell.com/show_bug.cgi?id=414146
Summary: [Regression]
Mono.Mozilla.Base.gluezilla_createBrowserWindow
Product: Mono: Runtime
Version: 2.0
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: interop
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: htl10 at users.sourceforge.net
QAContact: mono-bugs at lists.ximian.com
Found By: DeveloperNet
I have Win32 1.9.1 and 2.0 preview 1 in wine under fedora 9 x86_64 -
my .NET application needs some native gdiplus stuff so it doesn't run under
mono linux, hence the unusual setup.
The application under 1.9.1 traps
System.Windows.Forms.WebBrowserBase.set_Site()
(from System.ComponentModel.Container.Add(...)) with a
System.NotSupportedException and continues, but with 2.0 preview 1, I get a
stacktrace and abort:
------------
Stacktrace:
at (wrapper managed-to-native)
Mono.Mozilla.Base.gluezilla_createBrowserWindow
(intptr,intptr,int,int,string,string,Mono.WebBrowser.Platform) <0x00004>
at (wrapper managed-to-native)
Mono.Mozilla.Base.gluezilla_createBrowserWindow
(intptr,intptr,int,int,string,string,Mono.WebBrowser.Platform) <0xffffffff>
at Mono.Mozilla.Base.Bind (Mono.Mozilla.WebBrowser,intptr,int,int) <0x00115>
at Mono.Mozilla.WebBrowser.Load (intptr,int,int) <0x00013>
at System.Windows.Forms.WebBrowserBase..ctor () <0x0008f>
at System.Windows.Forms.WebBrowser..ctor () <0x00014>
at (wrapper remoting-invoke-with-check) System.Windows.Forms.WebBrowser..ctor
() <0xffffffff>
at ___________________ <0x00025>
at ___________________ <0x0001a>
at (wrapper remoting-invoke-with-check) _______ <0xffffffff>
______________________
at System.Windows.Forms.Form.OnLoad (System.EventArgs) <0x00059>
at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs) <0x00064>
at System.Windows.Forms.Form.OnCreateControl () <0x00044>
at System.Windows.Forms.Control.CreateControl () <0x0012b>
at System.Windows.Forms.Control.SetVisibleCore (bool) <0x0007d>
at System.Windows.Forms.Form.SetVisibleCore (bool) <0x0016c>
at System.Windows.Forms.Control.set_Visible (bool) <0x00023>
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.Control.set_Visible (bool) <0xffffffff>
at System.Windows.Forms.Application.RunLoop
(bool,System.Windows.Forms.ApplicationContext) <0x001bc>
at System.Windows.Forms.Application.Run
(System.Windows.Forms.ApplicationContext) <0x0006a>
at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <0x00025>
at ______________ <0x00055>
at (wrapper runtime-invoke) ____________
-------------
I have both gecko and can switch to native mshtml/shdocvw under wine if needed.
Obviously I would like 2.0 to work with either gecko or IE's rendering engine
(mshtml/shdocvw), but the behavior with 1.9.1 is better in some sense as at
least the application continues, just without the vendor's start page. (which
isn't important for its functionalty).
--
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