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 5187] Wireshark crashes when sorting while capturing data

Date: Tue, 7 Sep 2010 14:20:28 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5187

--- Comment #1 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2010-09-07 15:20:27 MDT ---
Thanks for your report.  I just duplicated a crash with my latest development
version (1.5.0 SVN rev 34072) on FreeBSD.  The key may be that the capture has
to be running.  From the GNU debugger (gdb):

**
ERROR:packet_list_store.c:960:packet_list_compare_records: assertion failed:
(b->fdata->col_text[sort_id])

Program received signal SIGABRT, Aborted.
[Switching to Thread 2b401140 (LWP 100090)]
0x2aabf117 in kill () from /lib/libc.so.7
(gdb) bt
#0  0x2aabf117 in kill () from /lib/libc.so.7
#1  0x2a9c8397 in raise () from /lib/libthr.so.3
#2  0x2aabdc4a in abort () from /lib/libc.so.7
#3  0x2a92cc9c in g_assertion_message () from /usr/local/lib/libglib-2.0.so.0
#4  0x2a92d2fd in g_assertion_message_expr ()
   from /usr/local/lib/libglib-2.0.so.0
#5  0x080a5acf in packet_list_qsort_physical_compare_func (a=Variable "a" is
not available.
)
    at packet_list_store.c:960
#6  0x2a91807f in g_qsort_with_data () from /usr/local/lib/libglib-2.0.so.0
#7  0x2a8ded70 in g_ptr_array_sort_with_data ()
   from /usr/local/lib/libglib-2.0.so.0
#8  0x080a563c in packet_list_sortable_set_sort_column_id (
    sortable=0x2cd55020, sort_col_id=2, order=GTK_SORT_ASCENDING)
    at packet_list_store.c:1009

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