[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #7597] Ilrun fails to verify/sigsegvs with my la
From: |
Rhys Weatherley |
Subject: |
[Pnet-developers] [bugs #7597] Ilrun fails to verify/sigsegvs with my lame FileDialog |
Date: |
Thu, 11 Mar 2004 18:57:24 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #7597] Latest Modifications:
Changes by:
Rhys Weatherley <address@hidden>
'Date:
Thu 03/11/04 at 23:57 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
The verification exception was due to the use of the
"showHidden" field in "FileDialog" from "FileDialogForm".
You should have been using "fileDialogParrent.showHidden",
as the field is not a member of "this". A similar
problem happens with the "ShowHidden" property. I've fixed
the C# compiler so that it will report an error for this case.
/**************************************************************************/
[bugs #7597] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7597>
Project: DotGNU Portable.NET
Submitted by: Ilyak
On: Thu 02/05/04 at 18:35
Category: None
Severity: 5 - Average
Item Group: None
Resolution: Fixed
Assigned to: None
Status: Closed
Summary: Ilrun fails to verify/sigsegvs with my lame FileDialog
Original Submission: with 1st file:
FileDialogForm::ChangeDirectory [17011] - ldfld at verify_obj.c:365
zsh: segmentation fault ../samples/forms/ImageViewer.exe
when i open file selection dialog
with 2nd file:
FileDialogForm::ToggleShowHidden [1749D] - call at verify_call.c:1089
Uncaught exception: System.Security.VerificationException: Could not verify the
code
when i click my added checkbox on file dialog
Follow-up Comments
------------------
-------------------------------------------------------
Date: Thu 03/11/04 at 23:57 By: rweather
The verification exception was due to the use of the
"showHidden" field in "FileDialog" from "FileDialogForm".
You should have been using "fileDialogParrent.showHidden",
as the field is not a member of "this". A similar
problem happens with the "ShowHidden" property. I've fixed
the C# compiler so that it will report an error for this case.
File Attachments
-------------------
-------------------------------------------------------
Date: Thu 02/05/04 at 18:35 Name: FileDialog.tar.gz Size: 25KB By: Ilyak
both files
http://savannah.gnu.org/bugs/download.php?item_id=7597&item_file_id=1033
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7597>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #7597] Ilrun fails to verify/sigsegvs with my lame FileDialog,
Rhys Weatherley <=