Csound Csound-dev Csound-tekno Search About

[Cs-dev] Crash on exiting QuteCsound

Date2009-09-30 02:11
FromMichael Gogins
Subject[Cs-dev] Crash on exiting QuteCsound
#0  0x004080ab in ?? ()
#1  0x02701008 in ?? ()
#2  0x0022fba4 in ?? ()
#3  0x0022fb30 in ?? ()
#4  0x0022fca0 in ?? ()
#5  0x00240000 in ?? ()
#6  0x7c90e920 in strchr () from C:\WINDOWS\system32\ntdll.dll
#7  0x7c927788 in ntdll!RtlPcToFileHeader () from C:\WINDOWS\system32\ntdll.dll
#8  0x6f233196 in csoundMessage (csound=0x2701008, format=0x6f24d164
"inactive allocs returned to freespace\n")
    at Top\csound.c:1684
#9  0x6f1cec08 in orcompact (csound=0x2701008) at Engine\insert.c:639
#10 0x6f1d5d6e in csoundCleanup (csound=0x2701008) at Engine\musmon.c:394
#11 0x6f231dba in csoundReset (csound=0x2701008) at Top\csound.c:2333
#12 0x6f2334a4 in csoundDestroy (csound=0x2701008) at Top\csound.c:1095
#13 0x6f233511 in destroy_all_instances () at Top\csound.c:687
#14 0x6f1c102f in __dll_exit () from
d:\utah\home\mkg\csound-mingw-release\csound64.dll.5.2
#15 0x6f1c10f5 in DllMainCRTStartup@12 () from
d:\utah\home\mkg\csound-mingw-release\csound64.dll.5.2
#16 0x7c90118a in ntdll!LdrSetAppCompatDllRedirectionCallback () from
C:\WINDOWS\system32\ntdll.dll
#17 0x6f1c0000 in ?? ()
#18 0x00000000 in ?? ()

The cause of the crash is trying to print from Csound when Csound is
trying to destroy itself. Csound uses atexit to register
destroy_all_instances. Why is this done?

Regards,
Mike

-- 
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-09-30 07:41
Fromvictor
SubjectRe: [Cs-dev] Crash on exiting QuteCsound
In the Mac it does not crash, but I noticed the printout, which was
not there before.

Victor
----- Original Message ----- 
From: "Michael Gogins" 
To: "Developer discussions" 
Sent: Wednesday, September 30, 2009 2:11 AM
Subject: [Cs-dev] Crash on exiting QuteCsound


> #0  0x004080ab in ?? ()
> #1  0x02701008 in ?? ()
> #2  0x0022fba4 in ?? ()
> #3  0x0022fb30 in ?? ()
> #4  0x0022fca0 in ?? ()
> #5  0x00240000 in ?? ()
> #6  0x7c90e920 in strchr () from C:\WINDOWS\system32\ntdll.dll
> #7  0x7c927788 in ntdll!RtlPcToFileHeader () from 
> C:\WINDOWS\system32\ntdll.dll
> #8  0x6f233196 in csoundMessage (csound=0x2701008, format=0x6f24d164
> "inactive allocs returned to freespace\n")
>    at Top\csound.c:1684
> #9  0x6f1cec08 in orcompact (csound=0x2701008) at Engine\insert.c:639
> #10 0x6f1d5d6e in csoundCleanup (csound=0x2701008) at Engine\musmon.c:394
> #11 0x6f231dba in csoundReset (csound=0x2701008) at Top\csound.c:2333
> #12 0x6f2334a4 in csoundDestroy (csound=0x2701008) at Top\csound.c:1095
> #13 0x6f233511 in destroy_all_instances () at Top\csound.c:687
> #14 0x6f1c102f in __dll_exit () from
> d:\utah\home\mkg\csound-mingw-release\csound64.dll.5.2
> #15 0x6f1c10f5 in DllMainCRTStartup@12 () from
> d:\utah\home\mkg\csound-mingw-release\csound64.dll.5.2
> #16 0x7c90118a in ntdll!LdrSetAppCompatDllRedirectionCallback () from
> C:\WINDOWS\system32\ntdll.dll
> #17 0x6f1c0000 in ?? ()
> #18 0x00000000 in ?? ()
>
> The cause of the crash is trying to print from Csound when Csound is
> trying to destroy itself. Csound uses atexit to register
> destroy_all_instances. Why is this done?
>
> Regards,
> Mike
>
> -- 
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register 
> now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel 


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-09-30 10:46
FromVictor Lazzarini
SubjectRe: [Cs-dev] Crash on exiting QuteCsound
This is what I get on a ctrl-c exit:

signalflowgraph: CsoundModuleDestroy(0xdc000)

I can see it comes from the signalflowgraph.cpp file. So I guess this  
is unrelated
to Mike's crash report.

Victor


On 30 Sep 2009, at 02:11, Michael Gogins wrote:

> #0  0x004080ab in ?? ()
> #1  0x02701008 in ?? ()
> #2  0x0022fba4 in ?? ()
> #3  0x0022fb30 in ?? ()
> #4  0x0022fca0 in ?? ()
> #5  0x00240000 in ?? ()
> #6  0x7c90e920 in strchr () from C:\WINDOWS\system32\ntdll.dll
> #7  0x7c927788 in ntdll!RtlPcToFileHeader () from C:\WINDOWS 
> \system32\ntdll.dll
> #8  0x6f233196 in csoundMessage (csound=0x2701008, format=0x6f24d164
> "inactive allocs returned to freespace\n")
>    at Top\csound.c:1684
> #9  0x6f1cec08 in orcompact (csound=0x2701008) at Engine\insert.c:639
> #10 0x6f1d5d6e in csoundCleanup (csound=0x2701008) at Engine 
> \musmon.c:394
> #11 0x6f231dba in csoundReset (csound=0x2701008) at Top\csound.c:2333
> #12 0x6f2334a4 in csoundDestroy (csound=0x2701008) at Top\csound.c: 
> 1095
> #13 0x6f233511 in destroy_all_instances () at Top\csound.c:687
> #14 0x6f1c102f in __dll_exit () from
> d:\utah\home\mkg\csound-mingw-release\csound64.dll.5.2
> #15 0x6f1c10f5 in DllMainCRTStartup@12 () from
> d:\utah\home\mkg\csound-mingw-release\csound64.dll.5.2
> #16 0x7c90118a in ntdll!LdrSetAppCompatDllRedirectionCallback () from
> C:\WINDOWS\system32\ntdll.dll
> #17 0x6f1c0000 in ?? ()
> #18 0x00000000 in ?? ()
>
> The cause of the crash is trying to print from Csound when Csound is
> trying to destroy itself. Csound uses atexit to register
> destroy_all_instances. Why is this done?
>
> Regards,
> Mike
>
> -- 
> Michael Gogins
> Irreducible Productions
> http://www.michael-gogins.com
> Michael dot Gogins at gmail dot com
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart  
> your
> developing skills, take BlackBerry mobile applications to market and  
> stay
> ahead of the curve. Join us from November 9-12, 2009. Register  
> now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net