matthew

this crash start from OSX10.8 with my Mac.

thank you.
masahiro



On Sep 23, 2013, at 3:53 AM, Matthew Biederman <[email protected]> wrote:

> here with 10.7.5 
> 
> fps = 59-61
> 
> no crash.
> 
> MacBook Pro 15" 2.66 i7 8GB ram, 
> 
> hope that helps…
> matthew
> 
> On 2013-09-23, at 12:45 PM, masahiro kahata wrote:
> 
>> achim
>> 
>> i put fps patch to QC file.
>> 
>> GraphC2
>> <GraphC2.qtz>
>> 
>> 
>> PX2 : 60fps : then crash with OSX10.8.5
>> PX3 : 60fps : then crash with OSX10.8.4.
>> <PX2.rtf>
>> <PX3.rtf>
>> 
>> run with my other QC file speed goes down to 20 fps, then no crash.
>> 
>> when i tested before works with OSX10.8.4, but now not working. i think this 
>> is more correct. this file was track down from actual file. actual file was 
>> not working with OSX10.8.4 and OSX10.8.5.
>> so not working for both OS is ok.
>> 
>> this mean with my Mac, speed 60 fps makes problem with this QC file. then 
>> speed goes down works ok.
>> 
>> let me know any, thank you. 
>> your advice is nice.
>> i wonder how works this QC file with other Mac.
>> masahiro
>> 
>> 
>> 
>> 
>> 
>> On Sep 22, 2013, at 11:25 PM, Achim Breidenbach <[email protected]> wrote:
>> 
>>> Masahiro,
>>> 
>>> thanks for sending the crash logs. (BTW: You can copy and past the text out 
>>> of the crash log window into an email which is more convenient!)
>>> 
>>> You have to read the crash log from bottom to top:
>>> 
>>> Lines 24 through 11 are the QuartzComposer Editor code, quite usual.
>>> Lines 10 and 9 are system wide QuartzComposer code, which would also be 
>>> used by other applications when running compositions.
>>> Lines 8 and 7 are bridge call to the graphics card driver via OpenGL
>>> Line 6 and up is hardware specific code, driving the graphics card.
>>> 
>>> "gldPresentFrameBufferData" of line 6 suggest that graphic card is trying 
>>> to display the offscreen rendered window content and fails for some reason 
>>> in line 4.
>>> 
>>> My conclusion is, that there is a bug in the graphics driver that causes 
>>> some kind of memory leak due to the high rate of creating new textures (and 
>>> maybe not getting rid of them in time because they get cached). 
>>> 
>>> I suggest to use the "OpenGL Driver Monitor" app to check the used memory 
>>> inside the graphics card in order to see if my assumption is right.
>>> Secondly I would try to run the composition on another graphics card 
>>> hardware (but with the same MacOS version) to see, if its really a driver 
>>> problem of this specific graphics card.
>>> Third you can try to decrease the speed of creating the random text images 
>>> in order to give the graphics card some time to clean up the memory by 
>>> itself.
>>> 
>>> Hope this helps!
>>> 
>>> best,
>>> 
>>> Achim Breidenbach
>>> Boinx Software Ltd.
>>> 
>>> 
>>> On 22.09.2013, at 20:03, masahiro kahata wrote:
>>> 
>>>> achim
>>>> 
>>>> thank you for your opinion.
>>>> 
>>>> this QC application crash happened continue with my i7 MacBook Pro 17", 
>>>> soon after ( mean like few min, or so ) run attached QC file.
>>>> however when runs with other QC file which is i'm actually using, more 
>>>> complex QC file, it is works no problem and with this problem QC file run 
>>>> together then both works no problem. only problem happened when runs 
>>>> attached QC file.
>>>> also with OSX 10.8.4 and problem QC file no problem.
>>>> 
>>>> i removed all 3rd party plugin,  still same problem.
>>>> i attached PA1 and PA2 problem Report witch is with 3rd party plugin.
>>>> PB1 and PB2 problem Report witch is after removed 3rd party plugin then 
>>>> restart Mac. then run problem QC file.
>>>> 
>>>> i created this problem QC file by "track down from more complex QC file", 
>>>> what i found was something related dynamic texture / image map to Cube 
>>>> patch, so i made this QC file. it is so simple and very basic patch, so i 
>>>> don't know why not work.
>>>> really works no problem with many my more complex QC file with same my Mac 
>>>> and OSX 10.8.5.
>>>> 
>>>> thank you for any suggestion, comment.
>>>> masahiro
>>>> 
>>>> 
>>>> attached images is
>>>> PA1
>>>> PA2
>>>> PB1
>>>> PB2
>>>> 
>>>> <PA1.png><PA2.png><PB1.png><PB2.png>
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Sep 22, 2013, at 8:03 AM, Achim Breidenbach <[email protected]> wrote:
>>>> 
>>>>> Hi there,
>>>>> 
>>>>> in my opinion the version of QuartzComposer isn't relevant if the running 
>>>>> composition is crashing because all the patches and plugins don't come 
>>>>> with QuartzComposer, they are already installed in the operating system. 
>>>>> And: the system is running the composition rather than QuartzComposer. So 
>>>>> I think if a composition is crashing you either have some bogus 3rd party 
>>>>> plugin installed or the MacOS you are running has a bug.
>>>>> 
>>>>> Masahiro, can you post a crashlog?
>>>>> 
>>>>> best,
>>>>> 
>>>>> Achim Breidenbach
>>>>> Boinx Software Ltd.
>>>>> 
>>>>> On 21.09.2013, at 09:47, masahiro kahata wrote:
>>>>> 
>>>>>> Tamas
>>>>>> 
>>>>>> thank you for this.
>>>>>> 
>>>>>> I tested same file with 10.8.4 + QC V4.5 then works ok.
>>>>>> so maybe something different with 10.8.5.
>>>>>> 
>>>>>> one of reason i didn't use QC V4.6 is,
>>>>>> before release 10.8.5, mean with 10.8.4 and QC V4.6, UDP is not working 
>>>>>> correctly. so i didn't use QC V4.6
>>>>>> 
>>>>>> i need to test again, many things. with 10.8.5 + QC V4.6.
>>>>>> 
>>>>>> i'm using QC since begging 2005.
>>>>>> since then QC was many changes.
>>>>>> but this time was so big problem with mountain Lion.
>>>>>> 
>>>>>> masahiro
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> On Sep 20, 2013, at 11:55 PM, CoGe - Tamas Nagy <[email protected]> wrote:
>>>>>> 
>>>>>>> Hi,
>>>>>>> 
>>>>>>> on 10.8.5, you need to download the latest QC -  which is 4.6 - from 
>>>>>>> developer.apple.com (Additional Xcode downloads, Graphics Tools for 
>>>>>>> Xcode).
>>>>>>> 
>>>>>>> Tamas
>>>>>>> 
>>>>>>> On Sep 21, 2013, at 7:11 AM, masahiro kahata <[email protected]> wrote:
>>>>>>> 
>>>>>>>> hi.
>>>>>>>> 
>>>>>>>> somebody knows why this QC file can not run on OSX 10.8.5 ?
>>>>>>>> ( runs short time then quit )
>>>>>>>> 
>>>>>>>> Quartz Composer is version 4.5
>>>>>>>> 
>>>>>>>> i have so many problem with QC file to run with OSX 10.8.5
>>>>>>>> same QC files with OSX 10.6.8, works no problem.
>>>>>>>> 
>>>>>>>> let me know any.
>>>>>>>> thank you.
>>>>>>>> 
>>>>>>>> 
>>>>>>>> <GraphC1.qtz>
>>>>>>>> 
>>>>>>>> masahiro
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> _______________________________________________
>>>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>>>> Quartzcomposer-dev mailing list      
>>>>>>>> ([email protected])
>>>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>>>> https://lists.apple.com/mailman/options/quartzcomposer-dev/info%40cogevj.hu
>>>>>>>> 
>>>>>>>> This email sent to [email protected]
>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> _______________________________________________
>>>>>> Do not post admin requests to the list. They will be ignored.
>>>>>> Quartzcomposer-dev mailing list      ([email protected])
>>>>>> Help/Unsubscribe/Update your Subscription:
>>>>>> https://lists.apple.com/mailman/options/quartzcomposer-dev/achim%40boinx.com
>>>>>> 
>>>>>> This email sent to [email protected]
>>>>> 
>>>> 
>>> 
>> 
>> _______________________________________________
>> Do not post admin requests to the list. They will be ignored.
>> Quartzcomposer-dev mailing list      ([email protected])
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/quartzcomposer-dev/m.biederman%40sympatico.ca
>> 
>> This email sent to [email protected]
> 

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to