Results 1 to 11 of 11

Thread: VB6 repeated crashes ** Unresolved **

  1. #1

    Thread Starter
    Hyperactive Member maxl's Avatar
    Join Date
    Jan 2002
    Location
    Montréal
    Posts
    384

    Thumbs down VB6 repeated crashes ** Unresolved **

    Here's the problem : 90 % of the time i close a certain mdi child form (I don't do any subclassing in this form) in my program, VB crashes. This only happens when I run my program from VB, the compiled version works just fine.
    Here'S the detail of the error message I get :
    Code:
    VB6 a causé une défaillance de page dans
     le module KERNEL32.DLL à 017f:bff7b9f6.
    Registres :
    EAX=7fc39e61 CS=017f EIP=bff7b9f6 EFLGS=00010202
    EBX=007ffe28 SS=0187 ESP=00700000 EBP=00700028
    ECX=00701dd8 DS=0187 ESI=00000001 FS=3407
    EDX=00000001 ES=0187 EDI=8175b9d4 GS=0000
    Octets à CS : EIP :
    57 89 65 e8 75 04 33 c0 eb 54 85 c0 74 4b c7 45 
    État de la pile :
    00000001 007ffe28 7fc39e61 00000001 007ffe28 7fc39e61 00701dd8 bffc05b4 bff79250 ffffffff 00701de8 bff7ce23 7fc39e61 00000001 7fc33046 7fc39e61
    Quick french/english transalation :
    VB6 has caused a page failure in the KERNEL32.DLL at 017f:bff7b9f6
    Registres = Registers
    Octets = Byte
    État de la pile : State of the stack

    Win 98( ), VB6 SP5

    Any Idea what might be the cause of this ?? Thanks.
    Last edited by maxl; Feb 14th, 2003 at 03:25 PM.
    COBOL sa suce !!!

  2. #2
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Step through your coding and see what line is causing the crash.
    Please rate my post.

  3. #3

    Thread Starter
    Hyperactive Member maxl's Avatar
    Join Date
    Jan 2002
    Location
    Montréal
    Posts
    384
    It doesn't crashes on a particular line, it crashes after the end sub of the Unload event
    COBOL sa suce !!!

  4. #4
    Fanatic Member
    Join Date
    Sep 2000
    Location
    Over There
    Posts
    522
    reinstall vb, always works for me.
    It Never Fails. Everytime I try to make a program idiot proof, the world makes a better idiot.

  5. #5

    Thread Starter
    Hyperactive Member maxl's Avatar
    Join Date
    Jan 2002
    Location
    Montréal
    Posts
    384
    Originally posted by Dalceon
    reinstall vb, always works for me.
    Thanks , but already tryed that
    COBOL sa suce !!!

  6. #6
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    Does the crash only occur in this project, or can you reproduce it seperately?
    Please rate my post.

  7. #7
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Subclassing issue?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  8. #8

    Thread Starter
    Hyperactive Member maxl's Avatar
    Join Date
    Jan 2002
    Location
    Montréal
    Posts
    384
    Go it !! Thanks all, I've copied everything on the form on a new one and it appears to have stopped.
    COBOL sa suce !!!

  9. #9
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Do you have ne of those ADDINS that sorts your routines? I used to use one, and on soem forms, after the sort, in break mode, you could see the code jumping all over the place for no rhyme or reason. Could this have cause your problem (NOTE : My app also worked in the Compiled mode).
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  10. #10

    Thread Starter
    Hyperactive Member maxl's Avatar
    Join Date
    Jan 2002
    Location
    Montréal
    Posts
    384
    I don't use any addins. And I just found that that my bug is only resolved when I have only one instance of the form opened. When there's more than one it crashes when I close the first one.
    COBOL sa suce !!!

  11. #11
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Well

    Are you creating second instance from first? Are there any special controls on the form?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width