[Mono-bugs] [Bug 605033] program crashes if the App.conf contains the sharedListeners section.

2010-10-18 Thread bugzilla_noreply

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

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


Jonathan Pryor jpr...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jpr...@novell.com
 Resolution||FIXED

--- Comment #3 from Jonathan Pryor jpr...@novell.com 2010-10-18 20:58:25 UTC 
---
Fixed in commit 9f264b874809a03f7a986c348973e074ce7bb719.

-- 
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 605033] program crashes if the App.conf contains the sharedListeners section.

2010-10-16 Thread bugzilla_noreply

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

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


--- Comment #2 from Peter Bukva matrixcrui...@gmail.com 2010-10-17 03:54:21 
UTC ---
Solution for this bug is really important for our project, and I believe for
others too.

Our project needs to work cross platforms - it works with NO issues on MS
NET, but the bug is popping up when running on Mono .NET - the bug seems to be
platforms independent (I tested it on Linux amd64 (Debian) and Mac OS Snow
Leopard).

We uses exclusively MSDN  standardized practices when using .NET framework
components (avoiding all platform dependent stuff like calling pinoke(...) 
) to be sure we do not cross over the boundary of cross-platform portability,
so I'm confident the bug is caused by Mono .NET implementation.

The bug shows just top of the hill of issue related to Mono implementation of
System.Diagnostics ...

Basically, the System.Diagnostics namespace is VERY, VERY important since it is
supposed to serves in critical stages like bugs detection or creating auditing
records + the namespace also defines unified way how to do such stuff + it is
supposed to be thread safe + it is highly configurable at runtime + many other
reasons why to use this official component and do not implement own project
proprietary diagnostics component.

This bug is making System.Diagnostics almost unusable for cross-platform
project.

But, as it is mentioned before, this is just most critical issue I found for
System.Diagnostics implementation in Mono , there more buggy stuff in there
(but not causing the app. crash).

My investigation is point shoved (a months ago) that this issue is caused by
stack overflow ... but the situation could change during till now ...

Peter

-- 
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 605033] program crashes if the App.conf contains the sharedListeners section.

2010-07-01 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=605033

http://bugzilla.novell.com/show_bug.cgi?id=605033#c


Peter Bukva matrixcrui...@gmail.com changed:

   What|Removed |Added

   Priority|P2 - High   |P1 - Urgent
Blocker|No  |Yes
   Target Milestone|--- |2.6.x
   Severity|Major   |Critical

-- 
Configure bugmail: http://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 605033] program crashes if the App.conf contains the sharedListeners section.

2010-05-13 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=605033

http://bugzilla.novell.com/show_bug.cgi?id=605033#c1


--- Comment #1 from Peter Bukva matrixcrui...@gmail.com 2010-05-13 06:01:12 
UTC ---
Created an attachment (id=361934)
 -- (http://bugzilla.novell.com/attachment.cgi?id=361934)
MonoDevelop/MS VS solution (zip archive)

1) Unpack the archive
2) Take a brief look at Main.cs and App.config files
3) Build  run the solution - there are two ways how to do it:
 3a) Build from MonoDevelop (open the solution in MonoDevelop  build  run
the AppConfigTest.exe
 OR
 3b) Build and run manually using following command script:
cd AppConfigTest/AppConfigTest
gmcs /noconfig /out:bin/Debug/AppConfigTest.exe /r:System.dll /nologo
/warn:4 /debug:+ /debug:full /optimize- /codepage:utf8 /platform:x86
/define:DEBUG  /t:exe Main.cs AssemblyInfo.cs
cp App.config bin/Debug/AppConfigTest.exe.config
mono bin/Debug/AppConfigTest.exe

-- 
Configure bugmail: http://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 605033] program crashes if the App.conf contains the sharedListeners section.

2010-05-13 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=605033

http://bugzilla.novell.com/show_bug.cgi?id=605033#c


Peter Bukva matrixcrui...@gmail.com changed:

   What|Removed |Added

   Priority|P5 - None   |P2 - High

-- 
Configure bugmail: http://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 605033] program crashes if the App.conf contains the sharedListeners section.

2010-05-12 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=605033

http://bugzilla.novell.com/show_bug.cgi?id=605033#c


Peter Bukva matrixcrui...@gmail.com changed:

   What|Removed |Added

 CC||matrixcrui...@gmail.com

-- 
Configure bugmail: http://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