Sample Header Ad - 728x90

Ask Different (Apple)

Q&A for power users of Apple hardware and software

Latest Questions

5 votes
6 answers
12144 views
Compare multi-digit version numbers in bash
Trying to write a script that searches for the version of the Application then returns the value. My problem is the value is three to four intergers long (example 4.3.2). I have searched for a while and can't find any syntax that would allow you to use a != or -ge for anything higher than a number w...
Trying to write a script that searches for the version of the Application then returns the value. My problem is the value is three to four intergers long (example 4.3.2). I have searched for a while and can't find any syntax that would allow you to use a != or -ge for anything higher than a number with periods in it. Just wondering if anyone has a better way or I will just keep adding for every version release. ### What I want else if [ $version1 -ge "9.0.8" ]; then ### How it is written now vercheck=mdls -name kMDItemVersion /Applications/iMovie.app version=echo ${vercheck:17} version1=echo ${version:1:5} [...] else if [ $version1 = "9.0.8" ]; [ $version1 = "9.1.1" ]; then echo "You already have this version or a higher version installed" exit 0
balooga1 (51 rep)
Mar 1, 2013, 04:52 PM • Last activity: Aug 6, 2025, 04:04 AM
5 votes
1 answers
517 views
How to save sent messages in Outlook to the same folder as message being replied to?
If I am replying to an email in Folder "TEST", how do I get a reply to automatically go to the Folder "TEST" as opposed to the Sent folder? This helps with productivity so that I don't have to move the responses to the folders they are in. If the message responding to resides in the inbox, the respo...
If I am replying to an email in Folder "TEST", how do I get a reply to automatically go to the Folder "TEST" as opposed to the Sent folder? This helps with productivity so that I don't have to move the responses to the folders they are in. If the message responding to resides in the inbox, the response will go to the Sent folder and can be moved to another folder at another time.
Rheadina (59 rep)
Dec 9, 2013, 04:44 PM • Last activity: Aug 5, 2025, 03:05 PM
0 votes
1 answers
421 views
Renamed an icloud drive folder with the .tmp extension and files have disappeared
I read that I could rename a folder to have the..tmp extension to prevent it syncing over. I did this to a folder that had some confidential files, but I renamed the folder in my icloud drive and the files have all disappeared. I found a copy of the folder on the desktop, but that was also empty. An...
I read that I could rename a folder to have the..tmp extension to prevent it syncing over. I did this to a folder that had some confidential files, but I renamed the folder in my icloud drive and the files have all disappeared. I found a copy of the folder on the desktop, but that was also empty. Any idea where I could locate these files or are they lost?
Ricardo Enrique (1 rep)
Mar 25, 2021, 01:16 AM • Last activity: Aug 1, 2025, 11:09 AM
-2 votes
0 answers
16 views
Does the Thunderbolt 5 dock charge attached devices without any Mac attached?
I am wondering if a Thunderbolt 5 dock such as the [*Anker Prime TB5 Docking Station*][1] can charge attached devices (iPhone, iPad, power bank, etc.) without any Mac attached? That would increase the value for me if it did double duty as (a) a Mac dock part-time, plus (b) a high-powered charging st...
I am wondering if a Thunderbolt 5 dock such as the *Anker Prime TB5 Docking Station* can charge attached devices (iPhone, iPad, power bank, etc.) without any Mac attached? That would increase the value for me if it did double duty as (a) a Mac dock part-time, plus (b) a high-powered charging station full-time.
Basil Bourque (13982 rep)
Jul 31, 2025, 11:31 PM
14 votes
4 answers
11753 views
How do I keep Numbers from mangling numbers when importing a CSV?
When I open a CSV file in Numbers, it "helpfully" converts fields it recognizes as numeric by stripping leading zeros, converting things it recognizes as dates, etc. Take for example, you type a UPC code into a Numbers spreadsheet **005566778899**, Numbers will automatically convert that to **556677...
When I open a CSV file in Numbers, it "helpfully" converts fields it recognizes as numeric by stripping leading zeros, converting things it recognizes as dates, etc. Take for example, you type a UPC code into a Numbers spreadsheet **005566778899**, Numbers will automatically convert that to **5566778899**. This is not what I would want... However, the way *I* use Numbers, I open databases with thousands of UPC codes with preceding zeroes. Some of them also contain **dates** which Numbers will also reformat. Basically I do not want any of these features, I want my content to be left alone. # How can I get Numbers to leave my data intact when I open a CSV file? *Converting the fields to text after importing won't help since the data was already messed with...*
henryaaron (481 rep)
Mar 21, 2012, 03:22 AM • Last activity: Jul 29, 2025, 08:55 AM
0 votes
4 answers
8918 views
Bose QuietComfort 35 Bluetooth Headphones crackling/choppy when connected to Mac?
QC35's are linked to both my iPhone and my Mac but when I connect the headphones to my Mac (without pairing to my iPhone) the sound is choppy (brief & frequent loss in audio). Sometimes pairing my iPhone fixes the problem but not always. What can I do?
QC35's are linked to both my iPhone and my Mac but when I connect the headphones to my Mac (without pairing to my iPhone) the sound is choppy (brief & frequent loss in audio). Sometimes pairing my iPhone fixes the problem but not always. What can I do?
JBallin (12777 rep)
Aug 4, 2017, 04:22 PM • Last activity: Jul 29, 2025, 05:15 AM
8 votes
2 answers
2158 views
Mac Preview: Search only in current page
When I search in Preview using cmd+F, I am redirected to the first page of the document. However, many times I am just trying to find the nearest appearance of a word inside the page I am reading. Is there a way to go around this?
When I search in Preview using cmd+F, I am redirected to the first page of the document. However, many times I am just trying to find the nearest appearance of a word inside the page I am reading. Is there a way to go around this?
Yoni Zohar (183 rep)
Jan 24, 2017, 06:17 PM • Last activity: Jul 29, 2025, 03:13 AM
1 votes
1 answers
888 views
macOS Calendar stuck at "Updating calendars..."
I launched the Mac Calendar app, only to see no calendars or events. I quit the app, but on restart it now shows "Updating calendars..." and a never-ending progress bar... [![Updating Calendars...][1]][1] Quitting the app doesn't work. Force Quitting the app does close it, but the progress bar is di...
I launched the Mac Calendar app, only to see no calendars or events. I quit the app, but on restart it now shows "Updating calendars..." and a never-ending progress bar... Updating Calendars... Quitting the app doesn't work. Force Quitting the app does close it, but the progress bar is displayed at the next startup as well. How can I move past this screen and update my calendars?
pkamb (9620 rep)
Dec 22, 2021, 09:47 PM • Last activity: Jul 27, 2025, 05:06 PM
0 votes
1 answers
836 views
Can't get rid of a disk partition on mac
I have a base model MacBook Pro with M1 and 256gib of storage. I tried macOS Ventura and it was fine, but I didn't like it much so I reverted to Monterey by adding a partition and installing it here. Today I wanted to remove the old partitions but they couldn’t unmount and begone. What should I do?
I have a base model MacBook Pro with M1 and 256gib of storage. I tried macOS Ventura and it was fine, but I didn't like it much so I reverted to Monterey by adding a partition and installing it here. Today I wanted to remove the old partitions but they couldn’t unmount and begone. What should I do?
Bor Čanželj (1 rep)
Jul 8, 2022, 05:17 AM • Last activity: Jul 23, 2025, 11:02 AM
0 votes
1 answers
108 views
What Does This Apple Crash Report Mean? I need to know if I need my Mac Replaced
My computer restarted this morning because of a problem. I want to know what it means (is it software or hardware, can I fix it?) I have tried safe mode, and my computer is completely normal. I just don't want this to happen again. I'm going to be using this computer for school, and it's brand new....
My computer restarted this morning because of a problem. I want to know what it means (is it software or hardware, can I fix it?) I have tried safe mode, and my computer is completely normal. I just don't want this to happen again. I'm going to be using this computer for school, and it's brand new. I talked to an apple representative and all they said was to reinstall MacOS. Online, I saw other people with new computers have this issue and some said it was hardware. If you know anything about code or the Apple script, would you please review my report to help me understand what the issue is? I saw other questions answered with people saying they had incomplete installations or improperly deleted files, and I want to make sure I don't have any of that. Is there something wrong with my mail app? The attached code is not full because I didn't have enough space, but it ends with a long list of com.apple... like the first one I included. Let me know if these are important and I can share them. Thanks in advance.
panic(cpu 5 caller 0xfffffe0056c59b58): AOP crash of unknown type 0x209 - nested DATA ABORT @ 0x010a36b8  pc=0x000000000101c5dc Exception class=0x3c (Unknown), IL=1, iss=0x5500 far=0x0000000390c00604 - main(4) - 
user handlers:

