Wireshark-bugs: [Wireshark-bugs] [Bug 6457] Wireshark crashes when using "Open Recent" 2 times i
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6457
--- Comment #12 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-10-13 13:19:35 MDT ---
(In reply to comment #4)
> (In reply to comment #3)
> > If you launch the debugger when using your own build, does it give any clues to
> > where the problem is happening such as source code file/line?
> Line 1483 in column-utils.c:
> guint32_to_str_buf(fd->num, cinfo->col_buf[col], COL_MAX_LEN);
What is the context of that source line? 1483 in the latest SVN revision is a
blank line, but the exact line you pasted above is now found at line 1542:
void
col_fill_in_frame_data(const frame_data *fd, column_info *cinfo, const gint
col, const gboolean fill_col_exprs)
{
switch (cinfo->col_fmt[col]) {
case COL_NUMBER:
guint32_to_str_buf(fd->num, cinfo->col_buf[col], COL_MAX_LEN);
cinfo->col_data[col] = cinfo->col_buf[col];
break;
case COL_CLS_TIME:
case COL_ABS_TIME:
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.