LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro
User Name
Password
Manjaro This forum is for the discussion of Manjaro Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 09-19-2018, 02:29 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
getting core dumps bus error apps dying due to this, don't know why


The only thing I did was install anther distro, changes made to my fstab and mount point names now mpv, blender nightly builds, getting core dumps. fire fox works strangely enough, these apps are being started in the file manager right click, or double clicking on them to start it, or ./local executable in the terminal starting.

Code:
found bundled python: /media/projects/BlenderNightly/blender-2.80-e6766287d60-linux-glibc224-x86_64/2.80/python
Bus error (core dumped)


$ mpv '[TorrentCouch.com].The.Walking.Dead.S08E01.720p.WEB-HD.x264.mp4'
Playing: [TorrentCouch.com].The.Walking.Dead.S08E01.720p.WEB-HD.x264.mp4
 (+) Video --vid=1 (*) (h264 1280x720 23.976fps)
 (+) Audio --aid=1 --alang=eng (*) (aac 2ch 44100Hz)
VO: [gpu] 1280x720 yuv420p
Bus error (core dumped)
dmesg
Code:
[ 1755.032898] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.033668] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.034641] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.035347] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.036050] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.037026] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.037723] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.038439] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.039135] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1755.058253] audit: type=1701 audit(1537384769.055:10): auid=1000 uid=1000 gid=1000 ses=2 pid=8780 comm="mpv/vo" exe="/usr/bin/mpv" sig=7 res=1
[ 1759.075601] audit: type=1701 audit(1537384773.071:11): auid=1000 uid=1000 gid=1000 ses=2 pid=8854 comm="mpv/vo" exe="/usr/bin/mpv" sig=7 res=1
[ 1860.217387] EXT4-fs error: 24 callbacks suppressed
[ 1860.217392] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm mpv/vo: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 1860.220942] audit: type=1701 audit(1537384874.218:12): auid=1000 uid=1000 gid=1000 ses=2 pid=9095 comm="mpv/vo" exe="/usr/bin/mpv" sig=7 res=1
[ 2012.529429] EXT4-fs error (device sda5): ext4_find_extent:909: inode #238: comm blender: pblk 38534 bad header/extent: extent tree corrupted - magic f30a, entries 125, max 340(340), depth 0(0)
[ 2012.530249] audit: type=1701 audit(1537385026.528:13): auid=1000 uid=1000 gid=1000 ses=2 pid=9309 comm="blender" exe="/media/projects/BlenderNightly/blender-2.80-e6766287d60-linux-glibc224-x86_64/blender" sig=7 res=1
userx@manjaroo:~
is there a fix?
 
Old 09-20-2018, 09:16 AM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
install anther distro, changes made to my fstab and mount point names
My guess is that you overwrote some filesystem blocks, or your filesystem is broken for other reasons, and that your crashes are caused by corrupted (meta-)data in the filesystem. Solution: Unmount the filesystem, run fsck. If it contains data that you can’t easily recreate, first attempt to save as much as you can.
 
Old 09-20-2018, 09:21 AM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by berndbausch View Post
My guess is that you overwrote some filesystem blocks, or your filesystem is broken for other reasons, and that your crashes are caused by corrupted (meta-)data in the filesystem. Solution: Unmount the filesystem, run fsck. If it contains data that you can’t easily recreate, first attempt to save as much as you can.
thanks, marking solved.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] NCTUns Bus error (core dumped) hiba.yousef.1991 Linux - Newbie 2 05-29-2014 12:14 AM
rsh started process don't generate core dumps llaswell Linux - Software 0 04-10-2006 11:46 AM
Bus Error (core dumped) due to SIGBUS signal rajendra.badapanda Programming 10 07-19-2005 10:18 AM
Bus Error (core dumped) due to SIGBUS signal rajendra.badapanda Linux - Software 1 07-05-2005 12:10 PM
Guarddog won't run due to "Bus error" jonr Mandriva 0 08-06-2004 12:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro

All times are GMT -5. The time now is 12:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration