IRONSOFTWAREHOME

Orphaned CEF Processes on macOS ARM

Curtis Chau
Curtis Chau
Updated: July 3, 2026

On macOS ARM, IronPDF 2026.4.1 can leave its Chromium Embedded Framework (CEF) subprocess running after your application crashes. The process appears to hang and never exits.

IronSoftwareDeploymentConfigurationMissingException: QPdf*.deployment.json
Text

The affected setup is IronPdf.MacOs.ARM 2026.4.1 (native interop 2026.4.0.1) on macOS ARM64 with .NET 10. On this build, the CEF subprocess is not torn down when the host application exits abnormally, so IronCefSubprocess and its Chrome gpu-process children stay alive. Updating to 2026.5.2 resolves the behavior.

Solution

1. Update the IronPDF packages

Move IronPdf.MacOs.ARM to 2026.5.2 or later. With the .NET CLI:

dotnet add package IronPdf.MacOs.ARM --version 2026.5.2
SHELL

Or from the Visual Studio Package Manager Console:

Update-Package IronPdf.MacOs.ARM
SHELL

2. Rebuild and run

Rebuild the project and run your application again to load the updated native interop.

3. Confirm no processes remain

After the application exits or crashes, check for leftover renderer processes:

ps aux | grep -iE "ironpdf|ironcef|chrome"
SHELL

You should see no leftover IronPDF, IronCefSubprocess, or Chrome gpu-process entries.

Debug Tips

On the affected version, the following did not clear the orphaned process:

  • Setting Installation.TempFolderPath: no effect on the hang.
  • Calling IronPdf.IronPdfEngine.Shutdown(): the IronPdfEngine type is not part of the IronPdf.MacOs.ARM package, so this call does not compile against it.
  • The IronSoftwareDeploymentConfigurationMissingException warning about QPdf*.deployment.json: non-blocking. qpdf still deploys and loads, and the warning is unrelated to the hanging process.
Please note: If orphaned processes persist on 2026.5.2 or later, enable file logging with Logger.LoggingMode = Logger.LoggingModes.File and share the log with support.
Curtis Chau
Technical Writer

Curtis Chau holds a Bachelor’s degree in Computer Science (Carleton University) and specializes in front-end development with expertise in Node.js, TypeScript, JavaScript, and React. Passionate about crafting intuitive and aesthetically pleasing user interfaces, Curtis enjoys working with modern frameworks and creating well-structured, visually appealing manuals.

...
Read More

Ready to Get Started?

Nuget Downloads 20,389,208Version:2026.8just released

Get your free 30-day Trial Key instantly.
No credit card or account creation required

Try IronPDF for Free

Get Set Up in 5 Minutes

C# PDF DLL

Download DLL

Download Now

or download Windows Installer here.

  1. Download and unzip IronPDF to a location such as ~/Libs within your Solution directory
  2. In Visual Studio Solution Explorer, right click References. Select Browse, "IronPdf.dll"
C# NuGet Library for PDF

Install with NuGet

                  Install-Package IronPdf
                
nuget.org/packages/IronPdf/
  1. In Solution Explorer, right-click References, Manage NuGet Packages
  2. Select Browse and search "IronPdf"
  3. Select the package and install
Key in blue circle

Get your free 30-day Trial Key instantly.

bullet_checkedNo credit card or account creation required
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
Book your free Live Demo
Booking Badge related to IronPDF Product Demo

Trusted by Millions of Engineers Worldwide

Iron Software's customer logos
Get Your No-Obligation Consult
Complete the form below or email sales@ironsoftware.com
Your details will always be kept confidential.
Trusted by Millions of Engineers Worldwide
Iron Software's customer logos
Get your free 30-day Trial Key instantly.
No credit card or account creation required