[Mono-list] wine / segmentation fault / bug?

2004-06-07 Thread KiOrKY
can someone help me please? its my final test on mono but i have lot of difficults, i 
have nerver had winforms work !!!

why have i  a segmentation fault?
debian sid
kernel  2.4.26
mcs 095
mono 20040607
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{
System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}

doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
 has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()

i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681


-- 

- Gloire au monde libre-

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] wine / segmentation fault / bug?

2004-06-07 Thread KiOrKY
no, no compilation or configure error. Everithing is going fine. My next step is to 
compile glib 2 from sources! ( grrr, itsz not normal that the debian packages are 
wrong oO )
Tobias Kluge <[EMAIL PROTECTED]> a écrit :

> Have you ever tried to compile mono from cvs?
> I'm getting errors while running configure in libgc - do you have the same problems?
> 
> Tobias
> 
> Am Mo, den 07.06.2004 schrieb KiOrKY um 8:53:
> 
> can you put here your exatly configuration. Infact, maybe some developper will take 
> me and you more seriously ! 
> Tobias Kluge <[EMAIL PROTECTED]> a écrit :
> 
> > I have the same problem.
> > 
> > Same configuration (debian sid, but 2.4.24); but I don't know the version of 
> the libs yet...
> > I'm trying to figure them out.
> > Sourcecode and the output of mono --trace is attached.
> > 
> > 
> > Best regards,
> >     Tobias
> > 
> > 
> > Am Mo, den 07.06.2004 schrieb KiOrKY um 8:13:
> > 
> > why have i  a smenatation fault
> > 
> > debian sid
> > kernel  2.4.26
> > mcs 095
> > mono 20040603
> > gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
> > gtk-sharp-0.93  libgdiplus-0.8  wine20040505
> > 
> > 
> > installed all in /usr for compatibility problems
> > no compilation problems
> > 
> > the code:the program is either compiled under windows or linux
> > class HelloWindowsForms
> > {
> > static void Main()
> > {
> > System.Windows.Forms.MessageBox.Show("Welcome to the 
> bill free zone.");
> > }
> > }
> > 
> > doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
> > ** (apli.exe:24587): WARNING **: Symbol file 
> /usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
> incorrect version (expected 37, got 36)
> > ** (apli.exe:24587): WARNING **: Symbol file 
> /usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
>  has incorrect version (expected 37, got 36)
> > 
> > 
> > doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
> > ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
> (object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
> >  ENTER: HelloWindowsForms:Main ()()
> > 
> > i must stop the program with a ctrl +c and i have an segmentation error.
> > 
> > report on

-- 

- Gloire au monde libre-

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] wine / segmentation fault / bug?

2004-06-06 Thread KiOrKY
can you put here your exatly configuration. Infact, maybe some developper will take me 
and you more seriously ! 
Tobias Kluge <[EMAIL PROTECTED]> a écrit :

> I have the same problem.
> 
> Same configuration (debian sid, but 2.4.24); but I don't know the version of the 
> libs yet...
> I'm trying to figure them out.
> Sourcecode and the output of mono --trace is attached.
> 
> 
> Best regards,
>     Tobias
> 
> 
> Am Mo, den 07.06.2004 schrieb KiOrKY um 8:13:
> 
> why have i  a smenatation fault
> 
> debian sid
> kernel  2.4.26
> mcs 095
> mono 20040603
> gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
> gtk-sharp-0.93  libgdiplus-0.8  wine20040505
> 
> 
> installed all in /usr for compatibility problems
> no compilation problems
> 
> the code:the program is either compiled under windows or linux
> class HelloWindowsForms
> {
> static void Main()
> {
> System.Windows.Forms.MessageBox.Show("Welcome to the bill free 
> zone.");
> }
> }
> 
> doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
> ** (apli.exe:24587): WARNING **: Symbol file 
> /usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
> incorrect version (expected 37, got 36)
> ** (apli.exe:24587): WARNING **: Symbol file 
> /usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
>  has incorrect version (expected 37, got 36)
> 
> 
> doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
> ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
> (object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
>  ENTER: HelloWindowsForms:Main ()()
> 
> i must stop the program with a ctrl +c and i have an segmentation error.
> 
> report on

-- 

- Gloire au monde libre-

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] wine / segmentation fault / bug?

2004-06-06 Thread Tobias Kluge




I have the same problem.

Same configuration (debian sid, but 2.4.24); but I don't know the version of the libs yet...
I'm trying to figure them out.
Sourcecode and the output of mono --trace is attached.


Best regards,
    Tobias


Am Mo, den 07.06.2004 schrieb KiOrKY um 8:13:

why have i  a smenatation fault

debian sid
kernel  2.4.26
mcs 095
mono 20040603
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{
System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}

doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file /usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file /usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void (object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()

i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681

regards



class HelloWindowsForms {
   static void Main(){
  System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
   }
}
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x40822468, )
. ENTER: HelloWindowsForms:Main ()()


[Mono-list] wine / segmentation fault / bug?

2004-06-06 Thread KiOrKY
why have i  a smenatation fault

debian sid
kernel  2.4.26
mcs 095
mono 20040603
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{
System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}

doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
 has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()

i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681

regards
-- 

- Gloire au monde libre-

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list