Results 1 to 3 of 3

Thread: Boxee crashing and won't restart now

  1. #1
    Join Date
    Oct 2008
    Posts
    4

    Exclamation Boxee crashing and won't restart now

    I was trying to add in some sources and got into a situation where it was crashing.. now it wont start.

    I was in the process of adding some new shares locally when it first started. The UI was unclear to me and I think initially I added a local share (same as the initial drive reference) but I meant to add a USB drive.. I ended up with double entries and then crashed (coincidence? )

    I cleared the entry next time I started and manually tried to add a movie.. crash

    I reset preferences (mac option on crash) and restarted.. tried to log in and no luck now.. over and over crashing once I click my login name.

    Here is my dump.. well, what it lets me post since it limits the character length. I will see if I can't narrow the stack trace down to something useful..

    ------
    Code:
    Process:         Boxee [230]
    Path:            /Applications/Boxee.app/Contents/MacOS/Boxee
    Identifier:      tv.boxee.boxee
    Version:         0.9.3935 (0.9.3935)
    Build Info:      boxee-3935~1
    Code Type:       X86 (Native)
    Parent Process:  launchd [129]
    
    Date/Time:       2008-10-21 22:54:23.971 -0700
    OS Version:      Mac OS X 10.5.5 (9F33)
    Report Version:  6
    
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  0
    
    Thread 0 Crashed:
    0   libSystem.B.dylib             	0x93949b9e __kill + 10
    1   libSystem.B.dylib             	0x939c0ec2 raise + 26
    2   libSystem.B.dylib             	0x939d047f abort + 73
    3   libstdc++.6.dylib             	0x91a44005 0x919fc000 + 294917
    4   libstdc++.6.dylib             	0x91a4210c __gxx_personality_v0 + 1108
    5   libstdc++.6.dylib             	0x91a4214b std::terminate() + 29
    6   libstdc++.6.dylib             	0x91a42261 __cxa_throw + 101
    7   libstdc++.6.dylib             	0x91a02caa std::__throw_out_of_range(char const*) + 0
    8   libstdc++.6.dylib             	0x91a29f06 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::_M_check_length(unsigned long, unsigned long, char const*) const + 40
    9   libstdc++.6.dylib             	0x91a2bc30 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::resize(unsigned long, char) + 70
    10  tv.boxee.boxee                	0x0050b375 CArchive::operator>>(CStdStr<char>&) + 101
    11  tv.boxee.boxee                	0x0006b3cc CGUIListItem::Serialize(CArchive&) + 572
    12  tv.boxee.boxee                	0x001a2e9b CFileItem::Serialize(CArchive&) + 27
    13  tv.boxee.boxee                	0x0050ade8 CArchive::operator>>(ISerializable&) + 24
    14  tv.boxee.boxee                	0x001aba50 CFileItemList::Serialize(CArchive&) + 1664
    15  tv.boxee.boxee                	0x0050ade8 CArchive::operator>>(ISerializable&) + 24
    16  tv.boxee.boxee                	0x0019f0d4 CFileItemList::Load(CStdStr<char> const&) + 148
    17  tv.boxee.boxee                	0x00718d27 CBoxeeItemsHistory::LoadItemsHistory() + 103
    18  tv.boxee.boxee                	0x000da1f0 CApplication::Initialize() + 9856
    19  tv.boxee.boxee                	0x005cab62 CXBApplicationEx::Create(void*) + 18
    20  tv.boxee.boxee                	0x000d42cb CApplication::Create(void*) + 3387
    21  tv.boxee.boxee                	0x005cc6cb SDL_main + 283
    22  tv.boxee.boxee                	0x00b1919c -[SDLMain applicationDidFinishLaunching:] + 76
    23  com.apple.Foundation          	0x956f32dc _nsnote_callback + 364
    24  com.apple.CoreFoundation      	0x91af6aba __CFXNotificationPost + 362
    25  com.apple.CoreFoundation      	0x91af6d93 _CFXNotificationPostNotification + 179
    26  com.apple.Foundation          	0x956f0440 -[NSNotificationCenter postNotificationName:object:userInfo:] + 128
    27  com.apple.Foundation          	0x956f9c88 -[NSNotificationCenter postNotificationName:object:] + 56
    28  com.apple.AppKit              	0x9016fa62 -[NSApplication _postDidFinishNotification] + 125
    29  com.apple.AppKit              	0x9016f971 -[NSApplication _sendFinishLaunchingNotification] + 77
    30  com.apple.AppKit              	0x900e9517 -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 284
    31  com.apple.AppKit              	0x900e8d10 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 98
    32  com.apple.Foundation          	0x957187ff -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 655
    33  com.apple.Foundation          	0x9571850f _NSAppleEventManagerGenericHandler + 223
    34  com.apple.AE                  	0x943b3648 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 144
    35  com.apple.AE                  	0x943b357e dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    36  com.apple.AE                  	0x943b3425 aeProcessAppleEvent + 177
    37  com.apple.HIToolbox           	0x9295cb61 AEProcessAppleEvent + 38
    38  com.apple.AppKit              	0x900e6601 _DPSNextEvent + 1189
    39  com.apple.AppKit              	0x900e5ca0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    40  com.apple.AppKit              	0x900decdb -[NSApplication run] + 795
    41  tv.boxee.boxee                	0x00b19930 main + 1568
    42  tv.boxee.boxee                	0x0000d102 _start + 216
    43  tv.boxee.boxee                	0x0000d029 start + 41
    
    Thread 1:
    0   libSystem.B.dylib             	0x938db506 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             	0x9390d84f _pthread_cond_wait + 1244
    2   libSystem.B.dylib             	0x9395889b pthread_cond_timedwait + 47
    3   tv.boxee.boxee                	0x00ac822f SDL_CondWaitTimeout + 127
    4   tv.boxee.boxee                	0x00ac7d89 SDL_SemWaitTimeout + 169
    5   tv.boxee.boxee                	0x00ac7dd9 SDL_SemWait + 25
    6   tv.boxee.boxee                	0x00a3e926 BOXEE::BXBGProcess::WorkerThread(void*) + 84
    7   tv.boxee.boxee                	0x00a7ef9d SDL_RunThread + 61
    8   tv.boxee.boxee                	0x00ac79e1 RunThread + 17
    9   libSystem.B.dylib             	0x9390c6f5 _pthread_start + 321
    10  libSystem.B.dylib             	0x9390c5b2 thread_start + 34
    
    Thread 2:
    0   libSystem.B.dylib             	0x938e268e __semwait_signal + 10
    1   libSystem.B.dylib             	0x9390d36d pthread_cond_wait$UNIX2003 + 73
    2   libGLProgrammability.dylib    	0x9331bb32 glvmDoWork + 162
    3   libSystem.B.dylib             	0x9390c6f5 _pthread_start + 321
    4   libSystem.B.dylib             	0x9390c5b2 thread_start + 34
    
    Thread 3:
    0   libSystem.B.dylib             	0x938db506 semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib             	0x9390d84f _pthread_cond_wait + 1244
    2   libSystem.B.dylib             	0x9395889b pthread_cond_timedwait + 47
    3   tv.boxee.boxee                	0x00ac822f SDL_CondWaitTimeout + 127
    4   tv.boxee.boxee                	0x00ac7d89 SDL_SemWaitTimeout + 169
    5   tv.boxee.boxee                	0x00ac7dd9 SDL_SemWait + 25
    6   tv.boxee.boxee                	0x00a3e926 BOXEE::BXBGProcess::WorkerThread(void*) + 84
    7   tv.boxee.boxee                	0x00a7ef9d SDL_RunThread + 61
    8   tv.boxee.boxee                	0x00ac79e1 RunThread + 17
    9   libSystem.B.dylib             	0x9390c6f5 _pthread_start + 321
    10  libSystem.B.dylib             	0x9390c5b2 thread_start + 34
    
    Thread 4:
    0   libSystem.B.dylib             	0x938db5c6 mach_wait_until + 10
    1   libSystem.B.dylib             	0x939531e5 nanosleep + 314
    2   tv.boxee.boxee                	0x00acd1e3 SDL_Delay + 99
    3   tv.boxee.boxee                	0x00a34ca9 BOXEE::Boxee::BoxeeThread(void*) + 2577
    4   tv.boxee.boxee                	0x00a7ef9d SDL_RunThread + 61
    5   tv.boxee.boxee                	0x00ac79e1 RunThread + 17
    6   libSystem.B.dylib             	0x9390c6f5 _pthread_start + 321
    7   libSystem.B.dylib             	0x9390c5b2 thread_start + 34
    
    Thread 5:
    0   libSystem.B.dylib             	0x939131de select$DARWIN_EXTSN$NOCANCEL + 10
    1   tv.boxee.boxee                	0x00a34faa BOXEE::Boxee::DiscoveryThread(void*) + 642
    2   tv.boxee.boxee                	0x00a7ef9d SDL_RunThread + 61
    3   tv.boxee.boxee                	0x00ac79e1 RunThread + 17
    4   libSystem.B.dylib             	0x9390c6f5 _pthread_start + 321
    5   libSystem.B.dylib             	0x9390c5b2 thread_start + 34

  2. #2
    Join Date
    Oct 2008
    Posts
    4

    Default

    By the way.. Alpha testing, willing to submit bugs.. I am in NO WAY complaining. .this is impressive work people. I can't wait to get my Apple TV setup.. just waiting for the remote bug to be fixed.. the wife would kill me if I caused those issues

  3. #3
    Join Date
    Jul 2008
    Posts
    15,684

    Default

    hi torgerson

    welcome to boxee

    thanks for the report ..if the application is still crashing try removing boxee under application support and rerunning it ...the new version of boxee should have solve the remote control issue..
    Last edited by marcel; October 22nd, 2008 at 05:14 AM.

Similar Threads

  1. Boxee Box restart keep restarting...
    By bluethunder2008 in forum Boxee Box help
    Replies: 6
    Last Post: April 20th, 2011, 05:07 PM
  2. Boxee will not restart
    By Sccrluk9 in forum Boxee Beta Issues
    Replies: 3
    Last Post: May 31st, 2010, 11:42 AM
  3. Script to automatically restart Boxee?
    By jeffehobbs in forum boxee for linux help
    Replies: 2
    Last Post: May 17th, 2009, 05:48 AM
  4. Boxee not loading database upon restart
    By delvxe in forum boxee for mac help
    Replies: 8
    Last Post: March 9th, 2009, 01:28 AM
  5. computer restart from boxee
    By two55309 in forum feature requests
    Replies: 2
    Last Post: January 26th, 2009, 01:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •