[Mono-list] Stability problem under linux MDV 2008 Cooker

Petit Eric surfzoid at gmail.com
Sun Dec 30 06:05:21 EST 2007


2007/12/30, Petit Eric <surfzoid at gmail.com>:
> 2007/12/30, Miguel de Icaza <miguel at novell.com>:
> > Hello Petit Eric,
> >
> >     Can you further pin-point when this issue started happening for you?
> If you spoke about the Mono RT version, it is very dificult to say
> > Would you mind doing a "binary search" to pinpoint the exact version?
> >
> >     Additionally, do you think it would be possible to get a tcpdump or
> > an ethereal log of the problem?
> I'm not understand this two last point, could you be a litle "newbie",
> i need a tool and which step to do that ?
> My Mono and MD version are ofen up to date, i use dailly tarball for
> mono and svn for MD :
> [root at surfzoidPC mono]# mono -V
> Mono JIT compiler version 20071227 (tarball)
> Copyright (C) 2002-2007 Novell, Inc and Contributors. www.mono-project.com
>         TLS:           __thread
>         GC:            Included Boehm (with typed GC)
>         SIGSEGV:       altstack
>         Notifications: epoll
>         Architecture:  x86
>         Disabled:      none
> [root at surfzoidPC mono]# monodevelop --version
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend '/MonoDevelop/ProjectModel/ProjectFileFormats', but
> there isn't any compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend
> '/MonoDevelop/ProjectModel/ProjectFileFormats/MonoMakefile', but there
> isn't any compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend '/MonoDevelop/Ide/Commands', but there isn't any
> compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend
> '/MonoDevelop/Ide/Commands/MonoDeveloper.Commands.Install', but there
> isn't any compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend '/MonoDevelop/Ide/Toolbar/Build', but there isn't any
> compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend
> '/MonoDevelop/Ide/Toolbar/Build/MonoDeveloper.Commands.Install', but
> there isn't any compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend '/MonoDevelop/Ide/ContextMenu/ProjectPad/Project',
> but there isn't any compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend
> '/MonoDevelop/Ide/ContextMenu/ProjectPad/Project/activeproject/MonoDeveloper.Commands.Install',
> but there isn't any compatible add-in defining this extension point
> WARNING: The add-in 'MonoDevelop.MonoDeveloperExtensions,0.17.0' is
> trying to extend
> '/MonoDevelop/Ide/ContextMenu/ProjectPad/Project/activeproject/svnSep',
> but there isn't any compatible add-in defining this extension point
> MonoDevelop.IdeApplication  0.18.0.0 - MonoDevelop Team 2004-2005,
> Mike Krueger 2000-2003
> The MonoDevelop IDE
>
> http://monodevelop.com
> Authors: MonoDevelop Team
> [root at surfzoidPC mono]# uname -a
> Linux surfzoidPC 2.6.22.9-desktop-2mdv #1 SMP Fri Nov 16 14:31:33 EST
> 2007 i686 AMD Sempron(tm) Processor 2600+ GNU/Linux
> [root at surfzoidPC mono]#
>
> >
> > On Sun, 2007-12-23 at 23:01 +0100, Petit Eric wrote:
> > > Hi folk, i would like an expert eye of this.
> > > I'm the author of Cs-ObexFtp, we use openobex to transfer file
> > > beetween device and computer in obex.
> > > Openobex work now under windows, since my last update of mono (today),
> > > by Dailly test tarball, i think i had no problem, but now, if i try to
> > > download 25 file in once time i get only 13 and the next time i try to
> > > get them i get 0, only if i restart the soft i'm able to get file
> > > again.
> > > Under windows, with the same version of the openobex dll i haven't got
> > > this problem.
> > >
> > > Also strange thing is in my loop to get file i do something like this :
> > >
> > > console.writeline (file number + "/" + file count)
> > > console.writeline( srcefile + "===>" + destfile)
> > > getfile
> > >
> > > so normaly i should see :
> > > 1/25
> > > /myFile ===> /Mydest/myfile
> > >
> > > but i see this only for 13 files in the correct order here is my debug output
> > >
> > > Amoureux.gif
> > > 23/12/2007 22:37:52: /Mémoire téléphone/Images/Amoureux.gif ===>
> > > /home/eric/tmp/test/Amoureux.gif
> > > 23/12/2007 22:37:52: 1/24
> > > Automne.png
> > > 23/12/2007 22:37:52: /Mémoire téléphone/Images/Automne.png ===>
> > > /home/eric/tmp/test/Automne.png
> > > 23/12/2007 22:37:52: 2/24
> > > Bowling.jpg
> > > 23/12/2007 22:38:02: /Mémoire téléphone/Images/Bowling.jpg ===>
> > > /home/eric/tmp/test/Bowling.jpg
> > > 23/12/2007 22:38:02: 3/24
> > > Cadeau.gif
> > > 23/12/2007 22:38:05: /Mémoire téléphone/Images/Cadeau.gif ===>
> > > /home/eric/tmp/test/Cadeau.gif
> > > 23/12/2007 22:38:05: 4/24
> > > Café.gif
> > > 23/12/2007 22:38:07: /Mémoire téléphone/Images/Café.gif ===>
> > > /home/eric/tmp/test/Café.gif
> > > 23/12/2007 22:38:07: 5/24
> > > Elektra.gif
> > > 23/12/2007 22:38:08: /Mémoire téléphone/Images/Elektra.gif ===>
> > > /home/eric/tmp/test/Elektra.gif
> > > 23/12/2007 22:38:08: 6/24
> > > En retard.gif
> > > 23/12/2007 22:38:24: /Mémoire téléphone/Images/En retard.gif ===>
> > > /home/eric/tmp/test/En retard.gif
> > > 23/12/2007 22:38:24: 7/24
> > > Endormi.gif
> > > 23/12/2007 22:38:26: /Mémoire téléphone/Images/Endormi.gif ===>
> > > /home/eric/tmp/test/Endormi.gif
> > > 23/12/2007 22:38:26: 8/24
> > > Eté.gif
> > > 23/12/2007 22:38:28: /Mémoire téléphone/Images/Eté.gif ===>
> > > /home/eric/tmp/test/Eté.gif
> > > 23/12/2007 22:38:28: 9/24
> > > Fleur mystique.svgz
> > > 23/12/2007 22:38:30: /Mémoire téléphone/Images/Fleur mystique.svgz
> > > ===> /home/eric/tmp/test/Fleur mystique.svgz
> > > 23/12/2007 22:38:30: 10/24
> > > Fumée.png
> > > 23/12/2007 22:38:44: /Mémoire téléphone/Images/Fumée.png ===>
> > > /home/eric/tmp/test/Fumée.png
> > > 23/12/2007 22:38:44: 11/24
> > > Hiver.gif
> > > 23/12/2007 22:39:07: /Mémoire téléphone/Images/Hiver.gif ===>
> > > /home/eric/tmp/test/Hiver.gif
> > > 23/12/2007 22:39:07: 12/24
> > > Humour.gif
> > > 23/12/2007 22:39:09: /Mémoire téléphone/Images/Humour.gif ===>
> > > /home/eric/tmp/test/Humour.gif
> > > 23/12/2007 22:39:09: 13/24
> > > Kama.gif
> > > 23/12/2007 22:39:24: /Mémoire téléphone/Images/Kama.gif ===>
> > > /home/eric/tmp/test/Kama.gif
> > > 23/12/2007 22:39:24: 14/24
> > > Lion.gif
> > > 23/12/2007 22:39:34: /Mémoire téléphone/Images/Lion.gif ===>
> > > /home/eric/tmp/test/Lion.gif
> > > 23/12/2007 22:39:34: 15/24
> > > Matin.jpg
> > > 23/12/2007 22:39:41: /Mémoire téléphone/Images/Matin.jpg ===>
> > > /home/eric/tmp/test/Matin.jpg
> > > 23/12/2007 22:39:41: 16/24
> > > Micros.jpg
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/Micros.jpg ===>
> > > /home/eric/tmp/test/Micros.jpg
> > > Moto.gif
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/Moto.gif ===>
> > > /home/eric/tmp/test/Moto.gif
> > > Orchidée.jpg
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/Orchidée.jpg ===>
> > > /home/eric/tmp/test/Orchidée.jpg
> > > Organique.jpg
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/Organique.jpg ===>
> > > /home/eric/tmp/test/Organique.jpg
> > > Rotation.gif
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/Rotation.gif ===>
> > > /home/eric/tmp/test/Rotation.gif
> > > Sony Ericsson.gif
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/Sony Ericsson.gif ===>
> > > /home/eric/tmp/test/Sony Ericsson.gif
> > > SP_A0074.jpg
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/SP_A0074.jpg ===>
> > > /home/eric/tmp/test/SP_A0074.jpg
> > > SP_A0076.jpg
> > > 23/12/2007 22:40:01: /Mémoire téléphone/Images/SP_A0076.jpg ===>
> > > /home/eric/tmp/test/SP_A0076.jpg
> > > 23/12/2007 22:40:01: 17/24
> > > 23/12/2007 22:40:01: 18/24
> > > 23/12/2007 22:40:01: 19/24
> > > 23/12/2007 22:40:01: 20/24
> > > 23/12/2007 22:40:01: 21/24
> > > 23/12/2007 22:40:01: 22/24
> > > 23/12/2007 22:40:01: 23/24
> > > 23/12/2007 22:40:01: 24/24
> > > 23/12/2007 22:40:01: Work completed
> > >
> > > as we can see after file number 17, the two debug line are not in
> > > synchro anymore !
> > >
> > > I use this loop in the working handle of a backgroundworker
> > >
> > > my sources are avaible at SF.net in the SVN section :
> > > http://sourceforge.net/projects/cs-obexftp/
> > > _______________________________________________
> > > Mono-list maillist  -  Mono-list at lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/mono-list
> >
>
Tomorow, at 17h (european time) i will go in holiday, without web and
for 3 week, so i just have 2 day to answer.


More information about the Mono-list mailing list