What this error mean

hi,
I am doing a code inspector i have got a warning,
" Generically buffered key area not completely specified for table CSKS."
What does error mean how to rectify it.

HI
THIS ERROR ARISES BECAUSE YOU SELECTED GENERIC BUFFERING IN THE TECHNICAL SETTING OF THE TABLE AND YOU TRIED THE SELECT STATEMENT WITHOUT MENTIONING THAT KEY FIELD USED.
RECTIFICATION
WHEN YOU ACCESS THE DATA FROM THAT TABLE THE GENERIC KEY SHOULD BE REFERRED SO THAT THE WHOLE GENERIC AREA IS LOADED INTO THE TABLE BUFFER.
FOR MORE DETAILS CHECK THE LINK
<a href="http://help.sap.com/saphelp_nw04/helpdata/en/aa/4734a00f1c11d295380000e8353423/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/aa/4734a00f1c11d295380000e8353423/content.htm</a>
OR
<a href="http://cma.zdnet.com/book/abap/ch05/ch05.htm">http://cma.zdnet.com/book/abap/ch05/ch05.htm</a>
if this finds useful please reward points.
REGARDS
ANOOP

Similar Messages

  • Can anyone tell me what this error means?

    Hi All
    The following error was encountered by a printer who has opened a supplied PDF in Acrobat, Saved it as a postscript and then run it through distiller server 6. Can anyone tell me what this error means and what sort of things can cause it?
    %%[ Error: syntaxerror; OffendingCommand: ! ]%%
    Stack:
    /PaintProc
    5.32031
    /YStep
    258.404
    /XStep
    [257.404 5.32031 258.404 5.32031]
    /BBox
    1
    /TilingType
    1
    /PaintType
    1
    /PatternType
    -mark-
    -mark-
    -mark-
    -save-
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%

    Something to do with software from wireless.umass.edu.

  • I don't know what this error means. Can anybody help?

    What does the following error mean? How do I fix it? Both HelloWorld.class and Hello.html are in the Java directory. I also get an error when I try to run the applet in a browser--applet noninited. I'm just trying to go through the tutorial, but they don't mention this as one of the errors possible.
    In the MS-DOS prompt when I try to run the appletviewer, I get:
    C:\Java>appletviewer Hello.html
    load: class HelloWorld.class not found.
    java.lang.ClassNotFoundException: HelloWorld.class
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:151)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:112)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:262)
    at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:478)
    at sun.applet.AppletPanel.createApplet(AppletPanel.java:548)
    at sun.applet.AppletPanel.runLoader(AppletPanel.java:477)
    at sun.applet.AppletPanel.run(AppletPanel.java:290)
    at java.lang.Thread.run(Thread.java:536)
    Caused by: java.io.IOException: open HTTP connection failed.
    at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:224)
    at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:40)
    at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:141)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:138)
    ... 8 more
    Thanks for any help on this topic.
    booktoad28

    Hello Toad,
    Your problem is a simple matter, you have not put your "java" directory in your classpath.
    Try this on DOS prompt
    set CLASSPATH=%CLASSPATH%;[full path to your "java" directory]
    [email protected]

  • Anybody knows what this error means?

    I tried to connect to IBM DB2 client V7.1 in solaris system with Java 1.3 SDK and got this error:
    java.sql.SQLException: [IBM][JDBC Driver] CLI0647E Error allocating
    DB2 environment handle, rc=-1.
    Does anybody know what this means? and how to solve it? You any hints and suggestions would be highly appreciated!
    Lijun

    Hi, I just found this answer on the other forum, not sure if it helps:
    Here is the original message
    Hi,
    I am using a servlet which is loading the driver class for DB2 and I get the following error.
    java.sql.SQLException: [IBM][JDBC Driver] CLI0647E Error allocating DB2 environment handle, rc=-1.
    at COM.ibm.db2.jdbc.app.DB2Driver.<init>(DB2Driver.java:254)
    at java.lang.Class.newInstance0(Native Method)
    Can someone help me with this?
    Thanks.
    Reply
    Hi,
    I had this problem on a Solaris 7 system. We fixed the problem by executing the db2profile script in the user's login script. The db2profile script can probably be found in the installation directory's sqllib directory. This script sets up several environment variables required by the DB2 client software.
    Be advised that you must also comment any statements that deal with the IFS environment variable as this will replace certain characters in your PATH with ':'.
    Good luck!

  • HT1040 Does anyone know what this error means?

    I keep trying to order a book and it won't let me because it always says there was an error uploading! Thanks!
    Error(when trying to preview book) "The operation couldn’t be completed. (com.apple.chameleon.pdfGenerate error 1."
    Thank you!

    This error message usually means, that you have included an image in your book, that is corrupted and cannot be included in the pdf-file. You need to find the corrupted image and to remove it from the book. Try to print your book to a pdf file and browse the pdf file. Probably you will se blank spots where the corrupted image should appear; you may want to have a look at this thread:
    Re: iPhoto book error - won't complete book order
    Regards
    Léonie

  • Anyone know what this Error means in java?

    I keep getting this error line after compiling.....
    "java:39: <identifier> expected UM.add(Student(stu1));"
    what is it telling me? what is an identifier?
    UM is a instance of School and I am trying to add a student to UM.
    In the school class I have this method
    public boolean add(Student s)
    return studentList.add(s);
    Note that studentList is a LinkedList
    help

    I doubt boolean will work. Boolean only returns two items.
    True or False. We just went through all of that in my class
    at school. In your program, try to make it a String if you are
    calling up another method.

  • Does anyone know what this error means? - NSURLErrorDomain error -1100

    I am getting this error when I try to update iTunes on my Mac

    If you are placing this code inside the Flash fla file, on the timeline, you do not use "private", "public", etc... declarations.
    just use...
    function onEnterFrame(event:Event):void
                  addEventListener(Event.ENTER_FRAME, onEnterFrame);
    The private/public/etc declarations are used in class files (.as files)

  • TS1424 When trying to download prior purchases on ITunes, I keep getting error 3131. What does this mean? I can't find what this error means.

    When trying to download purchase music from ITunes, I keep getting that it can't because of error 3131. What does this mean?

    Must be a temporary glitch...seems to be up and running again.

  • Can't figure out what this error means for a TLD file

    I am new to Java and I am getting the following error. I a tld file in a tlds folder under the Web-inf folder. I am running tomcat 5.5.17. I also put the file in the Web.xml. What else do I need to do?
    javax.servlet.ServletException: javax.servlet.jsp.tagext.TagInfo.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/servlet/jsp/tagext/TagLibraryInfo;Ljavax/servlet/jsp/tagext/TagExtraInfo;[Ljavax/servlet/jsp/tagext/TagAttributeInfo;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljavax/servlet/jsp/tagext/TagVariableInfo;Z)V
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:272)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    root cause
    java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagInfo.<init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljavax/servlet/jsp/tagext/TagLibraryInfo;Ljavax/servlet/jsp/tagext/TagExtraInfo;[Ljavax/servlet/jsp/tagext/TagAttributeInfo;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljavax/servlet/jsp/tagext/TagVariableInfo;Z)V
         org.apache.jasper.compiler.TagLibraryInfoImpl.createTagInfo(TagLibraryInfoImpl.java:435)
         org.apache.jasper.compiler.TagLibraryInfoImpl.parseTLD(TagLibraryInfoImpl.java:248)
         org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:162)
         org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:423)
         org.apache.jasper.compiler.Parser.parseDirective(Parser.java:492)
         org.apache.jasper.compiler.Parser.parseElements(Parser.java:1552)
         org.apache.jasper.compiler.Parser.parse(Parser.java:126)
         org.apache.jasper.compiler.ParserController.doParse(ParserController.java:211)
         org.apache.jasper.compiler.ParserController.parse(ParserController.java:100)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:155)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:295)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:303)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:853)

    Using Java 1.5. This code is from a book example, and I tried emailing the company, but haven't heard anything.
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE taglib
    PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN"
    "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd">
    <taglib>
    <tlibversion>1.0</tlibversion>
    <jspversion>1.2</jspversion>
    <shortname></shortname>
    <info>The tag library for the murach applications</info>
    <tag>
    <name>today</name>
    <tagclass>tags.SimpleDateTag</tagclass>
    <info>Returns the current date</info>
    </tag>
    <tag>
    <name>time</name>
    <tagclass>tags.CurrentTimeTag</tagclass>
    </tag>
    <tag>
    <name>checkfield</name>
    <tagclass>tags.AttributeRequiredTag</tagclass>
    <bodycontent>empty</bodycontent>
    <attribute>
    <name>color</name>
    <required>false</required>
    </attribute>
    <attribute>
    <name>field</name>
    <required>true</required>
    <rtexprvalue>true</rtexprvalue>
    </attribute>
    </tag>
    <tag>
    <name>weekday</name>
    <tagclass>tags.BodyWeekdayTag</tagclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    <tag>
    <name>products</name>
    <tagclass>tags.ProductsTag</tagclass>
    <teiclass>tags.ProductsTEI</teiclass>
    <bodycontent>JSP</bodycontent>
    </tag>
    </taglib>
    This is the SimpleDateTag class, which is being referenced.
    package tags;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    import java.io.*;
    import java.util.*;
    import java.text.DateFormat;
    public class SimpleDateTag extends TagSupport{
    public int doStartTag() throws JspException{
    Calendar calDate = new GregorianCalendar();
    Date now = calDate.getTime();
    DateFormat shortDate = DateFormat.getDateInstance(DateFormat.SHORT);
    String today = shortDate.format(now);
    try {
    JspWriter out = pageContext.getOut();
    out.print("The current date is " + today + ".");
    catch (IOException ioe){
    System.out.println("SimpleDateTag IOException: " + ioe);
    return SKIP_BODY;
    }

  • Anyone know what this error means/how to fix it?:  An error occurred while restoring this iPhone (-50).

    My sister-in-law wanted the new Operating System for the IPhone 4, and i plugged her phone into MY macbook in order to do this.   Before I updated the operating system, I synced her phone (at least I thought) to my computer.   It went through the whole process, transferred her purchases and everything.   But once I updated the operating system, it gave me the error message "An error occurred while restoring this iPhone (-50)." right at the end.   Then her photos, videos, and contacts were all gone.   Could these possibly still be on my computer somehow and I just can't see them?  I don't want her to lose all of her stuff.   Thanks.

    Normally you would be able to do a Restore from Backup in iTunes, but since no backups are saved in YOUR iTunes, you're out of luck.

  • Unsure what this error means? Do I need to be concerned?

    Critical Alarms:
            Alarm ID                 Module/Submodule               Instance
       1 svcdisabled               nodemgr                      nscd                    
         ### ## 07:01:28.580 UTC, Processing Error Alarm, #000017, 2000:330001
         nodemgr: The nscd service has been disabled.
    I appreciate any information.
    Thanks.

    Kiran,
    This device is a:
    Model: WAE-7371-KP
    Memory: 24576MB
    Version: 4.3.1
    Hope that this is helpful.
    Regards,
    Rob

  • Anyone know what this error means. My macbook keeps rebooting randomly.

    This is jiberish to me.
    Interval Since Last Panic Report:  204963 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    B58A4BE6-1391-349D-0DEA-5B58FB47E531
    Mon Mar 11 20:43:49 2013
    panic(cpu 4 caller 0xffffff7fa53abb25): NVRM[0/1:0:0]: Read Error 0x00800004: CFG 0x0fd510de 0x00100406 0xc0000000, BAR0 0x103000000 0xffffff80dc03d000 0x0e7150a2, D0, P0/3
    Backtrace (CPU 4), Frame : Return Address
    0xffffff80dbcc3320 : 0xffffff8024c1d626
    0xffffff80dbcc3390 : 0xffffff7fa53abb25
    0xffffff80dbcc3420 : 0xffffff7fa54a54b3
    0xffffff80dbcc3480 : 0xffffff7fa579d0b5
    0xffffff80dbcc34a0 : 0xffffff7fa5793e0b
    0xffffff80dbcc3500 : 0xffffff7fa5496905
    0xffffff80dbcc3610 : 0xffffff7fa5497397
    0xffffff80dbcc3660 : 0xffffff7fa538304e
    0xffffff80dbcc36b0 : 0xffffff7fa538674e
    0xffffff80dbcc3750 : 0xffffff7fa53b115e
    0xffffff80dbcc3940 : 0xffffff7fa53b225a
    0xffffff80dbcc3a10 : 0xffffff7fa559ef0f
    0xffffff80dbcc3ae0 : 0xffffff7fa55a7eb6
    0xffffff80dbcc3b90 : 0xffffff7fa559c61c
    0xffffff80dbcc3d10 : 0xffffff7fa53483c7
    0xffffff80dbcc3d80 : 0xffffff7fa533257b
    0xffffff80dbcc3df0 : 0xffffff7fa53351b8
    0xffffff80dbcc3e60 : 0xffffff7fa5334db4
    0xffffff80dbcc3ec0 : 0xffffff7fa52fb90e
    0xffffff80dbcc3ef0 : 0xffffff80250472a8
    0xffffff80dbcc3f30 : 0xffffff8025045daa
    0xffffff80dbcc3f80 : 0xffffff8025045ed9
    0xffffff80dbcc3fb0 : 0xffffff8024cb26b7
          Kernel Extensions in backtrace:
             com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7fa52ed000->0xffffff7fa5324fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.1)[9901C237-547C-3B52-99DE-C4870A19E2B5]@0xffff ff7fa52b2000
             com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7fa5330000->0xffffff7fa5341fff
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7fa52ed000
                dependency: com.apple.iokit.IOPCIFamily(2.7.1)[9901C237-547C-3B52-99DE-C4870A19E2B5]@0xffff ff7fa52b2000
             com.apple.NVDAResman(8.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7fa5344 000->0xffffff7fa5646fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.1)[9901C237-547C-3B52-99DE-C4870A19E2B5]@0xffff ff7fa52b2000
                dependency: com.apple.iokit.IONDRVSupport(2.3.5)[86DDB71C-A73A-3EBE-AC44-0BC9A38B9A44]@0xff ffff7fa5330000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.5)[803496D0-ADAD-3ADB-B071-8A0A197DA53D]@0 xffffff7fa52ed000
             com.apple.nvidia.nvGK100hal(8.0)[471B8D86-06A7-362A-A2C8-E894625AA9B3]@0xffffff 7fa5654000->0xffffff7fa5957fff
                dependency: com.apple.NVDAResman(8.0.0)[A4C53A36-22B6-3075-82B9-9DE612A9C015]@0xffffff7fa53 44000
                dependency: com.apple.iokit.IOPCIFamily(2.7.1)[9901C237-547C-3B52-99DE-C4870A19E2B5]@0xffff ff7fa52b2000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12C54
    Kernel version:
    Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    Kernel UUID: 69A5853F-375A-3EF4-9247-478FD0247333
    Kernel slide:     0x0000000024a00000
    Kernel text base: 0xffffff8024c00000
    System model name: MacBookPro9,1 (Mac-4B7AC7E43945597E)
    System uptime in nanoseconds: 18063557112202
    last loaded kext at 722821920985: com.apple.filesystems.smbfs          1.8 (addr 0xffffff7fa6fc5000, size 229376)
    last unloaded kext at 204136469250: com.apple.driver.AppleFileSystemDriver          3.0.1 (addr 0xffffff7fa6eaa000, size 8192)
    loaded kexts:
    com.apple.filesystems.smbfs          1.8
    com.apple.filesystems.udf          2.3
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f33
    com.apple.driver.AudioAUUC          1.60
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.X86PlatformShim          1.0.0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.1f2
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMikeyDriver          2.3.1f2
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.GeForce          8.0.0
    com.apple.driver.AppleMuxControl          3.2.11
    com.apple.driver.AppleSMCLMU          2.0.2d0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.driver.AppleSMCPDRC          1.0.0
    com.apple.driver.AppleIntelHD4000Graphics          8.0.0
    com.apple.driver.AppleIntelFramebufferCapri          8.0.0
    com.apple.driver.AppleLPC          1.6.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.11
    com.apple.driver.AppleUSBTCButtons          235.4
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBTCKeyboard          235.4
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.2
    com.apple.driver.AppleUSBHub          5.2.5
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleFWOHCI          4.9.6
    com.apple.driver.AirPort.Brcm4331          602.15.22
    com.apple.driver.AppleAHCIPort          2.4.1
    com.apple.driver.AppleUSBEHCI          5.4.0
    com.apple.driver.AppleUSBXHCI          1.4.0
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.1f2
    com.apple.iokit.IOAudioFamily          1.8.9fc10
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f33
    com.apple.nvidia.nvGK100hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleHDAController          2.3.1f2
    com.apple.iokit.IOHDAFamily          2.3.1f2
    com.apple.driver.X86PlatformPlugin          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.iokit.IOSurface          86.0.3
    com.apple.iokit.IOBluetoothFamily          4.0.9f33
    com.apple.driver.AppleSMC          3.1.4d2
    com.apple.driver.AppleGraphicsControl          3.2.11
    com.apple.iokit.IONDRVSupport          2.3.5
    com.apple.iokit.IOGraphicsFamily          2.3.5
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          235.7
    com.apple.iokit.IOUSBHIDDriver          5.2.5
    com.apple.driver.AppleUSBMergeNub          5.2.5
    com.apple.driver.AppleUSBComposite          5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.1.1
    com.apple.iokit.IOUSBUserClient          5.2.5
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.2.1
    com.apple.iokit.IOUSBFamily          5.4.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.21
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7.1
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacBookPro9,1, BootROM MBP91.00D3.B08, 4 processors, Intel Core i7, 2.3 GHz, 4 GB, SMC 2.1f173
    Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 384 MB
    Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3230554638424455302D474E2D4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF5), Broadcom BCM43xx 1.0 (5.106.98.81.22)
    Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: APPLE HDD HTS547550A9E384, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8, 4.2 GB
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0x1a110000 / 3
    USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0x1d180000 / 3
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0x1d182000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0252, 0x1d183000 / 5
    USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821d, 0x1d181300 / 9

    That panic was not caused by third-party software. If the problem is recurrent, the possibilities are:
    A damaged OS X installation
    A fault in a peripheral device, if any
    Corrupt non-volatile memory (NVRAM)
    An internal hardware fault
    An obscure bug in OS X
    You can rule out the first two possibilities by reinstalling the OS and testing with non-essential peripherals disconnected and aftermarket expansion cards removed, if applicable. Sometimes a clean reinstallation (after erasing the startup volume) may solve a problem that isn't solved by reinstalling in place, without erasing.
    Corrupt NVRAM, which rarely causes panics, can be ruled out by resetting it as directed in this support article.
    If you've recently upgraded the memory, reinstall the original memory and see whether there's any improvement. Be careful not to touch the gold contacts on the memory modules when handling them. If necessary, clean them with a mild solvent such as rubbing alcohol.
    The Apple Hardware Test, though generally unreliable, will sometimes detect a fault. A negative test can't be depended on. Run the extended version of the test.
    In the category of obscure bugs, reports suggest that FileVault may trigger kernel traps under some unknown conditions. Most, though not all, of these reports seem to involve booting from an aftermarket SSD. If those conditions apply to you, try deactivating FileVault.
    If none of the above applies, make a "Genius" appointment at an Apple Store to have the machine tested. You may have to leave it there for several days. There isn't much point in doing this unless you can reproduce the panic, or if you can't, it happens often enough that it's likely to be repeated at the store. Otherwise you may be told that nothing is wrong.
    Print the first page of the panic report and bring it with you.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you know how to restore, and you have at least  two independent backups.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

  • PLEASE CAN YOU TELL ME WHAT THIS ERROR MEANS?

    The script attached to my button reads:-
    //This script takes the user to Scene 1 when opendoor is
    released
    on(Release) = function (){
    gotoAndStop("Scene 1", 1);
    The errors in the Output Panel are:-
    **Error** Scene=Scene 2, layer=door, frame=1:Line 2: '{'
    expected
    on(Release) = function () {
    **Error** Scene=Scene 2, layer=door, frame=1:Line 4:
    Statement must appear within on handler
    I will be eternally grateful to anyone who can sort me out!!

    SLMHILL wrote:
    > The script attached to my button reads:-
    >
    > //This script takes the user to Scene 1 when opendoor is
    released
    > on(Release) = function (){
    > gotoAndStop("Scene 1", 1);
    > };
    >
    > The errors in the Output Panel are:-
    >
    > **Error** Scene=Scene 2, layer=door, frame=1:Line 2: '{'
    expected
    > on(Release) = function () {
    >
    > **Error** Scene=Scene 2, layer=door, frame=1:Line 4:
    Statement must appear
    > within on handler
    > };
    >
    > I will be eternally grateful to anyone who can sort me
    out!!
    >
    >
    >
    SLMHILL,
    You're mixing two ways of writing event handlers. If you want
    to attach
    the script to your button directly, use this code:
    on(Release) {
    gotoAndStop("Scene 1", 1)
    Or, if you want to place all of the scripting in one place,
    on a frame
    on the main timeline, you would use the code below.
    opendoor.onRelease = function (){
    gotoAndStop("Scene 1", 1);
    To do this, make sure your button on the stage has an
    instance name of
    "opendoor" -- instance name is in the Properties panel.
    Then make a new layer called "actions" and make sure to click
    on it in
    the timeline, then open the Actions panel and write the code.

  • Does anyone know what this error means?

    I was just browing through my system log and found some these entries a bit odd, wondering if anyone knows if it's anything to worry about. I have had no problems whatsoever with the mac...so I am hoping this is AppleU3 entry is normal? Thanks
    Mar 10 22:43:48 localhost DirectoryService[42]: Launched version 2.1 (v352.1)
    Mar 10 22:43:48 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Mar 10 22:43:48 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Mar 10 22:43:48 localhost kernel[0]: using 1310 buffer headers and 1310 cluster IO buffer headers
    Mar 10 22:43:48 localhost kernel[0]: AppleU3: WARNING: platform-chip-fault expected, but not found
    Mar 10 22:43:48 localhost kernel[0]: AppleKauaiATA shasta-ata features enabled
    Mar 10 22:43:48 localhost kernel[0]: DART enabled
    Mar 10 22:43:48 localhost kernel[0]: FireWire (OHCI) Apple ID 52 built-in now active, GUID 001451ff fe27cb8e; max speed s400.
    Mar 10 22:43:48 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Mar 10 22:43:48 localhost kernel[0]: CSRHIDTransitionDriver::start before command

    Hi,
    I did a quick search of the Discussions and this thread has a post by a couple people who say they discussed it with Apple Support in Europe and Apple said it's nothing to worry about.
    A Google search turned up other people wondering about it, and even the line in the Darwin source code where that message gets printed out. It even says it's normal for this to fail on some computers with certain versions of the U3 controller.
    Everything else in your log looks pretty normal to me. So, as long as the computer's fine, I wouldn't worry about it.
    charlie

  • Can someone please tell me what this error means?

    I keep trying to use iMovie '06 and it keeps crashing and giving me the following error message.  It just recently started happening.
    Process: iMovie HD [505]
    Path: /Applications/iMovie HD.app/Contents/MacOS/iMovie HD
    Identifier: com.apple.iMovie
    Version:         6.0.4 (6.0.4)
    Build Info: iMovieApp-2670400~7
    Code Type:       X86 (Native)
    Parent Process: launchd [175]
    User ID:         501
    Date/Time: 2013-03-13 17:17:32.838 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          80655 sec
    Crashes Since Last Report:           36
    Per-App Interval Since Last Report:  16713 sec
    Per-App Crashes Since Last Report:   30
    Anonymous UUID: D0A2E25A-FA52-2F71-DA2C-DCDEB3BDE738
    Crashed Thread:  9
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSMallocException', reason: 'Out of memory. We suggest restarting the application. If you have an unsaved document, create a backup copy in Finder, then try to save.'
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib             0x96e137d2 mach_msg_trap + 10
    1 libsystem_kernel.dylib             0x96e12cb0 mach_msg + 68
    2 com.apple.CoreFoundation                   0x902a2599 __CFRunLoopServiceMachPort + 185
    3 com.apple.CoreFoundation                   0x902a7f7f __CFRunLoopRun + 1247
    4 com.apple.CoreFoundation                   0x902a763a CFRunLoopRunSpecific + 378
    5 com.apple.CoreFoundation                   0x902a74ab CFRunLoopRunInMode + 123
    6 com.apple.HIToolbox               0x96f4515a RunCurrentEventLoopInMode + 242
    7 com.apple.HIToolbox               0x96f44ec9 ReceiveNextEventCommon + 374
    8 com.apple.HIToolbox               0x96f44d44 BlockUntilNextEventMatchingListInMode + 88
    9 com.apple.AppKit                      0x95839a3a _DPSNextEvent + 724
    10 com.apple.AppKit                     0x9583926c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11 com.apple.AppKit                     0x9582f6cc -[NSApplication run] + 855
    12 com.apple.AppKit                     0x957d26f6 NSApplicationMain + 1053
    13 com.apple.iMovie                     0x00040d71 0x1000 + 261489
    14 com.apple.iMovie                     0x0000af3a 0x1000 + 40762
    15 com.apple.iMovie                     0x0000ae55 0x1000 + 40533
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager

    Process:         iMovie HD [285]
    Path:            /Applications/iMovie HD.app/Contents/MacOS/iMovie HD
    Identifier:      com.apple.iMovie
    Version:         6.0.4 (6.0.4)
    Build Info:      iMovieApp-2670400~7
    Code Type:       X86 (Native)
    Parent Process:  launchd [175]
    User ID:         501
    Date/Time:       2013-03-13 07:39:54.930 -0400
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          76112 sec
    Crashes Since Last Report:           35
    Per-App Interval Since Last Report:  16383 sec
    Per-App Crashes Since Last Report:   29
    Anonymous UUID:                      D0A2E25A-FA52-2F71-DA2C-DCDEB3BDE738
    Crashed Thread:  9
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSMallocException', reason: 'Out of memory. We suggest restarting the application. If you have an unsaved document, create a backup copy in Finder, then try to save.'
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib        0x96e137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x96e12cb0 mach_msg + 68
    2   com.apple.CoreFoundation      0x902a2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation      0x902a7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation      0x902a763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation      0x902a74ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox           0x96f4515a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox           0x96f44ec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox           0x96f44d44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit              0x95839a3a _DPSNextEvent + 724
    10  com.apple.AppKit              0x9583926c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  com.apple.AppKit              0x9582f6cc -[NSApplication run] + 855
    12  com.apple.AppKit              0x957d26f6 NSApplicationMain + 1053
    13  com.apple.iMovie              0x00040d71 0x1000 + 261489
    14  com.apple.iMovie              0x0000af3a 0x1000 + 40762
    15  com.apple.iMovie              0x0000ae55 0x1000 + 40533
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib        0x96e169ae kevent + 10
    1   libdispatch.dylib             0x9347dc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib             0x9347d7a9 _dispatch_mgr_thread + 53
    Thread 2:
    0   libsystem_kernel.dylib        0x96e137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x96e12cb0 mach_msg + 68
    2   com.apple.CoreFoundation      0x902a2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation      0x902a7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation      0x902a763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation      0x902b7061 CFRunLoopRun + 129
    6   com.apple.AVCVideoServices    0x6848f319 AVS::AVCVideoServicesThreadStart(AVS::AVCVideoServicesThreadParams*) + 149
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 3:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600ec pthread_cond_timedwait$UNIX2003 + 70
    3   com.apple.JavaScriptCore      0x987143d8 ***::ThreadCondition::timedWait(***::Mutex&, double) + 120
    4   com.apple.JavaScriptCore      0x9892af43 JSC::BlockAllocator::blockFreeingThreadMain() + 115
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 4:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore      0x988956f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore      0x988955ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 5:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore      0x988956f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore      0x988955ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 6:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da220 _pthread_cond_wait + 833
    2   libsystem_c.dylib             0x963600a1 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.JavaScriptCore      0x988956f6 JSC::SlotVisitor::drainFromShared(JSC::SlotVisitor::SharedDrainMode) + 198
    4   com.apple.JavaScriptCore      0x988955ee JSC::MarkStackThreadSharedData::markingThreadMain() + 238
    5   com.apple.JavaScriptCore      0x9871235c ***::threadEntryPoint(void*) + 76
    6   com.apple.JavaScriptCore      0x98940880 ***::wtfThreadEntryPoint(void*) + 16
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib        0x96e158e2 __psynch_cvwait + 10
    1   libsystem_c.dylib             0x962da289 _pthread_cond_wait + 938
    2   libsystem_c.dylib             0x962da512 pthread_cond_timedwait_relative_np + 47
    3   com.apple.CoreServices.CarbonCore 0x98e816ad TSWaitOnConditionTimedRelative + 177
    4   com.apple.CoreServices.CarbonCore 0x98e81184 TSWaitOnSemaphoreCommon + 272
    5   com.apple.CoreServices.CarbonCore 0x98e8140d TSWaitOnSemaphoreRelative + 24
    6   com.apple.QuickTimeComponents.component 0x9222d5ac 0x91c37000 + 6251948
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 8:: QTKit: QTSurfaceRendererScheduledDisplayThread
    0   libsystem_kernel.dylib        0x96e137d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib        0x96e12cb0 mach_msg + 68
    2   com.apple.CoreFoundation      0x902a2599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation      0x902a7f7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation      0x902a763a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation      0x902b7061 CFRunLoopRun + 129
    6   com.apple.QTKit               0x900d6685 QTSurfaceRendererScheduledDisplayThread + 173
    7   libsystem_c.dylib             0x962d5557 _pthread_start + 344
    8   libsystem_c.dylib             0x962bfcee thread_start + 34
    Thread 9 Crashed:
    0   com.apple.CoreFoundation      0x903ac947 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib               0x94a1052e objc_exception_throw + 230
    2   com.apple.Foundation          0x9473e804 _NSOutOfMemoryErrorHandler + 72
    3   com.apple.CoreFoundation      0x9027901d __CFStringChangeSizeMultiple + 1645
    4   com.apple.CoreFoundation      0x90278872 __CFStringAppendBytes + 850
    5   com.apple.CoreFoundation      0x9027733d __CFStringAppendFormatCore + 13309
    6   com.apple.CoreFoundation      0x90335ebd _CFStringAppendFormatAndArgumentsAux + 61
    7   com.apple.CoreFoundation      0x90335e78 -[__NSCFString appendFormat:] + 88
    8   com.apple.Foundation          0x945eb40c -[_NSCallStackArray descriptionWithLocale:indent:] + 290
    9   com.apple.CoreFoundation      0x9039bfc0 -[NSArray descriptionWithLocale:] + 48
    10  com.apple.Foundation          0x9463af04 _NSDescriptionWithLocaleFunc + 94
    11  com.apple.CoreFoundation      0x90277f00 __CFStringAppendFormatCore + 16320
    12  com.apple.CoreFoundation      0x902c474c _CFStringCreateWithFormatAndArgumentsAux + 108
    13  com.apple.CoreFoundation      0x90339a96 _CFLogvEx + 118
    14  com.apple.Foundation          0x94675cc8 NSLogv + 137
    15  com.apple.Foundation          0x94675c3a NSLog + 27
    16  com.apple.AppKit              0x95741f85 -[NSApplication reportException:] + 84
    17  com.apple.AppKit              0x95ec1b81 _NSDefaultTopLevelErrorHandler + 115
    18  com.apple.AppKit              0x95a8a9f1 uncaughtErrorProc + 99
    19  com.apple.CoreFoundation      0x903ac1d6 __raiseError + 390
    20  libobjc.A.dylib               0x94a1052e objc_exception_throw + 230
    21  com.apple.CoreFoundation      0x9030bbbb +[NSException raise:format:] + 139
    22  com.apple.Foundation          0x94625fc4 NSAllocateObject + 160
    23  com.apple.Foundation          0x94628a64 +[NSPathStore2 pathStoreWithCharacters:length:] + 88
    24  com.apple.Foundation          0x9462d20e -[NSPathStore2 stringByAppendingPathComponent:] + 670
    25  com.apple.MediaBrowser        0x67e04061 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 272
    26  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    27  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    28  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    29  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    30  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    31  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    32  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    33  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    34  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    35  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    36  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    37  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    38  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    39  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    40  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    41  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    42  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    43  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    44  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    45  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    46  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    47  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    48  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    49  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    50  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    51  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    52  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    53  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    54  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    55  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    56  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    57  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    58  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    59  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    60  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    61  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    62  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    63  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    64  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    65  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    66  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    67  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    68  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    69  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    70  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    71  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    72  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    73  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073
    74  com.apple.MediaBrowser        0x67e04382 -[MediaGrabberiTunes _createGBPlaylistForPath:] + 1073

Maybe you are looking for