SPSS 29 crash on launch - Urgent help needed

Hi there,

Each time I open SPSS v29, it crashes upon launch. I've run the script to completely uninstall it and reinstalled it, as well as wiped my Mac completely, but it still has the same issue.


macOS 14.1.1


Crash log:


MacBook Air 13″, macOS 14.1

Posted on Nov 29, 2023 02:34 PM

Reply
Question marked as Top-ranking reply

Posted on Nov 29, 2023 02:59 PM

Hi Mac Jim ID,


I've already run that prior to the reset of my computer, but that is clearly not the correct patch for this issue. As I mentioned in my initial post, it crashes upon launching. This patch is meant to fix the Server Login: Local Computer popup, which are two different things.


Thanks nonetheless.

Similar questions

7 replies

Jul 16, 2024 08:49 PM in response to beepboop33

I am also facing the same issue. SPSS v29 almost always hangs or automatically shuts off. I found it creates 4 to 5 core*. dmp files with huge file sizes. You have to open the SPSS app package contents and delete the core*. DMP files. 

I created an application with Automator to run the shell script. So, before you open SPSS, just run the application.


Steps:

In the terminal:

1. nano /Users/(change to your username)/delete_core_dmp.sh

2. #!/bin/bash

find /Applications/IBM\ SPSS\ Statistics/ -name "core*.dmp" -type f -delete

3. chmod +x /Users/(change to your username)/delete_core_dmp.sh

4.  Open Automator

  • Go to your Applications folder and open Automator.
  • Choose "Application" as the document type.

5. Add a "Run Shell Script" Action

  • In the search bar on the left, type "Run Shell Script".
  • Drag the "Run Shell Script" action to the workflow area on the right.

6. Configure the Shell Script

  • Set the "Shell" dropdown to “/bin/bash”.
  • Set the "Pass input" dropdown to “stdin”.
  • Remove any existing content in the script window and replace it with: /Users/(change to your username)/delete_core_dmp.sh

7. Save the Automator Application

  • Go to File > Save.
  • Choose a name for your application, for example, DeleteSPSSCoreDumps.
  • Save it to a location where you can easily access it, such as your Applications folder or Desktop.

Open the newly created application (DeleteSPSSCoreDumps.app) before open the SPSS.


This method works for me.

Nov 29, 2023 02:59 PM in response to beepboop33

Sorry, I assume you also saw this:

https://help.lsit.ucsb.edu/hc/en-us/articles/20282298806555-Using-SPSS-29-in-Mac-Sonoma-OS


I have not heard of the timeline for an update to v30, but it is suppose to support Sonoma. You are not alone and others are reporting the same experience. IBM is aware of the issue and there has been little guidance on what to do until the update becomes available.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

SPSS 29 crash on launch - Urgent help needed

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.