RTKit: RTKit-2784.120.5.0.1.release - Client: mac16gaop:RELEASE:AppleSPUFirmwareBuilder-642.120.3~2709
!UUID: 14ccb857-7058-33ae-93d2-d03c2f4c26f5
ASLR slide: 0x0000000000000000
Time: 0x00007497dffe0a79

Faulting task stack frame:
Wrong frame size for ARMv8. Got 840 bytes, expected 828
  pc=0x000000000101c5dc Exception class=0x3c (Unknown), IL=1, iss=0x5500 far=0x0000000390c00604
  r00=0xb61111656f020e54  r01=0x8d15708e5b0111ac  r02=0xcb4fa47221021120  r03=0xffffffffef011c0e
  r04=0x0000000000000001  r05=000000000000000000  r06=0x9b4d519c2101de5c  r07=0x0000000001101de8
  r08=000000000000000000  r09=0x0000000000000001  r10=0x00000000010be7ec  r11=0x000000000111d96c
  r12=000000000000000000  r13=0x0000000000000030  r14=000000000000000000  r15=0xffffffffef011bf8
  r16=0x5a4b000001101e08  r17=0x358800000111d8a8  r18=000000000000000000  r19=0x000000000111e040
  r20=0x000004dba955254a  r21=0x0000000000008af8  r22=0x0000000000007f7f  r23=0xffffffffef011ebc
  r24=0x0000000000000008  r25=0x0000000000000006  r26=0x0000000000000005  r27=0x0000000000000001
  r28=0x000000000111e4f8  r29=0xffffffffef011f50
   sp=0xffffffffef011df0   lr=0x000000000101c4c4   pc=0x000000000101c5dc  psr=0x60000004
  psr=0x60000004        cpacr=0x300000           fpsr=0x000010           fpcr=00000000

Faulting task   4 Call Stack: 0x000000000101c5dc 0x0000000001010610 0x00000000010b3908 0x00000000010ab67c 000000000000000000

Chinook ASC Async error info: 
l2c_err_sts 000000000000000000, l2c_err_adr 000000000000000000, l2c_err_inf 000000000000000000
lsu_err_sts 000000000000000000, fed_err_sts 000000000000000000, mmu_err_sts 000000000000000000
dpc_err_sts 000000000000000000

Mailbox (0): (0)
  Inbox  AKF_KIC_INBOX_CTRL = 0x00020001, AKF_KIC_MAILBOX_SET = 0x11111101
  Outbox AKF_AP_OUTBOX_CTRL = 0x00020001, AKF_AP_MAILBOX_SET  = 0x00000000

    dir   endpoint      timestamp           msg
    ====  ============  ==================  ==================
    [TX]        user09  0x0000749609a351a4  0x0085000000000000
    [TX]        user07  0x000074960ada2638  0x0085000000000000
    [TX]        user07  0x000074960c485c74  0x0085000000000000
    [TX]        user09  0x000074960d4835d4  0x0085000000000000
    [TX]        user07  0x000074960db69010  0x0085000000000000
    [TX]        user07  0x000074960f24c860  0x0085000000000000
    [RX]        user10  0x000074960f8ab4ec  0x00a4000000000000
    [RX]        user05  0x000074960f8ab5cc  0x00a4000000000000
    [RX]        user08  0x000074960f8ab604  0x00a4000000000000
    [RX]        user09  0x000074960f8ab68c  0x00a4000000000000
    [RX]        user01  0x000074960f8ab6c4  0x00a4000000000000
    [RX]        user06  0x000074960f8aba10  0x00a4000000000000
    [RX]        user11  0x000074960f8abb14  0x00a4000000000000
    [TX]        user09  0x000074960f8abcd8  0x0087000000000000
    [TX]        user05  0x000074960f8abe24  0x0087000000000000
    [TX]        user08  0x000074960f8abf40  0x0087000000000000
    [TX]        user10  0x000074960f8ac058  0x0087000000000000
    [TX]        user11  0x000074960f8ac164  0x0087000000000000
    [TX]        user06  0x000074960f8ac274  0x0087000000000000
    [RX]        user02  0x000074960f8ac334  0x00a4000000000000
    [TX]        user02  0x000074960f8ac474  0x0087000000000000
    [TX]        user01  0x000074960f8ac58c  0x0087000000000000
    [RX]        user12  0x000074960f8adf18  0x00a4000000000000
    [TX]        user12  0x000074960f8ae448  0x0087000000000000
    [RX]        user07  0x000074960f8b0f6c  0x00a4000000000000
    [TX]        user07  0x000074960f8b14b0  0x0087000000000000
    [RX]        user04  0x000074960f8b476c  0x00a4000000000000
    [TX]        user04  0x000074960f8b4c94  0x0087000000000000
    [RX]        user03  0x000074960f911760  0x00a4000000000000
    [TX]        user03  0x000074960f912d98  0x0087000000000000
    [RX]    management  0x000074960f91345c  0x00b0000000000201
    [TX]    management  0x000074960f9139ec  0x00b0000000000201
RTKit Task List:
   name                    | pri     | stack use | status     | resource | warning
 0 rtk_ep_work             | 057     |   800/2048  | SEMWAIT    | 0x10fef30 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

 1 power                   | 000     |  1264/8192  | RUNNABLE   | 0x1115eb0 | 
      0x00000000010aabe0 0x00000000010b256c 0x00000000010b22a8 0x00000000010ab67c

 2 os_log_wl               | 013     |   704/4096  | SEMWAIT    | 0x10d6f50 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

 3 log_flush               | 015     |   848/4096  | SEMWAIT    | 0x10fac70 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010a6a60 0x00000000010ab67c

 4 main                    | 015     | 10392/12288 | RUNNABLE   | 0 | [Faulting task]

 5 audio                   | 015     |  2384/8192  | SEMWAIT    | 0x10daf50 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

 6 RtkadIrqWl              | 016     |   336/4096  | SEMWAIT    | 0x10dbf50 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

 7 Admac1IrqWl             | 016     |   336/4096  | SEMWAIT    | 0x10d7f50 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

 8 Admac2IrqWl             | 016     |  1776/4096  | SEMWAIT    | 0x10d8f50 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

 9 cma                     | 011     |  2288/12288 | RUNNABLE   | 0 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

10 voicetrigger            | 013     |  2688/6144  | SEMWAIT    | 0x10dd750 | 
      0x00000000010aabe0 0x00000000010abbc4 0x00000000010b3894 0x00000000010ab67c

SMB Registers: 0x11103b8
  smsta: 0x08110118
  mcnt : 0x00000000
  xfsta: 0x00000000
  imask: 0x04a00040
