Crashes when typing a "/" in the location bar

Bug #1299947 reported by Avi Romanoff
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Files
Expired
Undecided
Unassigned

Bug Description

To reproduce:

1. Open files
2. Hit ctrl+L
3. type the forward slash character (that is: "/")

Pantheon-files will crash.

Output when crashing:

fish: Job 1, “pantheon-files ” terminated by signal SIGSEGV (Address boundary error)

Revision history for this message
Cody Garver (codygarver) wrote : Re: [Bug 1299947] [NEW] Crashes when typing a "/" in the location bar

I am unable to reproduce this on 0.1.5.1+r1462+pkg23~ubuntu0.3.1

On Sun, Mar 30, 2014 at 7:07 PM, Avi Romanoff <email address hidden>wrote:

> Public bug reported:
>
> To reproduce:
>
> 1. Open files
> 2. Hit ctrl+L
> 3. type the forward slash character (that is: "/")
>
> Pantheon-files will crash.
>
> Output when crashing:
>
> fish: Job 1, "pantheon-files " terminated by signal SIGSEGV (Address
> boundary error)
>
> ** Affects: pantheon-files
> Importance: Undecided
> Status: New
>
> --
> You received this bug notification because you are subscribed to Files.
> https://bugs.launchpad.net/bugs/1299947
>
> Title:
> Crashes when typing a "/" in the location bar
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/pantheon-files/+bug/1299947/+subscriptions
>

--
Cody Garver

Revision history for this message
Avi Romanoff (aroman) wrote :

Here's a complete backtrace of the segfault. Looks like it's something with libgdk?

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff6826f02 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
(gdb) bt
#0 0x00007ffff6826f02 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#1 0x00007ffff6853c3e in gdk_x11_window_get_xid ()
   from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#2 0x00007fffd75fb3b8 in ?? ()
   from /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-xim.so
#3 0x00007ffff6c398a3 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#4 0x00007ffff767485e in marlin_view_chrome_breadcrumbs_entry_key_press_event () from /usr/lib/libmarlinwidgets.so.0
#5 0x00007ffff766389d in ?? () from /usr/lib/libmarlinwidgets.so.0
#6 0x00007ffff6c5547e in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#7 0x00007ffff4fbd55f in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8 0x00007ffff4fd6088 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9 0x00007ffff4fd6ce2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x00007ffff6d835c4 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#11 0x00007ffff6da0e9b in gtk_window_propagate_key_event ()
   from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#12 0x00007ffff6da43fb in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#13 0x00007ffff6c5547e in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
---Type <return> to continue, or q <return> to quit---
#14 0x00007ffff4fbd5e7 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#15 0x00007ffff4fd6088 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#16 0x00007ffff4fd6ce2 in g_signal_emit ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#17 0x00007ffff6d835c4 in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#18 0x00007ffff6c52fcf in ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#19 0x00007ffff6c54975 in gtk_main_do_event ()
   from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
#20 0x00007ffff6842462 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
#21 0x00007ffff4cede04 in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#22 0x00007ffff4cee048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#23 0x00007ffff4cee0ec in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#24 0x00007ffff52a067c in g_application_run ()
   from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#25 0x00007ffff73fa9d0 in granite_application_run ()
   from /usr/lib/x86_64-linux-gnu/libgranite.so.2
#26 0x0000000000457830 in _vala_main ()
---Type <return> to continue, or q <return> to quit---
#27 0x00007ffff4441ec5 in __libc_start_main (main=0x4282c0 <main>, argc=1,
    argv=0x7fffffffe4c8, init=<optimized out>, fini=<optimized out>,
    rtld_fini=<optimized out>, stack_end=0x7fffffffe4b8) at libc-start.c:287
#28 0x0000000000428309 in _start ()

Revision history for this message
Danielle Foré (danrabbit) wrote :

Avi can you still reproduce this? I'm also unable to reproduce and we just landed the pathbar thingy

Changed in pantheon-files:
status: New → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for Files because there has been no activity for 60 days.]

Changed in pantheon-files:
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.