<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>33</bug_id>
          
          <creation_ts>2003-08-11 04:21:40 +0200</creation_ts>
          <short_desc>Animator prevents normal program exit.</short_desc>
          <delta_ts>2010-03-24 07:45:47 +0100</delta_ts>
          <reporter_accessible>0</reporter_accessible>
          <cclist_accessible>0</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Jogl</product>
          <component>core</component>
          <version>1</version>
          <rep_platform>All</rep_platform>
          <op_sys>windows</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>DEFECT</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>49</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2010-03-24 07:45:47 +0100</bug_when>
    <thetext>


---- Reported by lamere 2003-08-11 04:21:40 ----

On win32, when I use the Animator, even though I&apos;ve properly &apos;stopped&apos; the
animator, when my program calls &apos;System.exit()&apos; the program will not exit. I
must kill the program manually with the task manager.

I&apos;ve noticed that if I remove the workaround for the Nvidia driver https://jogl.dev.java.net/bugs/show_bug.cgi?id=80174 in
the animator, this problem goes away. That is, if I remove the code at lines
69-72 of the Animator:

    // Workaround for NVidia driver https://jogl.dev.java.net/bugs/show_bug.cgi?id=80174
    if (drawable instanceof GLCanvas) {
      ((GLCanvas) drawable).willSetRenderingThread();
    }

My program will exit normally.

Environment:

Win32
JDK 1.4.2
Jogl version July 17
Radeon 7500
P4 2.4 Ghz



---- Additional Comments From kbr 2005-01-30 22:55:15 ----

Sorry for not commenting on this bug earlier. There have been many bug fixes to
JOGL since its initial release, and in particular several recent workarounds for
bugs in ATI&apos;s OpenGL drivers. The latest such workarounds are currently in the
CVS repository; they will be in the forthcoming 1.1 b08. Please retest your
application once this beta comes out and reopen this issue or file a new bug if
problems persist.




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:45 EDT  ---

This bug was previously known as _bug_ 33 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=33
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>