Found SCM Data: spi0
Found SCM Data: spi1
Found SCM Data: i2cm0
Found SCM Data: i2cm1
Found SCM Data: i2cm2
Mailbox (5): (4)
  Inbox  AKF_KIC_INBOX_CTRL = 0x00020001, AKF_KIC_MAILBOX_SET = 0x11111101
  Outbox AKF_AP_OUTBOX_CTRL = 0x00020001, AP instance uninitialized


    dir   endpoint      timestamp           msg
    ====  ============  ==================  ==================
    [TX]        user01  0x00007497d49dd41c  0x7a45414f00200011
    [RX]        user01  0x00007497d49de6d8  0x0000000000000000
    [TX]        user01  0x00007497d60c0a18  0x7a45414f00200011
    [RX]        user01  0x00007497d60c1cd4  0x0000000000000000
    [TX]        user01  0x00007497d77a4040  0x7a45414f00200011
    [RX]        user01  0x00007497d77a52f0  0x0000000000000000
    [TX]        user01  0x00007497d8e8762c  0x7a45414f00200011
    [RX]        user01  0x00007497d8e888e4  0x0000000000000000
    [TX]        user01  0x00007497da56ac24  0x7a45414f00200011
    [RX]        user01  0x00007497da56bed8  0x0000000000000000
    [TX]        user01  0x00007497dbc4e230  0x7a45414f00200011
    [RX]        user01  0x00007497dbc4f4e4  0x0000000000000000
    [TX]        user01  0x00007497dd331818  0x7a45414f00200011
    [RX]        user01  0x00007497dd332ac8  0x0000000000000000
    [TX]        user01  0x00007497dea14e1c  0x7a45414f00200011
    [RX]        user01  0x00007497dea160d4  0x0000000000000000
Sleep Count: 619170678
Wake Count:  618843420
Duty Cycle:  3
Heap Usage: 65624 / 116288

user handlers:


RTBuddy(AP): Debug info:
_iopStatus = 0x8
_powerStateChangeLocked = true
Mailbox Status:
IDLE_STATUS: 0x00000048
INBOX0_CTRL: 0x00100101
OUTBOX0_CTRL: 0x00021101
AP->IOP Mailbox Log:
Timestamp          | Dir  | Message
0x000010c501fbd52c | [RX] | 0x0086000000000000 0x0010780000000025
0x000010c501fbd63c | [RX] | Interrupt
0x000010c501fbd654 | [RX] | 0x0086000000000000 0x0010890000000021
0x000010c501fbd760 | [RX] | Interrupt
0x000010c501fbd77c | [RX] | 0x0086000000000000 0x00109a0000000020
0x000010c501fbd9b4 | [RX] | Interrupt
0x000010c501fbd9cc | [RX] | 0x0086000000000000 0x0010ab0000000028
0x000010c501fbdaf4 | [RX] | Interrupt
0x000010c501fbdb0c | [RX] | 0x0086000000000000 0x0010bc0000000024
0x000010c5023ca05c | [RX] | Interrupt
0x000010c5023ca0d0 | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c50319c2b0 | [RX] | Interrupt
0x000010c50319c31c | [RX] | 0x0085000000000000 0x0010010000000028
0x000010c50319ce58 | [RX] | Interrupt
0x000010c50319ce6c | [RX] | 0x0085000000000000 0x0010120000000028
0x000010c50319d174 | [RX] | Interrupt
0x000010c50319d188 | [RX] | 0x0085000000000000 0x0010230000000028
0x000010c50319d3b4 | [RX] | Interrupt
0x000010c50319d3cc | [RX] | 0x0085000000000000 0x0010340000000028
0x000010c50319d5e8 | [RX] | Interrupt
0x000010c50319d5fc | [RX] | 0x0085000000000000 0x0010450000000028
0x000010c503aad2f8 | [RX] | Interrupt
0x000010c503aad358 | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c505190d2c | [RX] | Interrupt
0x000010c505190d8c | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c506874218 | [RX] | Interrupt
0x000010c50687428c | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c506bea3c8 | [RX] | Interrupt
0x000010c506bea404 | [RX] | 0x0085000000000000 0x0010010000000028
0x000010c507f578b8 | [RX] | Interrupt
0x000010c507f57930 | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c50963af5c | [RX] | Interrupt
0x000010c50963afd8 | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c50a6388b8 | [RX] | Interrupt
0x000010c50a638938 | [RX] | 0x0085000000000000 0x0010010000000028
0x000010c50ad1e1a4 | [RX] | Interrupt
0x000010c50ad1e218 | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c50c401b20 | [RX] | Interrupt
0x000010c50c401b88 | [RX] | 0x0085000000000000 0x0010010000000026
0x000010c50ca60290 | [TX] | 0x00a4000000000000 0x0000000000000029
0x000010c50ca602a0 | [TX] | 0x00a4000000000000 0x0000000000000024
0x000010c50ca602d4 | [TX] | 0x00a4000000000000 0x0000000000000027
0x000010c50ca605b4 | [TX] | Interrupt
0x000010c50ca606f4 | [TX] | 0x00a4000000000000 0x0000000000000028
0x000010c50ca60710 | [TX] | 0x00a4000000000000 0x0000000000000020
0x000010c50ca60a54 | [TX] | 0x00a4000000000000 0x0000000000000025
0x000010c50ca60b64 | [TX] | 0x00a4000000000000 0x000000000000002a
0x000010c50ca60da0 | [RX] | Interrupt
0x000010c50ca60dc0 | [RX] | 0x0087000000000000 0x0010010000000028
0x000010c50ca60ef4 | [RX] | Interrupt
0x000010c50ca60f18 | [RX] | 0x0087000000000000 0x0010120000000024
0x000010c50ca60ffc | [RX] | Interrupt
0x000010c50ca61024 | [RX] | 0x0087000000000000 0x0010230000000027
0x000010c50ca61120 | [RX] | Interrupt
0x000010c50ca61138 | [RX] | 0x0087000000000000 0x0010340000000029
0x000010c50ca6121c | [RX] | Interrupt
0x000010c50ca61238 | [RX] | 0x0087000000000000 0x001045000000002a
0x000010c50ca61338 | [RX] | Interrupt
0x000010c50ca61350 | [RX] | 0x0087000000000000 0x0010560000000025
0x000010c50ca6136c | [TX] | 0x00a4000000000000 0x0000000000000021
0x000010c50ca6152c | [RX] | Interrupt
0x000010c50ca61544 | [RX] | 0x0087000000000000 0x0010670000000021
0x000010c50ca61640 | [RX] | Interrupt
0x000010c50ca61654 | [RX] | 0x0087000000000000 0x0010780000000020
0x000010c50ca62ccc | [TX] | 0x00a4000000000000 0x000000000000002b
0x000010c50ca63510 | [RX] | Interrupt
0x000010c50ca63520 | [RX] | 0x0087000000000000 0x001001000000002b
0x000010c50ca65ce4 | [TX] | 0x00a4000000000000 0x0000000000000026
0x000010c50ca6656c | [RX] | Interrupt
0x000010c50ca6657c | [RX] | 0x0087000000000000 0x0010010000000026
0x000010c50ca69520 | [TX] | 0x00a4000000000000 0x0000000000000023
0x000010c50ca69d58 | [RX] | Interrupt
0x000010c50ca69d80 | [RX] | 0x0087000000000000 0x0010010000000023
0x000010c50cac651c | [TX] | 0x00a4000000000000 0x0000000000000022
0x000010c50cac7f3c | [RX] | Interrupt
0x000010c50cac7f68 | [RX] | 0x0087000000000000 0x0010010000000022
0x000010c50cac8378 | [TX] | 0x00b0000000000201 000000000000000000
0x000010c50cac8bac | [RX] | Interrupt
0x000010c50cac8bd0 | [RX] | 0x00b0000000000201 0x0010120000000000
0x000010c50cc5d590 | [RX] | Interrupt
0x000010c50cc5d5c8 | [RX] | 0x0010310000018000 0x0010010000000001
0x000010c50cc5d6d8 | [TX] | Interrupt
0x000010c50cc5d710 | [TX] | 0x00b0000000000020 000000000000000000
0x000010c501d42490 | [RX] | 0x0087000000000000 0x0010670000000021
0x000010c501d4258c | [RX] | Interrupt
0x000010c501d425a0 | [RX] | 0x0087000000000000 0x0010780000000020
0x000010c501d42794 | [RX] | Interrupt
0x000010c501d427a8 | [RX] | 0x0087000000000000 0x0010890000000028
0x000010c501d47440 | [TX] | 0x00a4000000000000 0x0000000000000023
0x000010c501d47ca8 | [RX] | Interrupt
0x000010c501d47cc0 | [RX] | 0x0087000000000000 0x0010010000000023
0x000010c501da7518 | [TX] | 0x00a4000000000000 0x0000000000000022
0x000010c501da8eac | [RX] | Interrupt
0x000010c501da8ec4 | [RX] | 0x0087000000000000 0x0010010000000022
0x000010c501da9268 | [TX] | 0x00b0000000000201 000000000000000000
0x000010c501da9948 | [RX] | Interrupt
0x000010c501da9964 | [RX] | 0x00b0000000000201 0x0010120000000000
0x000010c501fb4740 | [TX] | Interrupt
0x000010c501fb487c | [TX] | 0x00b0000000000020 000000000000000000
0x000010c501fb5210 | [RX] | Interrupt
0x000010c501fb5228 | [RX] | 0x00b0000000000020 0x0010010000000000
0x000010c501fb88e4 | [TX] | 0x00a3000000000000 0x0000000000000023
0x000010c501fb8d50 | [TX] | 0x00a3000000000000 0x0000000000000026
0x000010c501fb9784 | [TX] | 0x00a3000000000000 0x000000000000002a
0x000010c501fba1e0 | [TX] | 0x00a3000000000000 0x0000000000000029
0x000010c501fbac14 | [TX] | 0x00a3000000000000 0x000000000000002b
0x000010c501fbad68 | [TX] | 0x00a3000000000000 0x0000000000000024
0x000010c501fbaeb4 | [TX] | 0x00a3000000000000 0x0000000000000022
0x000010c501fbb464 | [TX] | 0x00a3000000000000 0x0000000000000021
0x000010c501fbb668 | [TX] | 0x00a3000000000000 0x0000000000000027
0x000010c501fbb878 | [TX] | 0x00a3000000000000 0x0000000000000028
0x000010c501fbbb78 | [RX] | Interrupt
0x000010c501fbbb90 | [RX] | 0x0086000000000000 0x0010010000000023
0x000010c501fbbcf0 | [RX] | Interrupt
0x000010c501fbbd14 | [RX] | 0x0086000000000000 0x0010120000000027
0x000010c501fbc068 | [TX] | 0x00a3000000000000 0x0000000000000025
0x000010c501fbc0dc | [TX] | 0x00a3000000000000 0x0000000000000020
0x000010c501fbce68 | [RX] | Interrupt
0x000010c501fbce80 | [RX] | 0x0086000000000000 0x0010230000000022
0x000010c501fbd064 | [RX] | Interrupt
0x000010c501fbd08c | [RX] | 0x0086000000000000 0x001034000000002b
0x000010c501fbd178 | [RX] | Interrupt
0x000010c501fbd194 | [RX] | 0x0086000000000000 0x0010450000000029
0x000010c501fbd2b4 | [RX] | Interrupt
0x000010c501fbd2cc | [RX] | 0x0086000000000000 0x001056000000002a
0x000010c501fbd3ec | [RX] | Interrupt
0x000010c501fbd414 | [RX] | 0x0086000000000000 0x0010670000000026
0x000010c501fbd508 | [RX] | Interrupt

