Giter Site home page Giter Site logo

Crashes instantly under 10.7.5 about decaf HOT 8 CLOSED

masukomi avatar masukomi commented on August 20, 2024
Crashes instantly under 10.7.5

from decaf.

Comments (8)

timimahoney avatar timimahoney commented on August 20, 2024

Crap! Thanks for the report. I've only tested it on 10.8, so I was worried about this. Did you run this from the app bundle?

from decaf.

ddopson avatar ddopson commented on August 20, 2024

+1 I'm also running 10.7.5 and get an insta-crash on launch ;(

I'm somewhat motivated to get this working as it would neatly solve a business problem for me. Let me know if there's anything I can do to help debug / collect trace data / whatever. I can be available on Skype / IM if helpful.

Retina MBP Running: {System Version: Mac OS X 10.7.5 (11G63),  Kernel Version: Darwin 11.4.2}

Process:         launchd [74379]
Path:            /Applications/Decaf.app/Contents/MacOS/Decaf
Identifier:      org.trydecaf.Decaf
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  launchd [244]

Date/Time:       2013-04-08 13:39:10.391 -0700
OS Version:      Mac OS X 10.7.5 (11G63)
Report Version:  9
Sleep/Wake UUID: 255BCB3B-A87F-4532-8732-525341646581

Interval Since Last Report:          286547 sec
Crashes Since Last Report:           5
Per-App Crashes Since Last Report:   5
Anonymous UUID:                      5C300C50-936D-4BA8-85C3-574CC804D0A5

Crashed Thread:  Unknown

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00007fff5fc01028

Backtrace not available

Unknown thread crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000055  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x0000000000000000
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00007fff5fc01028  rfl: 0x0000000000010203  cr2: 0x00007fff5fc01028
Logical CPU: 2

Binary images description not available


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 24284
    thread_create: 1
    thread_set_state: 15

Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 8 GB, SMC 2.3f35
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54333531533642465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.198.19.22)
Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256E, 251 GB
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
USB Device: hub_device, 0x8087  (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2512, 0x1d180000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 5
USB Device: BRCM20702 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 8

--- Dave

from decaf.

timimahoney avatar timimahoney commented on August 20, 2024

I'd like to get this fixed. I can't tell much from these logs. Could you build and run the debug configuration on your machine and copying the log from that crash? WebKit takes around 30 minutes to build, but this will help a lot.

from decaf.

timimahoney avatar timimahoney commented on August 20, 2024

I may have found a solution. The deployment target was set to 10.8. Obviously, that won't work! I'm recompiling with the target set to 10.7 and I'll upload a new build.

from decaf.

timimahoney avatar timimahoney commented on August 20, 2024

Alright. Will you try this build to see if it works? http://s3.amazonaws.com/Decaf/Decaf-0.1.1.dmg

from decaf.

kernelp4nic avatar kernelp4nic commented on August 20, 2024

I had the same problem and this build works perfect! Thanks!

from decaf.

timimahoney avatar timimahoney commented on August 20, 2024

Awesome. @masukomi and @ddopson can you confirm it works now?

from decaf.

masukomi avatar masukomi commented on August 20, 2024

confirmed. Launches without issue now.

from decaf.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.