Rocket Division Software
http://www.starburnsoftware.com/forum/

CacheObject allocation error
http://www.starburnsoftware.com/forum/starburn-sdk-f3/cacheobject-allocation-error-t2437-15.html
Page 2 of 2

Author:  andrey(staff) [ Thu Oct 03, 2013 10:45 am ]
Post subject:  Re: CacheObject allocation error

1)Can you provide as with your code where you are using our SDK?
Maybe you don't destroy all toolkit objects which you use.

2)We will try to burn over 200 discs and will detect memory leaks if them exist.
-What disc type do you use?
-What disc capacity do you use?
-How much data do you burn?
-What file system type(ISO 9660, ISO 9660 + Joliet, UDF) do you use?

Author:  jtrammell [ Fri Oct 04, 2013 5:06 pm ]
Post subject:  Re: CacheObject allocation error

1. Aside from the change you suggested, the code is identical to what has already been posted...
We open with:
result = StarBurn_CdvdBurnerGrabber_Create(&m_Handle, textresult, sizeof(textresult), &sysresult, &cdbinfo, (PCALLBACK) StarBurnCallback, this, m_PortId, m_BusId, m_TargetId, m_LUN, STARBURN_CACHE_SIZE_READ_ONLY);
We close with:
StarBurn_Destroy(&m_Handle);
I imagine that the log file I posted will verify that all handles are being released once their affiliated actions are completed.

2. We are not burning discs, we are ripping them.

Author:  alexander (staff) [ Mon Oct 07, 2013 8:52 am ]
Post subject:  Re: CacheObject allocation error

Please correct me.
You ripping discs using StarBurn_CdvdBurnerGrabber_GrabTrack ?

Author:  jtrammell [ Mon Oct 07, 2013 5:50 pm ]
Post subject:  Re: CacheObject allocation error

That depends on the user. If they select ISO mode, then the application uses either GrabCD or GrabDVD. If the user selects file mode then fread is used.

Author:  alexander (staff) [ Wed Oct 16, 2013 9:27 am ]
Post subject:  Re: CacheObject allocation error

We performed a lot of tests, but memory leaks wasn't detected.
Currently you use ASPI transport protocol, please try SPTI (StarBurn_CdvdBurnerGrabber_CreateEx) or SPTD (StarBurn_CdvdBurnerGrabber_CreateExEx). I'm not sure, but maybe it help.

Author:  andrey(staff) [ Wed Oct 16, 2013 11:46 am ]
Post subject:  Re: CacheObject allocation error

Jtrammell,

Can you provide us with logs where you reproduced this issue last time?

Author:  jtrammell [ Wed Oct 16, 2013 5:19 pm ]
Post subject:  Re: CacheObject allocation error

Alexander,

I'll see what I can do. I'm not sure we really have the budget to be taking shots in the dark, though...

Andrey,

Here is the log again.

Attachments:
Starburn.zip [14.7 KiB]
Downloaded 1251 times

Author:  andrey(staff) [ Thu Oct 17, 2013 7:50 am ]
Post subject:  Re: CacheObject allocation error

It's old log file. Which we have already discussed.
We need a new one, where you have already fixed device enumeration.

Page 2 of 2 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/