Debugger message: panic
Memory ID: 0x6
OS release type: User
OS version: 24F74
Kernel version: Darwin Kernel Version 24.5.0: Tue Apr 22 19:54:43 PDT 2025; root:xnu-11417.121.6~2/RELEASE_ARM64_T8132
Fileset Kernelcache UUID: 37B10A444B2D4BE4C3FCDDCA74B7B0B0
Kernel UUID: C50B1A0D-EDDD-3B9B-9358-C7C9759A2B39
Boot session UUID: AA899D7E-108F-4E4F-8AE7-57A07157E23B
iBoot version: iBoot-11881.121.1
iBoot Stage 2 version: iBoot-11881.121.1
secure boot?: YES
roots installed: 0
Paniclog version: 14
Debug Header address: 0xfffffe00324b9000
Debug Header entry count: 3
TXM load address: 0xfffffe0042438000
TXM UUID: B4BB7D20-BB31-3FBA-8FF5-48C2D9C3EDC7
Debug Header kernelcache load address: 0xfffffe0052438000
Debug Header kernelcache UUID: 37B10A44-4B2D-4BE4-C3FC-DDCA74B7B0B0
SPTM load address: 0xfffffe0032438000
SPTM UUID: 52F43A0F-ADF0-38EA-AF94-3B9A7B004CF6
KernelCache slide: 0x000000004b434000
KernelCache base:  0xfffffe0052438000
Kernel slide:      0x000000004b43c000
Kernel text base:  0xfffffe0052440000
Kernel text exec slide: 0x000000004cbd0000
Kernel text exec base:  0xfffffe0053bd4000
mach_absolute_time: 0x10c50cd03952
Epoch Time:        sec       usec
  Boot    : 0x682d8331 0x000bd42a
  Sleep   : 0x687f030c 0x000a7e76
  Wake    : 0x687f0451 0x00051ee0
  Calendar: 0x687f0451 0x0005a28a

Zone info:
  Zone map: 0xfffffe1008000000 - 0xfffffe3608000000
  . VM    : 0xfffffe1008000000 - 0xfffffe15d4000000
  . RO    : 0xfffffe15d4000000 - 0xfffffe186e000000
  . GEN0  : 0xfffffe186e000000 - 0xfffffe1e3a000000
  . GEN1  : 0xfffffe1e3a000000 - 0xfffffe2406000000
  . GEN2  : 0xfffffe2406000000 - 0xfffffe29d2000000
  . GEN3  : 0xfffffe29d2000000 - 0xfffffe2f9e000000
  . DATA  : 0xfffffe2f9e000000 - 0xfffffe3608000000
  Metadata: 0xfffffe3708010000 - 0xfffffe3711810000
  Bitmaps : 0xfffffe3711810000 - 0xfffffe3715d24000
  Extra   : 0 - 0

