From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101417 invoked by alias); 26 Apr 2015 21:07:18 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 101380 invoked by uid 48); 26 Apr 2015 21:07:15 -0000 From: "bghome at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug libc/18334] New: Segmentation fault in wpa_supplicant Date: Sun, 26 Apr 2015 21:07:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: libc X-Bugzilla-Version: 2.21 X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: bghome at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-04/txt/msg00152.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18334 Bug ID: 18334 Summary: Segmentation fault in wpa_supplicant Product: glibc Version: 2.21 Status: NEW Severity: critical Priority: P2 Component: libc Assignee: unassigned at sourceware dot org Reporter: bghome at gmail dot com CC: drepper.fsp at gmail dot com Target Milestone: --- Created attachment 8273 --> https://sourceware.org/bugzilla/attachment.cgi?id=8273&action=edit Core dump Environment =========== OS: Arch Linux kernel 3.19.3-3 glibc 2.21-3 wpa_supplicant 2.4-1 Backtrace ========= gdb /usr/bin/wpa_supplicant ./core.wpa_supplicant.9311 Reading symbols from /usr/bin/wpa_supplicant...(no debugging symbols found)...done. [New LWP 9311] warning: Could not load shared library symbols for linux-vdso.so.1. Do you need "set solib-search-path" or "set sysroot"? [Thread debugging using libthread_db enabled] Using host libthread_db library "/usr/lib/libthread_db.so.1". Core was generated by `/usr/bin/wpa_supplicant -u'. Program terminated with signal SIGABRT, Aborted. #0 0x00007f9f5ba8e4b7 in raise () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007f9f5ba8e4b7 in raise () from /usr/lib/libc.so.6 #1 0x00007f9f5ba8f88a in abort () from /usr/lib/libc.so.6 #2 0x00007f9f5be2fd14 in ?? () from /usr/lib/libdbus-1.so.3 #3 0x00007f9f5be2612e in ?? () from /usr/lib/libdbus-1.so.3 #4 0x00007f9f5be18704 in dbus_message_iter_append_basic () from /usr/lib/libdbus-1.so.3 #5 0x00000000004ce77b in ?? () #6 0x00000000004cf170 in ?? () #7 0x00000000004c8732 in ?? () #8 0x00000000004c9972 in ?? () #9 0x00007f9f5be1c9bf in ?? () from /usr/lib/libdbus-1.so.3 #10 0x00007f9f5be0e594 in dbus_connection_dispatch () from /usr/lib/libdbus-1.so.3 #11 0x00000000004d9488 in ?? () #12 0x00000000004d98d7 in ?? () #13 0x000000000042052b in ?? () #14 0x0000000000420ed4 in ?? () #15 0x00000000004e6119 in ?? () #16 0x00000000004120c5 in ?? () #17 0x00007f9f5ba7b800 in __libc_start_main () from /usr/lib/libc.so.6 #18 0x0000000000412159 in ?? () (gdb) -- You are receiving this mail because: You are on the CC list for the bug.