Changes between Initial Version and Version 1 of Ticket #7180, comment 1


Ignore:
Timestamp:
Dec 26, 2013, 1:50:52 AM (10 years ago)
Author:
diver

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7180, comment 1

    initial v1  
     1Still seeing random crashes with media server at shut down. It also has trouble with files that may or may not have missing frames.
     2Problem seemed to drop up in the 402xx series IIRC.
     3I could try to narrow it down but it could just be a flue to. I have seen it on the nightlies to0.
    14
    2    Still seeing random crashs with media server at shut down. It also has trouble with files that may or may not have missing frames.
    3 
    4    Problem seemed to drop up in the 402xx series IIRC.
    5 
    6   I could try to narrow it down but it could just be a flue to. I have seen it on the nightlys to.
    7 
    8   Easy to reproduce
    9 
    10    Install nightly iso with hda, shut machine down.
    11 
    12    gcc4 hybrid 40356
    13 
     5Easy to reproduce
     6Install nightly iso with hda, shut machine down.
     7gcc4 hybrid hrev40356
    148
    159{{{
    16 GNU gdb 6.3
    17 Copyright 2004 Free Software Foundation, Inc.
    18 GDB is free software, covered by the GNU General Public License, and you are
    19 welcome to change it and/or distribute copies of it under certain conditions.
    20 Type "show copying" to see the conditions.
    21 There is absolutely no warranty for GDB.  Type "show warranty" for details.
    22 This GDB was configured as "i586-pc-haiku"...(no debugging symbols found)
    23 
    24 [tcsetpgrp failed in terminal_inferior: Invalid Argument]
    2510Thread 200 called debugger(): oops
    26 Reading symbols from /boot/system/runtime_loader...done.
    27 Loaded symbols for /boot/system/runtime_loader
    28 Reading symbols from /boot/system/lib/libbe.so...done.
    29 Loaded symbols for /boot/system/lib/libbe.so
    30 Reading symbols from /boot/system/lib/libmedia.so...done.
    31 Loaded symbols for /boot/system/lib/libmedia.so
    32 Reading symbols from /boot/system/lib/libgame.so...done.
    33 Loaded symbols for /boot/system/lib/libgame.so
    34 Reading symbols from /boot/system/lib/libsupc++.so...done.
    35 Loaded symbols for /boot/system/lib/libsupc++.so
    36 Reading symbols from /boot/system/lib/libstdc++.so...done.
    37 Loaded symbols for /boot/system/lib/libstdc++.so
    38 Reading symbols from /boot/system/lib/libroot.so...done.
    39 Loaded symbols for /boot/system/lib/libroot.so
    40 Reading symbols from /boot/system/lib/libtracker.so...done.
    41 Loaded symbols for /boot/system/lib/libtracker.so
    42 Reading symbols from /boot/system/lib/libtranslation.so...done.
    43 Loaded symbols for /boot/system/lib/libtranslation.so
    44 Reading symbols from /boot/system/add-ons/media/firewire_dv.media_addon...done.
    45 Loaded symbols for /boot/system/add-ons/media/firewire_dv.media_addon
    46 Reading symbols from /boot/system/add-ons/media/hmulti_audio.media_addon...done.
    47 Loaded symbols for /boot/system/add-ons/media/hmulti_audio.media_addon
    48 Reading symbols from /boot/system/add-ons/media/mixer.media_addon...done.
    49 Loaded symbols for /boot/system/add-ons/media/mixer.media_addon
    50 [tcsetpgrp failed in terminal_inferior: Invalid Argument]
     11[...]
    5112[Switching to team /boot/system/servers/media_addon_server (145) thread Audio Mixer control (200)]
    52130xffff0114 in ?? ()
     
    6526#7  0x00658070 in thread_entry () from /boot/system/lib/libroot.so
    6627#8  0x701c5fec in ?? ()
    67 (gdb) GNU gdb 6.3
    68 
     28(gdb)
    6929}}}