CORE 0 recently retired instr at 0x0000000000000000
CORE 1 recently retired instr at 0x0000000000000000
CORE 2 recently retired instr at 0x0000000000000000
CORE 3 recently retired instr at 0x0000000000000000
CORE 4 recently retired instr at 0x0000000000000000
CORE 5 recently retired instr at 0x0000000000000000
CORE 6 recently retired instr at 0x0000000000000000
CORE 7 recently retired instr at 0x0000000000000000
CORE 8 recently retired instr at 0x0000000000000000
CORE 9 recently retired instr at 0x0000000000000000
TPIDRx_ELy = {1: 0xfffffe2e9dc08620  0: 0x0000000000000005  0ro: 0x0000000000000000 }
CORE 0: PC=0xfffffe00543215f0, LR=0xfffffe0054d24598, FP=0xfffffe7d36dffbf0
CORE 1: PC=0xfffffe0053d8eff4, LR=0xfffffe0053c8f86c, FP=0xfffffe7d383c7d30
CORE 2: PC=0xfffffe0054450014, LR=0xfffffe005439e304, FP=0xfffffe7d37f0fd10
CORE 3: PC=0xfffffe005433ed54, LR=0xfffffe005443dae4, FP=0xfffffe7d389e37a0
CORE 4: PC=0xfffffe005468b86c, LR=0xfffffe005468b904, FP=0xfffffe7d386bfa20
CORE 5 is the one that panicked. Check the full backtrace for details.
CORE 6: PC=0xfffffe0053c634d8, LR=0xfffffe0053c634d8, FP=0xfffffe7d36517ed0
CORE 7: PC=0xfffffe0053c634d8, LR=0xfffffe0053c634d8, FP=0xfffffe7d3869bed0
CORE 8: PC=0xfffffe0053c634d8, LR=0xfffffe0053c634d8, FP=0xfffffe7d361c3ed0
CORE 9: PC=0xfffffe0053c634d8, LR=0xfffffe0053c634d8, FP=0xfffffe7d37b87ed0
Compressor Info: 6% of compressed pages limit (OK) and 6% of segments limit (OK) with 1 swapfiles and OK swap space
Panicked task 0xfffffe1e3c047940: 0 pages, 644 threads: pid 0: kernel_task
Panicked thread: 0xfffffe2e9dc08620, backtrace: 0xfffffe7d37cd77c0, tid: 1211
		  lr: 0xfffffe0053c2642c  fp: 0xfffffe7d37cd7850
		  lr: 0xfffffe0053d8b9e0  fp: 0xfffffe7d37cd78c0
		  lr: 0xfffffe0053d89bfc  fp: 0xfffffe7d37cd7980
		  lr: 0xfffffe0053bd9d28  fp: 0xfffffe7d37cd7990
		  lr: 0xfffffe0053c25d20  fp: 0xfffffe7d37cd7da0
		  lr: 0xfffffe00544c6d5c  fp: 0xfffffe7d37cd7dc0
		  lr: 0xfffffe0056c59b58  fp: 0xfffffe7d37cd7e50
		  lr: 0xfffffe0056652cc4  fp: 0xfffffe7d37cd7e80
		  lr: 0xfffffe00543bdf7c  fp: 0xfffffe7d37cd7ed0
		  lr: 0xfffffe00543beb6c  fp: 0xfffffe7d37cd7f20
		  lr: 0xfffffe0053bda768  fp: 0x0000000000000000
      Kernel Extensions in backtrace:
         com.apple.driver.IOSlaveProcessor(1.0)[2F499AAD-485D-350A-BFF3-E54EA8BC4F6D]@0xfffffe0056651b30->0xfffffe005665350b
         com.apple.driver.RTBuddy(1.0)[7CBF94AB-FE85-3272-BF43-58363BB6630E]@0xfffffe0056c319a0->0xfffffe0056c75547
            dependency: com.apple.driver.AppleA7IOP(1.0.2)[C809288E-8668-3FF1-BFD9-65735663142E]@0xfffffe00545bf590->0xfffffe00545c57e7
            dependency: com.apple.driver.AppleARMPlatform(1.0.2)[17D2041F-0EDE-3553-AF18-4A5DF8862B30]@0xfffffe0054617f10->0xfffffe005466df2f
            dependency: com.apple.driver.IOSlaveProcessor(1)[2F499AAD-485D-350A-BFF3-E54EA8BC4F6D]@0xfffffe0056651b30->0xfffffe005665350b
            dependency: com.apple.iokit.CoreAnalyticsFamily(1)[FA3A8174-544C-3425-81C4-54991153C9CA]@0xfffffe0055a04ba0->0xfffffe0055a0e0e3
            dependency: com.apple.iokit.IOReportFamily(47)[7CE55C92-8D7B-3857-B41C-B8A897DCC039]@0xfffffe00565b06e0->0xfffffe00565b3597
            dependency: com.apple.kec.corecrypto(14.0)[55182400-F7EA-3E3F-9690-FA1AAB4ABE92]@0xfffffe0056fd2040->0xfffffe005702cb87

