Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Cupra

macrumors regular
Original poster
Jun 23, 2009
189
0
London, UK
randomly its started to crash , im using 3.0 on a 3g.

it was working all day untill now, any one else having trouble?

EDIT - *

note - i tried to do 3 updates and it crashed now this sit whats in my log

Code:
<key>SysInfoCrashReporterKey</key> 
<string>8fe59c60329022bb600f0a1d447a8b71b2a547d3</string> 
<key>bug_type</key>
<string>109</string>
<key>description</key>
<string>Incident Identifier: 6B1EEBA7-60A5-47CF-8584-69964BB35755 
CrashReporter Key: 8fe59c60329022bb600f0a1d447a8b71b2a547d3
Process:Cydia_ [116] 
Path:   //Applications/Cydia.app/Cydia_ Identifier:      
Cydia_ Version:         ??? (???) 
Code Type:       ARM (Native) 
Parent Process:  launchd [1]  Date/Time:       2009-07-07 23:55:29.482 +0100 OS Version:      iPhone OS 3.0 (7A341) 
Report Version:  104  
Exception Type:  EXC_BAD_ACCESS (SIGSEGV) 
Exception Codes: KERN_INVALID_ADDRESS at 0xbbadbeef Crashed Thread:  6
 
hmm let me reboot, i tried to download 3 updates all at once and it crashed, now it wont load ... maybe thats the prob
 
You can try the solution I posted in this thread but you may not be having the same issue so it may not work

(I posted the wrong link, fixed now)
https://forums.macrumors.com/threads/731114/

edit: now that I see it happened after trying to do 3 updates at once, I think it actually is the same problem I had.
 
no joy still crashes.. is there anyway to clear something via ssh like a log or something? or shall i go into safe mode and try etc?
 
found this in my log...

cydia crash report

Code:
<key>AutoSubmitted</key> 	<true/> 	<key>SysInfoCrashReporterKey</key> 
<string>8fe59c60329022bb600f0a1d447a8b71b2a547d3</string> 
<key>bug_type</key>
<string>109</string>
<key>description</key>
<string>Incident Identifier: 6B1EEBA7-60A5-47CF-8584-69964BB35755 CrashReporter Key:   8fe59c60329022bb600f0a1d447a8b71b2a547d3 Process:         Cydia_ [116] Path:            //Applications/Cydia.app/Cydia_ Identifier:      Cydia_ Version:         ??? (???) Code Type:       ARM (Native) Parent Process:  launchd [1]  Date/Time:       2009-07-07 23:55:29.482 +0100 OS Version:      iPhone OS 3.0 (7A341) Report Version:  104  
Exception Type:  EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0xbbadbeef Crashed Thread:  6
 
What happens if you open mobile terminal or ssh and type the command "dpkg -l" (without the quotes)?
 
I had cydia crash on installation of a ringtone and I had to restore. Sane deal as you, cydia would crash on startup. Restore is the option I know.
 
I'm in the same boat as the OP, and decided to restore back to normal settings. Yeah, Cydia wouldn't stay open that long and *POOF* it wouldn't give any type of warning just go back to my homescreen without an explanation prompt. After about 20 times, I decided to wait for something a bit more stable....:mad::mad::mad:
 
FIXED !!

found solution in another thread here - https://forums.macrumors.com/threads/731114/

apt-get is no longer installed by default. You have to install something, but I forget what it's called. Maybe "aptitude"?

I started having the same problem with Cydia today when it crashed during a 3 package upgrade. Cydia would open for a couple of seconds and crash.

I figured it was related to the failed upgrades so I tried to use mobile terminal and dpkg to uninstall the things I had been trying to upgrade. That gave me an error which pointed to corrupt files in /var/lib/dpkg/updates/. I deleted all the numbered files (0000, 0001, 0002 etc) and now everything works again.

Foob your a legend you just cured my cydia problems :)
 
I just got lucky and figured it out when I had the same problem. I was wondering if you had seen my link yesterday since we posted at nearly the same time. Glad it helped.
 
I just got lucky and figured it out when I had the same problem. I was wondering if you had seen my link yesterday since we posted at nearly the same time. Glad it helped.


yup all good, i had 6 updates once i got cydia to load once again, then done them one by one! and having to restart springboard after each one lol not fun.

nice one, if you were local i'd get u a beer lol
 
Fixed Fixed!!!

Looked everywhere for the answer to the cydia crash bug, and sorted it myself

it appears to be half installed packaged causing the problem

so ssh into the phone

dpkg -C should tell you what's not installed fully, and in my case it was


Code:
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
 mobilesubstrate      powerful code insertion platform
 preferenceloader     load preferences in style
 libhide              Library to hide icons. If you are a developer wanting to
 pincrush             optimize PNGs just like Apple does

so a simple dpkg --configure [package name] fixes it, in my case.

Code:
dpkg --configure mobilesubstrate  
    
dpkg --configure preferenceloader     

dpkg --configure libhide              

and

dpkg --configure pincrush

simples
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.