Giter Site home page Giter Site logo

FSV Crashes about fsv HOT 7 OPEN

mcuelenaere avatar mcuelenaere commented on August 19, 2024
FSV Crashes

from fsv.

Comments (7)

min4builder avatar min4builder commented on August 19, 2024

It also crashes on Ubuntu 14.04 LTS + Xfce with a much less descriptive Segmentation fault (core dumped) message.

from fsv.

Happy-Ferret avatar Happy-Ferret commented on August 19, 2024

I experience the same crash on my Ubuntu 16.04 installation (a simple Segfault with not much info on what might possibly cause it).

It only seems to happen when I switch to TreeV mode (which doesn't even really switch it, as the marker is still on the former option), so this might be worth investigating.

from fsv.

karlexceed avatar karlexceed commented on August 19, 2024

Ubuntu 16.04 x64, just built fsv and got the same error as the original poster while attempting to browse a folder.

from fsv.

aerth avatar aerth commented on August 19, 2024

Just cloned fsv and got it running. Ran into this issue shortly after...

For me, it happens pretty much every time I double/triple click anywhere

Sometimes its a Segmentation fault with no details, sometimes its one of these backtraces:

*** Error in `fsv': malloc(): smallbin double linked list corrupted: 0x0000556ec1e10e40 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7f1fce6c2bcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7f1fce6c8f96]
/lib/x86_64-linux-gnu/libc.so.6(+0x79461)[0x7f1fce6cb461]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f1fce6ccf34]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x42416)[0x7f1fce150416]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XSend+0xb7)[0x7f1fce1509a7]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XReply+0x82)[0x7f1fce150f72]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XQueryPointer+0x8e)[0x7f1fce1472be]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x6dd29)[0x7f1fd0918d29]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x2079e)[0x7f1fd08cb79e]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x47005)[0x7f1fd08f2005]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x5ac01)[0x7f1fd0905c01]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x5ac8e)[0x7f1fd0905c8e]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_dispatch+0x2a7)[0x7f1fcf22c7f7]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4aa60)[0x7f1fcf22ca60]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0xc2)[0x7f1fcf22cd82]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(gtk_main+0xb7)[0x7f1fd0c8f3b7]
fsv(+0x105c6)[0x556ebf4505c6]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f1fce6722b1]
fsv(+0x1068a)[0x556ebf45068a]

*** Error in `fsv': malloc(): smallbin double linked list corrupted: 0x0000556b98ab29c0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x70bcb)[0x7f4d02823bcb]
/lib/x86_64-linux-gnu/libc.so.6(+0x76f96)[0x7f4d02829f96]
/lib/x86_64-linux-gnu/libc.so.6(+0x79461)[0x7f4d0282c461]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f4d0282df34]
/usr/lib/x86_64-linux-gnu/libxcb.so.1(+0xe907)[0x7f4d0041a907]
/usr/lib/x86_64-linux-gnu/libxcb.so.1(+0xed48)[0x7f4d0041ad48]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x426b9)[0x7f4d022b16b9]
/usr/lib/x86_64-linux-gnu/libX11.so.6(+0x4282b)[0x7f4d022b182b]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XEventsQueued+0x5d)[0x7f4d022b1b1d]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XPending+0x57)[0x7f4d022a37e7]
/usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0(+0x57dc5)[0x7f4d04a63dc5]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_check+0x1d9)[0x7f4d0338d3f9]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x4a994)[0x7f4d0338d994]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_loop_run+0xc2)[0x7f4d0338dd82]
/usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0(gtk_main+0xb7)[0x7f4d04df03b7]
fsv(+0x105c6)[0x556b97b675c6]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf1)[0x7f4d027d32b1]
fsv(+0x1068a)[0x556b97b6768a]

Debian (Stretch)

from fsv.

BachoSeven avatar BachoSeven commented on August 19, 2024

I get segmentation fault too on Ubuntu 18.04... Sad to see this doesn't work anymore

from fsv.

dodona2 avatar dodona2 commented on August 19, 2024

same with fedora 31:
ioctl(5, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffd81725910) = 0
getpid() = 70900
getpid() = 70900
ioctl(5, DRM_IOCTL_I915_GEM_EXECBUFFER2, 0x7ffd81726de0) = 0
ioctl(5, DRM_IOCTL_I915_GEM_WAIT or DRM_IOCTL_RADEON_GEM_OP, 0x7ffd81726d90) = 0
ioctl(5, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffd81726d64) = 0
ioctl(5, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffd81726d44) = 0
ioctl(5, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffd81726d44) = 0
ioctl(5, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffd81726d24) = 0
ioctl(5, DRM_IOCTL_I915_GEM_BUSY, 0x7ffd81726c50) = 0
ioctl(5, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffd81726cc0) = 0
ioctl(5, DRM_IOCTL_I915_GEM_BUSY, 0x7ffd81726c50) = 0
ioctl(5, DRM_IOCTL_I915_GEM_MADVISE, 0x7ffd81726cc0) = 0
recvmsg(3, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="A\0\t\256\352V\341\4\3\0\202\0\207\0\340\4\0\0\37\0\0\0\0\0\0\0\0\0\0\0\0\0"..., iov_len=4096}], msg_iovlen=1, msg_controllen=0, msg_flags=0}, 0) = 264
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

from fsv.

ohno-ourtable avatar ohno-ourtable commented on August 19, 2024

Same here.

barry@barry-Latitude-5414:/fsv$ fsv
Gtk-Message: 04:24:25.340: Failed to load module "canberra-gtk-module"
Segmentation fault (core dumped)
barry@barry-Latitude-5414:
/fsv$

from fsv.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.