Where is Lion Bug submission section?

Just cant find it. Any pointers please. Need to send them this...
Cheers

Click here >  Apple - Mac OS X - Feedback
Under Feedback type:  select: Bug Report

Similar Messages

  • Mac OS X Mountain lion bug sometimes the programs don't like to lunch and I unplug the power cord what shall i do

    Mac OS X Mountain lion bug sometimes the programs don't like to lunch and I unplug the power cord what shall i do

    Here are some suggestions for getting the best results from this site.
    If you're not comfortable with English, it may be best to post in your native language. Others can use automatic translation, if necessary, to help them understand you. They may reply in their native language, and then you can do the same to understand them.
    Google Translate
    Screenshots can help overcome a language barrier. To upload an image, click the camera icon in the message editor on this page.
    Give details of the problem. A statement such as "it doesn't work" conveys no information. If it did work, you wouldn't be here. Instead, you should post something like this: "I did A; I was expecting B; but I got C instead." Include the complete text of any error messages you saw and where you saw them: in an application window, a CrashReporter window, a log, or whatever. Also include the steps you’ve taken yourself, if any, to try to resolve the issue. If the problem is of recent origin, did you make any changes to your setup just before you first noticed it? Is the problem reproducible or intermittent? That is, does it always manifest itself when you take a certain action, or only at unpredictable times?
    Before posting, ask yourself whether it’s likely that you are the the only person ever to have had this problem. If not, search the discussions for answered questions similar to yours. If you found any pertinent information, but it didn't help, include details.

  • Where is the quick links section of the app store?

    where is the quick links section of the app store?

    I can't find it either, to download Lion to my old MacBook. I guess I'll have to go down to the Apple store. What a pain!

  • Java.lang.NullPointerException : Where is the bug ?!

    Hi,
    where is the bug in this method ?
    I just do not see it !
    When I run it I get the following error message
    Exception in thread "main" java.lang.NullPointerException
    at edu.clip.rerank.main.packageRec(main.java:239)
    and line 239 is the one I have indicated with <================
    Any suggestion would be immensely appreciated.
    Many thanks.
    public static RerankInstance packageRec (ArrayList chunk)
    String spanish = new String();
    String gold = new String();
    String line = null;
    boolean readingCandidates = false;
    Double lm = null;
    Double tm = null;
    Double lm_tm = null;
    ArrayList candidates = new ArrayList();
    ArrayList LM_likelihoods = new ArrayList();
    ArrayList TM_likelihoods = new ArrayList();
    ArrayList LM_TM_likelihoods = new ArrayList();
    RerankInstance foo = null;
    for (int i = 0; i < chunk.size(); i++) {
    if (!chunk.get(0).toString().startsWith("<REC>")) {
    System.out.println("PROBLEM DETECTED " + chunk.get(0));
    line = chunk.get(i).toString();
    if (line.startsWith("Spanish=")) {
    spanish = line.substring("Spanish=".length());
    System.out.println("SPANISH== " + spanish);
    else if (line.startsWith("Gold="))
    gold = line.substring("Gold=".length());
    else if (line.startsWith("<CANDIDATES>"))
    readingCandidates = true;
    else if (line.startsWith("</CANDIDATES>"))
    readingCandidates = false;
    if (spanish != null && candidates.size() > 0) {
    System.out.println("Spanish=" + spanish);
    String [] cands = (String[]) candidates.toArray(new String[0]);
    foo = new RerankInstance (spanish, cands);
    ArrayList LM_temp = new ArrayList();
    ArrayList TM_temp = new ArrayList();
    ArrayList LM_TM_temp = new ArrayList();
    if (LM_likelihoods.size() > 0 )
    Double [] LM_likes = (Double[])LM_likelihoods.toArray(new Double[0]);
    foo.setLikelihoods_single(LM_likes);
    if (TM_likelihoods.size() > 0 ){
    Double [] TM_likes = (Double[])TM_likelihoods.toArray(new Double[0]);
    foo.setLikelihoods_single(TM_likes);
    if (LM_TM_likelihoods.size() > 0 ) {
    Double [] LM_TM_likes = (Double[])LM_TM_likelihoods.toArray(new Double[0]);
    foo.setLikelihoods_single(LM_TM_likes);
    }//if
    else if (readingCandidates) {
    System.out.println("Candidate[" + line + "]");
    int ndx = line.indexOf('\t');
    candidates.add(line.substring(0,ndx));
    int ndx_a = line.indexOf('\t', ndx+1);
    int ndx_b = line.indexOf('\t', ndx_a+1);
    if (ndx_a > ndx+1) {
    lm = (line.substring(ndx+1,ndx_a)).startsWith("-Infinity") ? new Double(0) : new Double (line.substring(ndx+1,ndx_a));
    if (ndx_b > ndx_a+1) {
    tm = (line.substring(ndx_a+1,ndx_b)).startsWith("-Infinity") ? new Double(0) : new Double(line.substring(ndx_a+1,ndx_b));
    if ( ndx_b > -1) {
    lm_tm = (line.substring(ndx_b+1)).startsWith("-Infinity") ? new Double (0) : new Double(line.substring(ndx_b+1));
    try
    if (lm != null)
    LM_likelihoods.add(lm);
    if (tm != null)
    TM_likelihoods.add(tm);
    if (lm_tm != null)
    LM_TM_likelihoods.add(lm_tm);
    } catch (Exception e){ };
    }//else
    }//for
    String test = foo.getSourcePhrase().getPhrase(); <==============
    System.out.println("WHERE IS THE SOURCE " + test);
    return foo;
    } //end of method

    Foo is definatelly null because...
    Near the begining of the method foo is initialised to null.
    A load of conditional statements follow in only one of which foo is instantiated.
    If this condition is not satisfied foo will remain null.
    If that happens then you will get the error that you're getting on line 239.
    Essentially all the conditions before the above mentioned condition would have to evaluate to false for foo not to remain null by the time line 239 is executed.
    Line 239 is executed regardles of any of the conditional statements in your method, i.e. regardless of whether null is instantiated or not, in which case it remains null - hence the NullPointerException.

  • Where does Lion get its usernames? (former Linux user)

    Just some minutes ago, I opened the lid of my Macbook and noticed that something was using the CPU for 50% continuously. When I opened Activity Monitor, the only two CPU-using processes were kernel_task and WindowsServer, but not enough to cover 50%.
    Safari also wouldn't respond. Force-quitting worked, but starting it again would show the window but then result in a spinning beachball of death.
    When I opened the terminal, the prompt said "I have no name!@macbook$ "
    When I typed the command "id", it gave me a user ID (502) but no username!
    After killing all apps and mucking about, the CPU suddenly went back to the normal 3-5% usage, and everything worked fine again.
    Obviously, something went wrong with the process that does the user identification. As a former Linux user, I'd say the user data resides in /etc/passwd but that's not where it's at. Where does Lion get its usernames and passwords?

    OK thanks for the DSCL tip. I've found another thread with the same symptoms:
    https://discussions.apple.com/thread/3663559
    The logs of the opendirectoryd process show that it restarted itself (from /var/log/opendirectoryd.log):
    2012-04-15 13:26:56.346 CEST - Loaded bundle at path .....
    The system logs show a couple of errors from coreservicesd:
    Apr 15 13:03:32 macbook coreservicesd[31]: _scserver_ServerCheckin: client uid validation failure; getpwuid(502) == NULL
    And then thousands of these two lines follow:
    Apr 15 13:03:43 macbook xpchelper[95253]: getpwuid_r() failed for UID: 502, ret: 0, errno: 0
    Apr 15 13:03:43 macbook com.apple.launchd[1] (com.apple.xpchelper.F6010000-0000-0000-0000-000000000000[95253]): Exited with code: 1
    Let's see if it happens again in the future. I'm logging this for reference and Google.

  • Where has the movie rental section gone on iTunes 11

    Where has the movie rental section gone in iTunes 11?  Have successfully downloaded but then cannot find them to view.

    It's gone but this post might help:
    turingtest2 London, UK
    Re: iTunes 11 removed Display duplicates option     Dec 2, 2012 1:41 AM    (in response to mdnolton2) 
    Two Windows scripts to make playlists of Duplicates and Exact Duplicates. Use shift-delete to remove selected tracks from the library as well as the playlist.
    There is also my DeDuper script if you don't want to do it by hand. Please take note of the warning to backup your library before deduping.
    Enjoy.
    tt2
    Link: https://discussions.apple.com/message/20454991#20454991

  • Where did Lion Go from the app store?

    Where did Lion Go from the app store?  it's gone.  I my MacBook Pro can't run Mountain Lion but it could run Lion.  But it's gone!

    If you need to purchase Lion call 1-800-692-7753 or 1-800-676-2775. Ask for a Sales Representative. They will check your Apple ID, and email you a code and instructions.  The cost is $29.99 (as it was before) plus tax.  It's a download.

  • Where does Lion save my Address Book contacts?

    I've returned to Snow Leopard and am restoring my data manually from a Time Machine backup, but I can't find my contacts. Where has Lion hidden them? and has anyone restored them from Lion to SL?

    I think you can back up your Address Book (File->Export->Address Book Archive) in Lion. Then use the file to Import back into Snow Leopard.

  • Lost textedit files "untitled" with upgarde mountain lion. where does lion / mount.lion saves those files?

    I probably lost some textedit files "untitled" with upgarde to mountain lion. where does lion / mountain lion saves those files?

    Lane,
    That latest raw update also shows supported devices. The EOS-1Ds is still shown as supported by Mountain Lion in the knowledge base article that accompanies it. Bump!
    I wonder if using Disk Utility and verify/fix permissions may restore your RAW capability.
    Don't have Aperture or Lightroom.
    I installed the recent raw updates into 10.8.2. The DB5W2360.TIF file has a generic Preview icon. Graphic Converter 8.3.1 opens .cr2 files, and it opened this TIF file nicely as well. GC is willing to modify white balance with a condition that it cannot be done in place, and must be exported to a different format.
    Not much help, I know.

  • Lion Bug List: How come Lion is loaded with bugs?

    Here is my shortened list:
    Full-screen apps (in full screen mode):
    iTunes:
    When retrieving the top bar, sometimes only the icons on the right (clock etc.) is shown, and with no gray background.
    Safari:
    When retrieving the top bar, it often hangs before going back. The buttons do not always respond when passing the cursor over them (cursor changing for no particular reason between arrow and hand).
    More annoying is the bug related to Top Sites. Sometimes when entering/exiting Top Sites the whole page is pushed either down or up and it gets stuck there. When pushed down the edit button on Top Site disappears.
    Other:
    Also the dock sometimes gets stuck when retrieving the it form the bottom or when just switching to a app in full screen mode.
    I have had some issues with iPhoto where the page/layout is pushed/dragged and the the top bar is shown.
    And of course: Logic Pro does not work properly in full screen mode. When moving to a desktop via Mission Control, Logic moves to that desktop and leaves a blank (gray) full screen window with the Logic icon on. Probable a Logic update is required.
    Lauch Pad:
    Why do the icons change places after I have put them where I want? Duplicates seems also to be handled slow still, but better than before the last Lion update.
    Other:
    Sometimes when switching to an app (not full screen) such as Pages, the top left menu bar does not change from its previous state (for instance from Finder to Pages).
    In Safari the quit mark (x) in tabs that is supposed to show up when passing the cursor over it, does not always do that. Also the buttons do not always respond when passing the cursor over them.

    The list can go on and on for any newly developed/released software or product of the known defects. Apple is, I'm sure, still workign out the kinks in this system as would any other company. Take for example the first edition of a car. The second generation of that particular model is an improved version of the first. To work out the kinks they need to test out the first one to figure out what's wrong.
    To help you solve your issues, I would recomend checking software update weekly for any available updates that may sovle your issues.
    I know I didn't directly solve your problem but I figured I would lend a little hand on the explenation if you wanted.

  • Another Mountain Lion bug

    Hi all.
    I have discovered another bug in Mountain Lion.
    I have Adobe Creative Suite 6 Installed (including InDesign CS6) and have had to also install my old InDesign CS4 to work with clients that use it.
    I have chosen an InDesign document that was created in CS4 (and hasn't been opened in CS6) and right clicked - 'Get Info'
    Changed the 'Open With' default from CS6 to CS4.
    So far so good.
    I then clicked "Change All", I get the confirmation message box, and as soon as I click "Yes, please change All to CS4" It immediately changes the default setting back to CS6.
    If I change the "Open with" default for a file to CS4, and leave it at that, it works fine for that file,
    but the "Change All" function seems to be broken.
    The Change All function seems to work fine on Leopard and Snow Leopard. I haven't tried Lion, but I suspect that is where the trouble starts. (It has with other bugs.).
    Any light that any of you could shed on this, or even fixes involving the Terminal and the Unix commands, would be greatly appreciated.
    Thanks for your time.
    Also this forum has a problem with the question form.
    below it has asked me for my product - "Macbook Pro"
    Then Operating System - and it gives me a choice of iOS from 4 to 7
    As far as I know, Apple hasn't inflicted mobile phone operating systems on computers. yet.
    perish the thought.

    Change All works quite well for me for every version of Mountain Lion and on several different computers. It's not an OS X problem. You have some other problem such as possible file permissions' issues. You might try repairing ACLs and permissions in your Home folder by using the "resetpassword" Terminal command that you may access via the Recovery HD. You will not be resetting passwords, btw.
    Reset User Permissions and ACLs in Lion/Mountain Lion
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    From the Utilities menu select Terminal. At the Terminal prompt enter: resetpassword. Press RETURN. When the window opens select your startup drive where it says "Select the volume containing the user account:" At the bottom of the window you will see, "Reset Home folder permissions and ACLs." Click on the Reset button.

  • Safari or Mtn. Lion Bug re: QT?

    Since downloading Mountain Lion (10.8.2), Safari won't play QT (10.2). I've tried this on several machines, which leads me to think it's a broader issue. One Apple technician told me there were unsolved bugs related to QT and Lion, and ownder if some of those bugs remain unsolved with this new release.
    Not sure what to make of this, since I find it hard to imagine Apple would sustain an issue that renders useless one of its basic programs.
    Is anyone experiencing this?  

    I am bebop wrote:
    there may be a bug in there.  This post is just to report it. 
    Best do it again where Apple goes to find such info:
    http://www.apple.com/feedback/macosx.html

  • Mountain Lion bug:  Switching between virtual desktops not possible when using external screen only.

    I think I have found a bug.  I upgraded to Mountain Lion last week, 2 days after ML became available.  My laptop is a Macbook Pro from November 2011.  I ran Lion before and I did an upgrade on my laptop (not reinstall, but upgrade).
    I have an external HP screen (24 inch) connected using DVI (standard connection). I also have an external Apple keyboard (bluetooth) and the external trackpad (bluetooth). I concider myself as a power user with long experience.  I started using multiple desktops in Snow Leopard, and really liked the "4 finger swipe up" that came in Lion.  By swiping 4 fingers up on the trackpad, I can see all "virtual desktops" on the top of the screen and select or more applications to the different screens.
    This function does still work, but when I put the Macbook pro in "clamshell mode" (meaning the lid is locked and I am ONLY using the external screen), then this does not work.  When I do the gesture (4 finger swipe up), the virtual desktops on top of the screen are not shown. 
    But if I open the Mac and then having 2 active screens, both the internal LCD on the Macbook Pro and the external HP screen, it works again.  It does not matter which screen the "Finder many" is active on.
    Picture below show how it is supposed to work.  And it still works if no external screen is connected or if the external screen connected but the lid on the Mac is still open (not clamshell mode).
    This is how it looks on the external screen when I do the "4 finger swipe up" and the Macbook Pro is in clamshell mode (lid down).  Please also note how the background image is not minimized in the same way as before.
    Have any other experienced the same problem ?  Where do I report this to Apple ?  Any e-mail or WEB pages where I can report bugs ?

    As an update, I tried switching the main display to the MBP. Nothing changed.
    However, I changed the rotation to 90 degrees and everything is back to Normal! Aside from the fact that I'm looking a 24" screen in the vertical position.

  • Lion bug?

    I upgraded to Lion just yesterday.  Worked without much trouble, and I am liking it pretty well.  Have 10.7.1 installed.
    I opened Terminal today (not for the first time either), and got the unusual greeting "MacBookPro:~ i have no name$".  This looked fishy.  Apparently bash couldn't read my /etc/passwd file?  I tried whoami and got back just "502."
    I quit Terminal and reöpened it (maybe not the most interesting response, but my first reaction).   Now I got the error message "You are not authorized ¶ The administrator has set your shell to an illegal value."  But I am the administrator, and I did no such thing.  I logged out, and logged in again, and the only application that started was Safari (luckily I had it set up to automatically restart), not even the Dock was available.  I tried to open Terminal again, with the same result.
    Restart.  All is well.
    So, I don't know what was is up here, but I think the issue may have had to do with the fact that I had just been testing out the Arabic localization, and something may have gone screwy in /bin or /etc because of that.  I know that it is a new localization, so there may be a bug in there.  This post is just to report it.  It was a little scary not to have Terminal.

    I am bebop wrote:
    there may be a bug in there.  This post is just to report it. 
    Best do it again where Apple goes to find such info:
    http://www.apple.com/feedback/macosx.html

  • Mac OS X Lion bugs

    When is Apple going to realase an update to fix the uncountable bugs in Mac OS X Lion 10.7.1? So far I have found the following:
    1. In Preview, when visualizing a PDF document in "Table of contents" mode, Preview changes the view mode to "Zoom to Fit" and then one no longer can zoom in. Pressing Command+= will not zoom in. Going to "View > Zoom In" has no effect. The "Zoom out" works fine.
    2. When viewing more than one pdf document in Preview with "Table of contents" mode, it is impossible to select one of the documents to be sent to print. Having multiple documents open and then using the menu File>Print will only print all documents together. If you have one particular document being displayed in Preview, with multiple documents open, selecting menu File>Print or pressing Command+P will always show you a window with all the documents to be printed.
    3. Safari disables an extension when there is an update.
    4. When an email server goes offline, Mail asks for a password.
    5. When an email server goes offline, Mail keeps asking for a password indefintely until the user press "Cancel". After that, Mail stops from checking emails on that account forever. Pressing the toolbar button "Check email [in all accounts]" does nothing, even though the user may believe that Mail has checked the account and found no new emails. One is then forced to display the "Mailboxes" side bar, which now will show the account that went offline with a "disconnected" icon, select the account with the issue then open the pop up menu and select "Get new mail from [account]". This is the only way Mail will continue to check for email acounts after issue 4.
    These were all in Mac OS X Lion 10.7.0 as well.

    Report bugs to Apple Feedback not here. This is just a user to user forum. No one from Apple is here.

Maybe you are looking for