Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 4754] VoIP player crash

Date: Sat, 15 May 2010 04:24:19 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4754

--- Comment #7 from nirvana644@xxxxxxxxx 2010-05-15 04:24:11 PDT ---
When the program stops working and I press the x after a few seconds appears
the message: 
  "La ventana con título «2llamadas.pcap - VoIP - RTP Player» no responde. Esta
 ventana pertenece a la aplicación wireshark (PID=2175, nombre de
máquina=localhost).
    ¿Desea finalizar esta aplicación? (Se perderán todos los datos de esta
apliación que no hayan sido guardados)." (Aplication not responding) So I have
to manually produce the SIGINT by typing CTRL+C in the terminal

Let me show you the ouptup:
  $ sudo gdb wireshark 
  [sudo] password for alvaro:                  
  GNU gdb (GDB) 7.0-ubuntu                     
  Copyright (C) 2009 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  This is free software: you are free to change and redistribute it.           
  There is NO WARRANTY, to the extent permitted by law.  Type "show copying"   
  and "show warranty" for details.                                             
  This GDB was configured as "i486-linux-gnu".                                 
  For bug reporting instructions, please see:                                  
  <http://www.gnu.org/software/gdb/bugs/>...                                   
  Leyendo símbolos desde /usr/bin/wireshark...(no debugging symbols
found)...hecho.
  (gdb) continue                                                                
  Este programa no está corriendo.                                              
  (gdb) start                                                                   
  Punto de interrupción temporal 1 at 0x684c3                                   
  Starting program: /usr/bin/wireshark                                          
  [Thread debugging using libthread_db enabled]                                 

  Temporary breakpoint 1, 0x001784c3 in main () from /usr/bin/wireshark
  (gdb) continue                                                       
  Continuando.                                                         
  bt_audio_service_open: connect() failed: Conexión rechazada (111)    
  bt_audio_service_open: connect() failed: Conexión rechazada (111)    
  bt_audio_service_open: connect() failed: Conexión rechazada (111)    
  bt_audio_service_open: connect() failed: Conexión rechazada (111)    

  (wireshark:2163): Gtk-WARNING **: GtkSpinButton: setting an adjustment with
non-zero page size is deprecated
  [Nuevo Thread 0xb3068b70 (LWP 2167)]                                          
  [Thread 0xb3068b70 (LWP 2167) terminado]                                      
  [Nuevo Thread 0xb3068b70 (LWP 2168)]                                          

  ^C                                                                            
  Program received signal SIGINT, Interrupt.                                    
  0xb7fe2422 in __kernel_vsyscall ()                                            
  (gdb) bt full                                                                 
  #0  0xb7fe2422 in __kernel_vsyscall ()                                        
  No symbol table info available.
  #1  0xb572f94d in pthread_join () from /lib/tls/i686/cmov/libpthread.so.0
  No symbol table info available.
  #2  0xb576db93 in ?? () from /usr/lib/libportaudio.so.2
  No symbol table info available.
  #3  0xb5764e39 in ?? () from /usr/lib/libportaudio.so.2
  No symbol table info available.
  #4  0xb575ebf9 in Pa_StopStream () from /usr/lib/libportaudio.so.2
  No symbol table info available.
  #5  0x0022cc27 in ?? () from /usr/bin/wireshark
  No symbol table info available.
  #6  0x0022cba6 in ?? () from /usr/bin/wireshark
  No symbol table info available.
  #7  0xb5a1653c in ?? () from /lib/libglib-2.0.so.0
  No symbol table info available.
  #8  0xb5a15e88 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
  No symbol table info available.
  #9  0xb5a19730 in ?? () from /lib/libglib-2.0.so.0
  No symbol table info available.
  #10 0xb5a19b9f in g_main_loop_run () from /lib/libglib-2.0.so.0
  No symbol table info available.
  #11 0xb5f4c419 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  No symbol table info available.
  #12 0x00179932 in main () from /usr/bin/wireshark
  No symbol table info available.
  (gdb) quit
  A debugging session is active.

      Inferior 1 [process 2163] will be killed.

  Quit anyway? (y o n) y

I know I should install the debugging symbols but I don't have enough space in
my hard disk. I wish however this helps you.

Álvaro

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.