GNOME Bugzilla – Bug 777681
Core dump when clicking "Exact" search type in search popover
Last modified: 2017-02-04 07:48:29 UTC
Steps to reproduce: ------------------- 1. Click the search icon in toolbar 2. Click the down arrow button to toggle search popover 3. Change "What" to any value except "all available fields" 4. Click "Exact" under the "search type" section Actual result: -------------- Logs crashes with core dump error. Here is backtrace: ------------------ Thread 1 "gnome-logs" received signal SIGSEGV, Segmentation fault. 0x0000000000413e37 in gl_journal_model_take_query (model=0x1668e30, query=0x1866b60) at /home/jonathan/jhbuild/checkout/gnome-logs/src/gl-journal-model.c:427 427 search_match = g_ptr_array_index (search_matches, 0); (gdb) bt
+ Trace 237079
Created attachment 344466 [details] [review] Fix crash when exact search type is selected in search popover Fix crash when exact search type is selected in search popover
Comment on attachment 344466 [details] [review] Fix crash when exact search type is selected in search popover Pushed to master as commit 47e83b70d8248629cc47c66d08f062d9c94c2f62. Thanks.