last started kext at 8096293923: com.apple.filesystems.smbfs	6.0 (addr 0xfffffe0053023e30, size 111737)
loaded kexts:
com.apple.filesystems.smbfs	6.0
usfl (1 rep)
Jul 22, 2025, 01:54 PM • Last activity: Jul 23, 2025, 03:51 AM
1 votes
1 answers
2550 views
Karabiner Elements Fn + F keys to volume control on Mac
I'm using a Durgod keyboard (replacing an old Mac keyboard) and would like to have Fn + F11 to lower volume and Fn + F12 to increase volume. Those are the keys I use for volume control on the Mac keyboard. It doesn't work right now with the Durgod keyboard. How do I make this possible using Karabine...
I'm using a Durgod keyboard (replacing an old Mac keyboard) and would like to have Fn+F11 to lower volume and Fn+F12 to increase volume. Those are the keys I use for volume control on the Mac keyboard. It doesn't work right now with the Durgod keyboard. How do I make this possible using Karabiner Elements?
politely (11 rep)
May 10, 2022, 05:22 PM • Last activity: Jul 23, 2025, 03:06 AM
2 votes
1 answers
740 views
errSecInternalComponent when using codesign from within a daemon
I have my own running daemon application that listens to a network port and executes some different commands based on the coming request. All is working fine except when trying to execute the following `codesign` command. `sudo codesign --force --timestamp --options=runtime --entitlements --sign ` W...
I have my own running daemon application that listens to a network port and executes some different commands based on the coming request. All is working fine except when trying to execute the following codesign command. sudo codesign --force --timestamp --options=runtime --entitlements --sign Where I see an error saying errSecInternalComponent. However, when I take the same command and paste it into the terminal it works. I have my application certificate installed under both login and System keychains and set to be Always Trust in settings. I tried adding --keychain option to specify the keychain path for the codesign command. Also, I made sure that both login and System keychains are unlocked during command execution. Besides, I tried adding the following key/value pair to my daemon plist file and restarting it.
SessionCreate
All of the above trials failed to fix the issue, I'm out of ideas and any help would be highly appreciated.
Mohammad Fneish (121 rep)
Feb 16, 2022, 11:29 PM • Last activity: Jul 23, 2025, 02:34 AM
1 votes
0 answers
66 views
Why can't I uninstall Python 3.13?
I want to uninstall Python 3.13 and only keep 3.9. I tried using brew but just get this error: ```sh brew uninstall python@3.13 Error: No such keg: /opt/homebrew/Cellar/python@3.13 ``` I don't have admin permissions to manually delete the files in `/Library`: ```sh which python3.13 /Library/Framewor...
I want to uninstall Python 3.13 and only keep 3.9. I tried using brew but just get this error:
brew uninstall python@3.13
Error: No such keg: /opt/homebrew/Cellar/python@3.13
I don't have admin permissions to manually delete the files in /Library:
which python3.13
/Library/Frameworks/Python.framework/Versions/3.13/bin/python3.13
How can I actually remove this version? Running the following command shows python is located in /Library but I can't remove it due to not having sudo access.
type python3
python3 is /Library/Frameworks/Python.framework/Versions/3.13/bin/python3
zio (11 rep)
Jul 16, 2025, 08:04 PM • Last activity: Jul 22, 2025, 01:07 PM
3 votes
2 answers
403 views
Can an eMac boot from a USB optical drive connected via a FireWire adapter?
I've got an eMac that's mostly working (running Tiger, plus a selection of other nice software), but has a broken optical drive. I have a spare USB optical drive lying around, and it works for most purposes, but, according to [this discussion](https://arstechnica.com/civis/viewtopic.php?f=19&t=11822...
I've got an eMac that's mostly working (running Tiger, plus a selection of other nice software), but has a broken optical drive. I have a spare USB optical drive lying around, and it works for most purposes, but, according to [this discussion](https://arstechnica.com/civis/viewtopic.php?f=19&t=1182251) on the Ars Technica OpenForum, most PowerPC Macs (including eMacs) can't boot from USB drives (at least not out of the box and without a LOT of tinkering and swearing), although they _can_ boot from FireWire drives. Just in case I ever have to reinstall Mac OS X on the eMac, here's my question: if I plug a USB-to-FireWire adapter into one of the eMac's FireWire ports, and plug the USB optical drive into that, will the eMac be able to boot from said optical drive, or will I have to shell out for a FireWire optical drive?
Vikki (145 rep)
May 15, 2018, 03:16 PM • Last activity: Jul 21, 2025, 04:09 PM
0 votes
1 answers
265 views
When reconnecting the cable, iPhone USB status shows as "Attached" with a yellow icon, only turns green after a reboot
When I initially connect my iPhone 14 Pro via USB to my M1 Pro running Sonoma, everything works great: the Network tab shows the status of "iPhone USB" as "Connected" with a green icon: [![enter image description here][1]][1] However if I unplug the cable and insert it again, it will show up as "Att...
When I initially connect my iPhone 14 Pro via USB to my M1 Pro running Sonoma, everything works great: the Network tab shows the status of "iPhone USB" as "Connected" with a green icon: enter image description here However if I unplug the cable and insert it again, it will show up as "Attached" with a yellow icon. The only fix I've found is to reboot the Mac after which it will work again: enter image description here Is there a way fix this without having to reboot my Mac every time I reconnect the cable? Maybe I could just restart some networking service instead?
JonathanReez (2509 rep)
Aug 28, 2024, 07:51 PM • Last activity: Jul 21, 2025, 08:03 AM
1 votes
1 answers
145 views
How to Permanently Remove Old iCloud App Folders from Mobile Documents on macOS?
On my MacBook, when I navigate to the iCloud directory via Terminal with the command: ``` cd ~/Library/Mobile\ Documents ``` I see multiple folders related to old iCloud-connected apps that I no longer use or have installed. Most of these folders are empty (0B in size), but they persist in the direc...
On my MacBook, when I navigate to the iCloud directory via Terminal with the command:
cd ~/Library/Mobile\ Documents
I see multiple folders related to old iCloud-connected apps that I no longer use or have installed. Most of these folders are empty (0B in size), but they persist in the directory. For example:
ls
27N4MQEA55~pro~writer
3L68KQB4HG~com~readdle~CommonDocuments
57T9237FN3~net~whatsapp~WhatsApp
5U8NS4GX82~com~dayoneapp~dayone
...
iCloud~dk~simonbs~Scriptable
iCloud~fm~overcast~overcast
I’ve attempted to delete them using the following commands:
sudo rm -rf [file/folder_name]
or
find . -type f -size 0 -delete
However, the folders either persist or reappear immediately upon running ls again. Additionally, when I check System Settings > Apple ID > iCloud > “Show All” (linked apps), these apps do not appear in the list of connected services. Apps such as Pro Writer, Day One, Scriptable, and Overcast, which I have no current association with, still appear in the Mobile Documents folder. My goal: I want to clean up the Mobile Documents directory to make it easier to navigate and manage files for currently used apps. Questions: 1. How can I permanently remove these obsolete folders? 2. Is there a way to force a sync reset or clean stale app references from iCloud storage? 3. Could these folders be reappearing due to a macOS or iCloud background process? Any insights or solutions would be greatly appreciated.
tedioustortoise (144 rep)
Jan 24, 2025, 05:26 PM • Last activity: Jul 19, 2025, 05:22 PM
3 votes
1 answers
345 views
Xcode unexpectedly quits after archieve
I am using flutter and I am not very good at Xcode. I upload to the app store my project. When I try update the application I got this problem. Xcode unexpectedly quits and open another window that showing lots of description as follows: [![enter image description here][1]][1] Following is the descr...
I am using flutter and I am not very good at Xcode. I upload to the app store my project. When I try update the application I got this problem. Xcode unexpectedly quits and open another window that showing lots of description as follows: enter image description here Following is the description text:
Process:               Xcode 
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               12.5 (18205)
Build Info:            IDEFrameworks-18205000000000000~3 (12E262)
App Item ID:           497799835
App External ID:       841326589
Code Type:             X86-64 (Native)
Parent Process:        ??? Referenced image
Responsible:           Xcode 
User ID:               502

Date/Time:             2021-10-07 10:24:11.319 +0500
OS Version:            macOS 11.4 (20F71)
Report Version:        12
Anonymous UUID:        F3F89A00-9F08-437B-4FFA-CD19864AC0FF

Sleep/Wake UUID:       8AD975D5-E424-4070-9BAD-B4BE60D96FCF

Time Awake Since Boot: 55000 seconds
Time Since Wake:       6900 seconds

System Integrity Protection: enabled

Crashed Thread:        14  Dispatch queue: -[DVTSourceControlWorkspace init] (QOS: UNSPECIFIED)

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
ProductBuildVersion: 12E262
UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[NSURL URLByAppendingPathComponent:]: component, components, or pathExtension cannot be nil.
UserInfo: (null)
Open FDs: 41/7168
Hints: 
 
Backtrace:
  0   __exceptionPreprocess (in CoreFoundation)
  1   DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2   objc_exception_throw (in libobjc.A.dylib)
  3   -[NSURL(NSURLPathUtilities) URLByAppendingPathComponent:isDirectory:] (in Foundation)
  4   -[DVTSourceControlWorkspaceBlueprint saveBlueprintInFolder:options:] (in DVTSourceControl)
  5   __96+[IDEArchive _copySCMBlueprintFromWorkspace:toArchiveWithPath:usingFileManager:completionBlock:]_block_invoke (in IDEFoundation)
  6   __107-[DVTSourceControlWorkspace blueprintWithRemoteRepositories:includingManagedWorkingCopies:completionBlock:]_block_invoke (in DVTSourceControl)
  7   __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ (in Foundation)
  8   -[NSBlockOperation main] (in Foundation)
  9   __NSOPERATION_IS_INVOKING_MAIN__ (in Foundation)
 10   -[NSOperation start] (in Foundation)
 11   __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ (in Foundation)
 12   __NSOQSchedule_f (in Foundation)
 13   _dispatch_block_async_invoke2 (in libdispatch.dylib)
 14   _dispatch_client_callout (in libdispatch.dylib)
 15   _dispatch_continuation_pop (in libdispatch.dylib)
 16   _dispatch_async_redirect_invoke (in libdispatch.dylib)
 17   _dispatch_root_queue_drain (in libdispatch.dylib)
 18   _dispatch_worker_thread2 (in libdispatch.dylib)
 19   _pthread_wqthread (in libsystem_pthread.dylib)
 20   start_wqthread (in libsystem_pthread.dylib)
 
abort() called

Application Specific Signatures:
NSInvalidArgumentException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff2054487b __exceptionPreprocess + 242
1   DVTFoundation                       0x000000010338ba4f DVTFailureHintExceptionPreprocessor + 424
2   libobjc.A.dylib                     0x00007fff2027cd92 objc_exception_throw + 48
3   Foundation                          0x00007fff2122a899 -[NSURL(NSURLPathUtilities) URLByAppendingPathComponent:isDirectory:] + 0
4   DVTSourceControl                    0x000000010847146a -[DVTSourceControlWorkspaceBlueprint saveBlueprintInFolder:options:] + 118
5   IDEFoundation                       0x000000010419e092 __96+[IDEArchive _copySCMBlueprintFromWorkspace:toArchiveWithPath:usingFileManager:completionBlock:]_block_invoke + 112
6   DVTSourceControl                    0x000000010845ebe3 __107-[DVTSourceControlWorkspace blueprintWithRemoteRepositories:includingManagedWorkingCopies:completionBlock:]_block_invoke + 5069
7   Foundation                          0x00007fff212384cf __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
8   Foundation                          0x00007fff212383c7 -[NSBlockOperation main] + 98
9   Foundation                          0x00007fff2123835a __NSOPERATION_IS_INVOKING_MAIN__ + 17
10  Foundation                          0x00007fff2123760e -[NSOperation start] + 785
11  Foundation                          0x00007fff212372df __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  Foundation                          0x00007fff212371b2 __NSOQSchedule_f + 182
13  libdispatch.dylib                   0x00007fff2023419e _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib                   0x00007fff20227806 _dispatch_client_callout + 8
15  libdispatch.dylib                   0x00007fff2022a1b0 _dispatch_continuation_pop + 423
16  libdispatch.dylib                   0x00007fff20229887 _dispatch_async_redirect_invoke + 708
17  libdispatch.dylib                   0x00007fff20236818 _dispatch_root_queue_drain + 326
18  libdispatch.dylib                   0x00007fff20236f70 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib             0x00007fff203ce417 _pthread_wqthread + 244
20  libsystem_pthread.dylib             0x00007fff203cd42f start_wqthread + 15

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff2039c2ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2039c62c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff204cab5f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff204c923f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff204c864c CFRunLoopRunSpecific + 563
5   com.apple.HIToolbox           	0x00007fff28706ab3 RunCurrentEventLoopInMode + 292
6   com.apple.HIToolbox           	0x00007fff28706815 ReceiveNextEventCommon + 587
7   com.apple.HIToolbox           	0x00007fff287065b3 _BlockUntilNextEventMatchingListInModeWithFilter + 70
8   com.apple.AppKit              	0x00007fff22cc96f2 _DPSNextEvent + 864
9   com.apple.AppKit              	0x00007fff22cc7ec5 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1364
10  com.apple.dt.DVTKit           	0x0000000103a71781 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 421
11  com.apple.AppKit              	0x00007fff22cba239 -[NSApplication run] + 586
12  com.apple.AppKit              	0x00007fff22c8e47c NSApplicationMain + 816
13  libdyld.dylib                 	0x00007fff203ecf5d start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff2039c2ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2039c62c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff204cab5f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff204c923f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff204c864c CFRunLoopRunSpecific + 563
5   com.apple.Foundation          	0x00007fff21256647 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
6   com.apple.DTDeviceKitBase     	0x00000001189be93f +[DTDKRemoteDeviceConnection startServiceBrowsers] + 188
7   com.apple.Foundation          	0x00007fff2124f477 __NSThread__start__ + 1068
8   libsystem_pthread.dylib       	0x00007fff203d18fc _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff203cd443 thread_start + 15

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff2039c2ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2039c62c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff204cab5f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff204c923f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff204c864c CFRunLoopRunSpecific + 563
5   com.apple.Foundation          	0x00007fff21256647 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
6   com.apple.DTDeviceKitBase     	0x00000001189cc6e3 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 242
7   com.apple.Foundation          	0x00007fff2124f477 __NSThread__start__ + 1068
8   libsystem_pthread.dylib       	0x00007fff203d18fc _pthread_start + 224
9   libsystem_pthread.dylib       	0x00007fff203cd443 thread_start + 15

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x00007fff203a4656 __select + 10
1   com.apple.CoreFoundation      	0x00007fff204f10d3 __CFSocketManager + 630
2   libsystem_pthread.dylib       	0x00007fff203d18fc _pthread_start + 224
3   libsystem_pthread.dylib       	0x00007fff203cd443 thread_start + 15

Thread 4:: JavaScriptCore bmalloc scavenger
0   libsystem_kernel.dylib        	0x00007fff2039ecde __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff203d1e49 _pthread_cond_wait + 1298
2   libc++.1.dylib                	0x00007fff2033ad72 std::__1::condition_variable::wait(std::__1::unique_lock&) + 18
3   com.apple.JavaScriptCore      	0x00007fff37464e44 void std::__1::condition_variable_any::wait >(std::__1::unique_lock&) + 84
4   com.apple.JavaScriptCore      	0x00007fff3746991b bmalloc::Scavenger::threadRunLoop() + 251
5   com.apple.JavaScriptCore      	0x00007fff374694f9 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9
6   com.apple.JavaScriptCore      	0x00007fff3746aba7 void* std::__1::__thread_proxy >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 39
7   libsystem_pthread.dylib       	0x00007fff203d18fc _pthread_start + 224
8   libsystem_pthread.dylib       	0x00007fff203cd443 thread_start + 15

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff2039c2ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2039c62c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff204cab5f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff204c923f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff204c864c CFRunLoopRunSpecific + 563
5   com.apple.AppKit              	0x00007fff22e4f68a _NSEventThread + 124
6   libsystem_pthread.dylib       	0x00007fff203d18fc _pthread_start + 224
7   libsystem_pthread.dylib       	0x00007fff203cd443 thread_start + 15

Thread 6:: DYMobileDeviceManager
0   libsystem_kernel.dylib        	0x00007fff2039c2ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2039c62c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff204cab5f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff204c923f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff204c864c CFRunLoopRunSpecific + 563
5   com.apple.Foundation          	0x00007fff21256647 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
6   com.apple.Foundation          	0x00007fff212e4511 -[NSRunLoop(NSRunLoop) run] + 76
7   com.apple.GPUToolsMobileFoundation	0x000000012cdc8b5d -[DYMobileDeviceManager _deviceNotificationThread:] + 126
8   com.apple.Foundation          	0x00007fff2124f477 __NSThread__start__ + 1068
9   libsystem_pthread.dylib       	0x00007fff203d18fc _pthread_start + 224
10  libsystem_pthread.dylib       	0x00007fff203cd443 thread_start + 15

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff2039c2ba mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff2039c62c mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff204cab5f __CFRunLoopServiceMachPort + 316
3   com.apple.CoreFoundation      	0x00007fff204c923f __CFRunLoopRun + 1328
4   com.apple.CoreFoundation      	0x00007fff204c864c CFRunLoopRunSpecific + 563
5   com.apple.CoreFoundation      	0x00007fff2054ef52 CFRunLoopRun + 40
6   libSwiftPM.dylib              	0x0000000136447afe closure #1 in FSEventStream.start() + 254
7   libSwiftPM.dylib              	0x00000001364180da closure #1 in Thread.init(task:) + 106
8   libSwiftPM.dylib              	0x00000001364181fe thunk for @escaping @callee_guaranteed () -> () + 14
9   libSwiftPM.dylib              	0x00000001364181d6 @objc ThreadImpl.main() + 38
10  com.apple.Foundation          	0x00007fff2124f477 __NSThread__start__ + 1068
11  libsystem_pthread.dylib       	0x00007fff203d18fc _pthread_start + 224
12  libsystem_pthread.dylib       	0x00007fff203cd443 thread_start + 15

VM Region Summary:
ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)
Writable regions: Total=1.2G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.2G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               896K        7 
Activity Tracing                   256K        1 
CG backing stores                 2880K        6 
CG image                          1096K       92 
CG raster data                      36K        4 
CoreAnimation                     20.9M      242 
CoreData                            12K        1 
CoreGraphics                        12K        2 
CoreImage                            8K        2 
CoreUI image data                 1864K       15 
Dispatch continuations            32.0M        1 
Foundation                          16K        1 
Image IO                            56K        8 
JS JIT generated code              1.0G        3 
Kernel Alloc Once                    8K        1 
MALLOC                           159.9M      153 
MALLOC guard page                   48K       12 
Performance tool data                4K        1         not counted in TOTAL below
SQLite page cache                  192K        3 
STACK GUARD                       56.1M       16 
Stack                             15.6M       16 
VM_ALLOCATE                        280K       18 
WebKit Malloc                     1128K        2 
__CTF                               759        1 
__DATA                            63.2M      897 
__DATA_CONST                      44.7M      657 
__DATA_DIRTY                      2458K      273 
__FONT_DATA                          4K        1 
__LINKEDIT                       672.7M      426 
__OBJC_RO                         70.2M        1 
__OBJC_RW                         2480K        2 
__TEXT                           838.3M      855 
__UNICODE                          588K        1 
libnetwork                        1152K       16 
mapped file                      301.6M       72 
shared memory                      760K       16 
===========                     =======  ======= 
TOTAL                              3.2G     3824 

Model: MacBookPro12,1, BootROM 427.0.0.0.0, 2 processors, Dual-Core Intel Core i5, 2,7 GHz, 8 GB, SMC 2.28f7
Graphics: kHW_IntelIris6100Item, Intel Iris Graphics 6100, spdisplays_builtin
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54424C41522D4E5544
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54424C41522D4E5544
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1680.8)
Bluetooth: Version 8.0.5d7, 3 services, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0128G, 121,33 GB
USB Device: USB 3.0 Bus
USB Device: Bluetooth USB Host Controller
USB Device: Redmi Note 8
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
If I open another project on Xcode there is no problem. Could you help me please.
Vepa Sabyrow (131 rep)
Oct 7, 2021, 04:03 AM • Last activity: Jul 19, 2025, 12:04 PM
43 votes
7 answers
148837 views
What is the "lsd" process on OS X, and why is it using so much CPU power?
I looked in iStat Menus and noticed that a process named `lsd` was consuming 99% of my CPU (Out of 400% for 4 cores). I searched around for a bit, but couldn't find out what this was, and why it's using so much processing power. It's not Little Snitch Daemon, as I never installed that. Someone else...
I looked in iStat Menus and noticed that a process named lsd was consuming 99% of my CPU (Out of 400% for 4 cores). I searched around for a bit, but couldn't find out what this was, and why it's using so much processing power. It's not Little Snitch Daemon, as I never installed that. Someone else said that it could be Launch Services Daemon, but I thought that process was launchd. It's Launch Services Daemon. Upon looking in the console, I notice these messages when searching for lsd: 22/12/2015 9:36:02.000 a.m. kernel: Sandbox: AssetCacheLocato(400) deny(1) mach-lookup com.apple.lsd.mapdb 22/12/2015 9:36:02.931 a.m. AssetCacheLocatorService: LaunchServices: disconnect event received for service com.apple.lsd.mapdb 22/12/2015 9:36:02.000 a.m. kernel: Sandbox: AssetCacheLocato(400) deny(1) mach-lookup com.apple.lsd.mapdb 22/12/2015 9:36:02.932 a.m. AssetCacheLocatorService: LaunchServices: disconnect event received for service com.apple.lsd.mapdb 22/12/2015 9:36:03.000 a.m. kernel: Sandbox: AssetCacheLocato(400) deny(1) mach-lookup com.apple.lsd.modifydb 22/12/2015 9:36:03.657 a.m. AssetCacheLocatorService: LaunchServices: disconnect event received for service com.apple.lsd.modifydb 22/12/2015 9:39:41.000 a.m. kernel: Sandbox: SpotlightNetHelp(376) deny(1) mach-lookup com.apple.lsd.mapdb 22/12/2015 9:39:41.995 a.m. SpotlightNetHelper: LaunchServices: disconnect event received for service com.apple.lsd.mapdb 22/12/2015 9:39:41.000 a.m. kernel: Sandbox: SpotlightNetHelp(376) deny(1) mach-lookup com.apple.lsd.mapdb 22/12/2015 9:39:41.996 a.m. SpotlightNetHelper: LaunchServices: disconnect event received for service com.apple.lsd.mapdb 22/12/2015 9:39:42.000 a.m. kernel: Sandbox: SpotlightNetHelp(376) deny(1) mach-lookup com.apple.lsd.modifydb 22/12/2015 9:39:42.370 a.m. SpotlightNetHelper: LaunchServices: disconnect event received for service com.apple.lsd.modifydb 22/12/2015 9:39:58.100 a.m. lsd: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist 22/12/2015 10:01:15.000 a.m. kernel: process lsd thread 19967 caught burning CPU!; EXC_RESOURCE supressed due to audio playback 22/12/2015 3:34:04.828 p.m. lsd: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist 22/12/2015 3:44:07.469 p.m. sudo: MyUsername : TTY=ttys000 ; PWD=/private/var/db ; USER=root ; COMMAND=/bin/mkdir lsd 22/12/2015 3:49:09.183 p.m. lsd: LaunchServices: Scheme mapping file does not exist, creating file. 22/12/2015 3:49:09.400 p.m. lsd: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist 22/12/2015 3:49:09.407 p.m. lsd: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist 22/12/2015 3:49:39.366 p.m. lsd: LaunchServices: Currently 0 installed placeholders: () 22/12/2015 3:49:50.000 p.m. kernel: Sandbox: AssetCacheLocato(535) deny(1) mach-lookup com.apple.lsd.mapdb 22/12/2015 3:49:50.802 p.m. AssetCacheLocatorService: LaunchServices: disconnect event received for service com.apple.lsd.mapdb 22/12/2015 3:49:51.000 p.m. kernel: Sandbox: AssetCacheLocato(535) deny(1) mach-lookup com.apple.lsd.modifydb 22/12/2015 3:49:51.002 p.m. AssetCacheLocatorService: LaunchServices: disconnect event received for service com.apple.lsd.modifydb 22/12/2015 4:31:57.573 p.m. lsd: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist 22/12/2015 4:34:34.075 p.m. lsd: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist 22/12/2015 4:34:34.290 p.m. lsd: LaunchServices: Could not store lsd-identifiers file at /private/var/db/lsd/com.apple.lsdschemes.plist 22/12/2015 4:37:20.000 p.m. kernel: process lsd thread 26462 caught burning CPU!; EXC_RESOURCE supressed due to audio playback As for this message: 22/12/2015 3:44:07.469 p.m. sudo: MyUsername : TTY=ttys000 ; PWD=/private/var/db ; USER=root ; COMMAND=/bin/mkdir lsd I did try making a dir called /private/var/db/lsd as root. Also, my CPU usage seems to be very intermittent (which it never did before). Intermittent CPU Usage Looking into /usr/libexec, I found lsd and noticed that it has been created on 17 Sep 2015. Why is it so new (along with everything else in that directory)?
CraftedCart (1540 rep)
Dec 22, 2015, 05:05 PM • Last activity: Jul 19, 2025, 07:19 AM
2 votes
2 answers
2063 views
There is no process "Touch Bar Agent"
My MBP 15" 2018's touch bar died few days back. I read a lot of people suggesting to kill process "Touch Bar Agent". But, I don't find process "Touch Bar Agent" in the activity monitor, nor via grep in terminal. Interestingly, my another MBP which has a working touch bar does not show process "Touch...
My MBP 15" 2018's touch bar died few days back. I read a lot of people suggesting to kill process "Touch Bar Agent". But, I don't find process "Touch Bar Agent" in the activity monitor, nor via grep in terminal. Interestingly, my another MBP which has a working touch bar does not show process "Touch Bar Agent" as well. I am running "macOS Catalina 10.15.6". Did apple change the process name in latest updates? Edit: There are numerous post here which suggest to kill that process, suggesting the process used to exist in older releases. Example: this
cosmos (141 rep)
Sep 10, 2020, 11:26 AM • Last activity: Jul 19, 2025, 01:03 AM
1 votes
1 answers
223 views
How get Mac Music to update its library data based on my folder structure?
I started my shift towards apple products over 17 years ago when I purchased my first iPod (yes the click wheel one). I started by using iTunes software for managing my music library, then I bought my first iPhone then switched to using mac book pro. Now, over all these jumps i moved my library from...
I started my shift towards apple products over 17 years ago when I purchased my first iPod (yes the click wheel one). I started by using iTunes software for managing my music library, then I bought my first iPhone then switched to using mac book pro. Now, over all these jumps i moved my library from one computer to another, letting iTunes manage files. Then came Mac Music... My current situation is that I have all my music in the /Users//Music folder but, within this folder they are all over the place. /Users//Music/iTunes/iTunes Media/Music /Users//Music/iTunes/iTunes Media/Music/Music /Users//Music/Music/Media.localized/Music (What does '.localized' mean?) I tried consolidating the library but I can still see many files/folder outside the media folder. I have manually moved the music files to the media folder now but, how do I get Mac Music to change the location of the files, in its library, based on what is on the hard drive?
A j (227 rep)
Oct 5, 2021, 06:27 AM • Last activity: Jul 18, 2025, 04:20 PM
Showing page 1 of 20 total questions