Problem opening files

Hello
I am experimentign problems opening files from all kind of apps, I have tested it with some text editors, geany, code-oss, atom and codelite, all of them crashes when I try to open a file from it, but in geany I can open recent files without crashing, once I have opened a recent file successfully geany doesn't crash anymore, since I close all the files an try to open another one.
I don't know if the other editors behaves the same way because I don't have recent files opened.
In the other hand if I try to open recent files from transmission-gtk it crashes, I have took a look to core files using GDB and I only get useful information opening geany and transmission core files:

gdb transmission-gtk transmission-gtk.core

Code:
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000008017f46df in flockfile () from /lib/libc.so.7
[Current thread is 1 (LWP 100941)]
(gdb) backtrace
#0  0x00000008017f46df in flockfile () at /lib/libc.so.7
#1  0x00000008017d7cbb in fgets () at /lib/libc.so.7
#2  0x00000008016f58c4 in  () at /lib/libc.so.7
#3  0x00000008016f540c in getfsent () at /lib/libc.so.7
#4  0x0000000800f2ed40 in g_unix_mount_points_get () at /usr/local/lib/libgio-2.0.so.0
#5  0x0000000800f2eda9 in g_unix_mount_point_at () at /usr/local/lib/libgio-2.0.so.0
#6  0x0000000800f8d7a1 in  () at /usr/local/lib/libgio-2.0.so.0
#7  0x0000000800f8d5b4 in  () at /usr/local/lib/libgio-2.0.so.0
#8  0x0000000800f911c5 in  () at /usr/local/lib/libgio-2.0.so.0
#9  0x0000000800f8eace in  () at /usr/local/lib/libgio-2.0.so.0
#10 0x0000000800ec1a79 in  () at /usr/local/lib/libgio-2.0.so.0
#11 0x0000000800f0cc45 in  () at /usr/local/lib/libgio-2.0.so.0
#12 0x0000000801116463 in  () at /usr/local/lib/libglib-2.0.so.0
#13 0x0000000801115252 in  () at /usr/local/lib/libglib-2.0.so.0
#14 0x0000000800d9d736 in  () at /lib/libthr.so.3
#15 0x0000000000000000 in  ()

gdb geany geany.core

Code:
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000008016437a0 in strcmp () from /lib/libc.so.7
[Current thread is 1 (LWP 101721)]
(gdb) backtrace
#0  0x00000008016437a0 in strcmp () at /lib/libc.so.7
#1  0x0000000801166c50 in g_unix_mount_points_get () at /usr/local/lib/libgio-2.0.so.0
#2  0x0000000801166da9 in g_unix_mount_point_at () at /usr/local/lib/libgio-2.0.so.0
#3  0x00000008011c57a1 in  () at /usr/local/lib/libgio-2.0.so.0
#4  0x00000008011c55b4 in  () at /usr/local/lib/libgio-2.0.so.0
#5  0x00000008011c91c5 in  () at /usr/local/lib/libgio-2.0.so.0
#6  0x00000008011c6ace in  () at /usr/local/lib/libgio-2.0.so.0
#7  0x00000008010f9a79 in  () at /usr/local/lib/libgio-2.0.so.0
#8  0x0000000801144c45 in  () at /usr/local/lib/libgio-2.0.so.0
#9  0x0000000801347463 in  () at /usr/local/lib/libglib-2.0.so.0
#10 0x0000000801346252 in  () at /usr/local/lib/libglib-2.0.so.0
#11 0x00000008005c6736 in  () at /lib/libthr.so.3
#12 0x0000000000000000 in  ()

Loading other core files seems that symbols are missing, i dont know, opening code-oss i only view bactrace of that sort:

Code:
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x000000080bd83784 in ?? ()
[Current thread is 1 (LWP 101247)]
(gdb) backtrace
#0  0x000000080bd83784 in ?? ()
#1  0x0000000807af6df1 in ?? ()
#2  0x0000000812436840 in ?? ()
#3  0x0000000000000001 in ?? ()
#4  0x000000080bfbf0e0 in ?? ()
#5  0x000000080bfbf0e0 in ?? ()
#6  0x0000000000000000 in ?? ()

My FreeBSD version is 12.1.
uname -a
FreeBSD bagheera.alfaexploit.com 12.1-RELEASE-p10 FreeBSD 12.1-RELEASE-p10 GENERIC amd64

I don't know if it was broken in any update, any idea?

Best regards.
 
Last edited by a moderator:
Check your /var/log/messages, specifically look for disk issues. If there are no issues you may still have some filesystem corruption, boot to single user mode and run fsck(8) (assuming you have UFS). Let it fix any errors it finds.
 
When the editor crashes i can see in /var/log/messages:
Code:
Oct 22 17:05:25 bagheera kernel: pid 4831 (geany), jid 0, uid 1000: exited on signal 11 (core dumped)

If i open the editor using the terminal i can see some strange errors about fstab file:
Code:
fstab: /etc/fstab:fstab: 6: fstab: /etc/fstab:6: Inappropriate file type or format
Inappropriate file type or format
fstab: fstab: /etc/fstab/etc/fstab::5: 5: Inappropriate file type or formatInappropriate file type or format
fstab: fstab: /etc/fstab/etc/fstab::11: 11: Inappropriate file type or format
Inappropriate file type or format
fstab: /etc/fstab:19: Inappropriate file type or format
/etc/fstab:19: Inappropriate file type or format
Segmentation fault (core dumped)

But if i repeat exactly the same operation the fstab error lines changes:
Code:
fstab: /etc/fstab:fstab: /etc/fstab:6: 6: Inappropriate file type or format
Inappropriate file type or format
fstab: /etc/fstab:15: Inappropriate file type or format
fstab: /etc/fstab:19: Inappropriate file type or format
Segmentation fault (core dumped)

By the way i am using ZFS.
 
It all seems to infer random read errors (which then causes your editor or other applications to crash trying to read it). Your disk may be dying. You may want to check it with sysutils/smartmontools; smartctl -a /dev/<disk_device>
 
I will try it tonight, but the other OS apps seems to work without crashing, if the disk is failling the other apps should crash, isnt it?
 
Can't say, they could appear randomly. And some applications might be able to deal with errors better than others.
 
Can you open the files with the command line tools from the FreeBSD base system, e.g. /usr/bin/vi or /usr/bin/ee? If this works, there might be a problem with your packages. Did you install pre-built packages with pkg, or did you build them yourself? If the latter, then there might be a library conflict that may cause crashes like that. Well, it’s unlikely, but it’s still possible.

Other than that, I agree that it sounds like a disk issue. Usually, when there are random crashes, the first thing that comes to mind is bad RAM, overclocked CPU, maybe PSU issues and things like that. But in that case there would be random crashes everywhere (especially under load), not just when opening certain files.

Look at dmesg(8) and /var/log/messages for any errors reported by the disk drivers. You might also want to install sysutils/smartmontools and run smartctl -a /dev/ada0 (or whatever the name of your disk device is). For a start, look at the lines “Reallocated_Sector_Ct” and “Current_Pending_Sector”; both should should be 0 (raw value column). You may also want to initiate a self test; see the smartctl(8) manual page for details.

First and foremost, it’s probably a good idea to make a backup of your valuable data, if still possible.
 
Hello, i have cheked the disk with smartmontools but i am not sure if it is healthy:

Code:
smartctl -a /dev/ada3
smartctl 7.1 2019-12-30 r5022 [FreeBSD 12.1-RELEASE-p10 amd64] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Phison Driven SSDs
Device Model:     KINGSTON SA400S37120G
Serial Number:    50026B767601A331
LU WWN Device Id: 5 000000 000000000
Firmware Version: SBFK71E0
User Capacity:    120,034,123,776 bytes [120 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-4 (minor revision not indicated)
SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Thu Oct 22 21:28:12 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)    Offline data collection activity
                    was never started.
                    Auto Offline Data Collection: Disabled.
Self-test execution status:      ( 248)    Self-test routine in progress...
                    80% of test remaining.
Total time to complete Offline
data collection:         (65535) seconds.
Offline data collection
capabilities:              (0x79) SMART execute Offline immediate.
                    No Auto Offline data collection support.
                    Suspend Offline collection upon new
                    command.
                    Offline surface scan supported.
                    Self-test supported.
                    Conveyance Self-test supported.
                    Selective Self-test supported.
SMART capabilities:            (0x0003)    Saves SMART data before entering
                    power-saving mode.
                    Supports SMART auto save timer.
Error logging capability:        (0x01)    Error logging supported.
                    General Purpose Logging supported.
Short self-test routine
recommended polling time:      (   2) minutes.
Extended self-test routine
recommended polling time:      (  30) minutes.
Conveyance self-test routine
recommended polling time:      (   6) minutes.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000a   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       12758
 12 Power_Cycle_Count       0x0012   100   100   000    Old_age   Always       -       908
148 Unknown_Attribute       0x0000   255   255   000    Old_age   Offline      -       0
149 Unknown_Attribute       0x0000   255   255   000    Old_age   Offline      -       0
167 Write_Protect_Mode      0x0022   100   100   000    Old_age   Always       -       0
168 SATA_Phy_Error_Count    0x0012   100   100   000    Old_age   Always       -       0
169 Bad_Block_Rate          0x0000   100   100   000    Old_age   Offline      -       6
170 Bad_Blk_Ct_Erl/Lat      0x0013   100   100   010    Pre-fail  Always       -       0/7
172 Erase_Fail_Count        0x0032   100   100   000    Old_age   Always       -       0
173 MaxAvgErase_Ct          0x0000   100   100   000    Old_age   Offline      -       175 (Average 128)
181 Program_Fail_Count      0x0012   100   100   000    Old_age   Always       -       0
182 Erase_Fail_Count        0x0000   255   255   000    Old_age   Offline      -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
192 Unsafe_Shutdown_Count   0x0012   100   100   000    Old_age   Always       -       95
194 Temperature_Celsius     0x0023   064   052   000    Pre-fail  Always       -       36 (Min/Max 20/48)
196 Reallocated_Event_Count 0x0000   100   100   000    Old_age   Offline      -       0
199 SATA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       0
218 CRC_Error_Count         0x0000   100   100   000    Old_age   Offline      -       0
231 SSD_Life_Left           0x0013   100   100   000    Pre-fail  Always       -       87
233 Flash_Writes_GiB        0x0013   100   100   000    Pre-fail  Always       -       13216
241 Lifetime_Writes_GiB     0x0012   100   100   000    Old_age   Always       -       9765
242 Lifetime_Reads_GiB      0x0012   100   100   000    Old_age   Always       -       3214
244 Average_Erase_Count     0x0000   100   100   000    Old_age   Offline      -       128
245 Max_Erase_Count         0x0000   100   100   000    Old_age   Offline      -       175
246 Total_Erase_Count       0x0000   100   100   000    Old_age   Offline      -       758124

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     12757         -
# 2  Short offline       Completed without error       00%     12756         -
# 3  Short offline       Completed without error       00%         0         -

SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

I can read: No Errors Logged in the output.

Olli, i can open files without problems using non graphical editors like vi, i think the bug is linked to partitons mount points, it seems that all core files of the crashed apps have g_unix_mount_points_get call in common, i think that the OS is buggy in that way and the apps crashes because of that. I am only suposing, i am not an expert debugging nor in FreeBSD.

I have checked dmesg output and /var/log/messages log file but the only strange entry that i have found is in messages file:
Code:
Oct 22 08:06:15 bagheera console-kit-daemon[6449]: WARNING: Error waiting for native console 1 activation: Inappropriate ioctl for device

But i think it is not related with my problem.

Thanks for your advises.
 
The SSD looks reasonable. Total writes of 13TB on a 120GB disk means a little over 100 cycles per bit on average (it says the max erase count is 175), so probably not near wearout limit.

I would like to offer a different theory: Something about your install is corrupted, and some library that is needed by console-kit and GUI based programs is messed up. Why do I say that? Because as far as I can see, all the problems come from GUI programs and from console-kit. Can you try booting single-user, and editing with vi (which is in base)?
 
Hello, i have cheked the disk with smartmontools but i am not sure if it is healthy:

Code:
smartctl -a /dev/ada3
smartctl 7.1 2019-12-30 r5022 [FreeBSD 12.1-RELEASE-p10 amd64] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Phison Driven SSDs
Device Model:     KINGSTON SA400S37120G
Serial Number:    50026B767601A331
LU WWN Device Id: 5 000000 000000000
Firmware Version: SBFK71E0
User Capacity:    120,034,123,776 bytes [120 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-4 (minor revision not indicated)
SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Thu Oct 22 21:28:12 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)    Offline data collection activity
                    was never started.
                    Auto Offline Data Collection: Disabled.
Self-test execution status:      ( 248)    Self-test routine in progress...
                    80% of test remaining.
Total time to complete Offline
data collection:         (65535) seconds.
Offline data collection
capabilities:              (0x79) SMART execute Offline immediate.
                    No Auto Offline data collection support.
                    Suspend Offline collection upon new
                    command.
                    Offline surface scan supported.
                    Self-test supported.
                    Conveyance Self-test supported.
                    Selective Self-test supported.
SMART capabilities:            (0x0003)    Saves SMART data before entering
                    power-saving mode.
                    Supports SMART auto save timer.
Error logging capability:        (0x01)    Error logging supported.
                    General Purpose Logging supported.
Short self-test routine
recommended polling time:      (   2) minutes.
Extended self-test routine
recommended polling time:      (  30) minutes.
Conveyance self-test routine
recommended polling time:      (   6) minutes.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000a   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       12758
12 Power_Cycle_Count       0x0012   100   100   000    Old_age   Always       -       908
148 Unknown_Attribute       0x0000   255   255   000    Old_age   Offline      -       0
149 Unknown_Attribute       0x0000   255   255   000    Old_age   Offline      -       0
167 Write_Protect_Mode      0x0022   100   100   000    Old_age   Always       -       0
168 SATA_Phy_Error_Count    0x0012   100   100   000    Old_age   Always       -       0
169 Bad_Block_Rate          0x0000   100   100   000    Old_age   Offline      -       6
170 Bad_Blk_Ct_Erl/Lat      0x0013   100   100   010    Pre-fail  Always       -       0/7
172 Erase_Fail_Count        0x0032   100   100   000    Old_age   Always       -       0
173 MaxAvgErase_Ct          0x0000   100   100   000    Old_age   Offline      -       175 (Average 128)
181 Program_Fail_Count      0x0012   100   100   000    Old_age   Always       -       0
182 Erase_Fail_Count        0x0000   255   255   000    Old_age   Offline      -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
192 Unsafe_Shutdown_Count   0x0012   100   100   000    Old_age   Always       -       95
194 Temperature_Celsius     0x0023   064   052   000    Pre-fail  Always       -       36 (Min/Max 20/48)
196 Reallocated_Event_Count 0x0000   100   100   000    Old_age   Offline      -       0
199 SATA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       0
218 CRC_Error_Count         0x0000   100   100   000    Old_age   Offline      -       0
231 SSD_Life_Left           0x0013   100   100   000    Pre-fail  Always       -       87
233 Flash_Writes_GiB        0x0013   100   100   000    Pre-fail  Always       -       13216
241 Lifetime_Writes_GiB     0x0012   100   100   000    Old_age   Always       -       9765
242 Lifetime_Reads_GiB      0x0012   100   100   000    Old_age   Always       -       3214
244 Average_Erase_Count     0x0000   100   100   000    Old_age   Offline      -       128
245 Max_Erase_Count         0x0000   100   100   000    Old_age   Offline      -       175
246 Total_Erase_Count       0x0000   100   100   000    Old_age   Offline      -       758124

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     12757         -
# 2  Short offline       Completed without error       00%     12756         -
# 3  Short offline       Completed without error       00%         0         -

SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

I can read: No Errors Logged in the output.

Olli, i can open files without problems using non graphical editors like vi, i think the bug is linked to partitons mount points, it seems that all core files of the crashed apps have g_unix_mount_points_get call in common, i think that the OS is buggy in that way and the apps crashes because of that. I am only suposing, i am not an expert debugging nor in FreeBSD.

I have checked dmesg output and /var/log/messages log file but the only strange entry that i have found is in messages file:
Code:
Oct 22 08:06:15 bagheera console-kit-daemon[6449]: WARNING: Error waiting for native console 1 activation: Inappropriate ioctl for device

But i think it is not related with my problem.

Thanks for your advises.

I think you have to run at least one test


smartctl -t long /dev/ada0

this take sometime,you can view the progress with

smartctl -a /dev/ada0
 
I'm a little suspicious about these:
Code:
192 Unsafe_Shutdown_Count 0x0012 100 100 000 Old_age Always - 95

Do you properly shutdown the machine? Maybe had some power failures? While ZFS is quite resilient when it comes to filesystem corruption it's not infallible. Having the machine just powering off without a clean shutdown can, over time, cause filesystem corruption. The more often this happens the higher the risk of corruption.
 
I am executing disk test:
Code:
Test will complete after Fri Oct 23 11:54:30 2020 CEST

When it finishes i will execute smartctl -a command.

In the other hand i think that i am shutting down the machine in the correct way, i am executing:
Code:
shutdown -p now

Is that the correct way?

wolffnx, when the disk test ends i will reboot in single user mode to open a file using vi, but vi always works even when working in graphical mode.
 
Disk test has ended, that is the result:

Code:
smartctl -a /dev/ada3

smartctl 7.1 2019-12-30 r5022 [FreeBSD 12.1-RELEASE-p10 amd64] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Phison Driven SSDs
Device Model:     KINGSTON SA400S37120G
Serial Number:    50026B767601A331
LU WWN Device Id: 5 000000 000000000
Firmware Version: SBFK71E0
User Capacity:    120,034,123,776 bytes [120 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      2.5 inches
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ACS-4 (minor revision not indicated)
SATA Version is:  SATA 3.2, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Fri Oct 23 11:56:52 2020 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00)    Offline data collection activity
                    was never started.
                    Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0)    The previous self-test routine completed
                    without error or no self-test has ever
                    been run.
Total time to complete Offline
data collection:         (65535) seconds.
Offline data collection
capabilities:              (0x79) SMART execute Offline immediate.
                    No Auto Offline data collection support.
                    Suspend Offline collection upon new
                    command.
                    Offline surface scan supported.
                    Self-test supported.
                    Conveyance Self-test supported.
                    Selective Self-test supported.
SMART capabilities:            (0x0003)    Saves SMART data before entering
                    power-saving mode.
                    Supports SMART auto save timer.
Error logging capability:        (0x01)    Error logging supported.
                    General Purpose Logging supported.
Short self-test routine
recommended polling time:      (   2) minutes.
Extended self-test routine
recommended polling time:      (  30) minutes.
Conveyance self-test routine
recommended polling time:      (   6) minutes.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000a   100   100   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0012   100   100   000    Old_age   Always       -       12764
 12 Power_Cycle_Count       0x0012   100   100   000    Old_age   Always       -       909
148 Unknown_Attribute       0x0000   255   255   000    Old_age   Offline      -       0
149 Unknown_Attribute       0x0000   255   255   000    Old_age   Offline      -       0
167 Write_Protect_Mode      0x0022   100   100   000    Old_age   Always       -       0
168 SATA_Phy_Error_Count    0x0012   100   100   000    Old_age   Always       -       0
169 Bad_Block_Rate          0x0000   100   100   000    Old_age   Offline      -       6
170 Bad_Blk_Ct_Erl/Lat      0x0013   100   100   010    Pre-fail  Always       -       0/7
172 Erase_Fail_Count        0x0032   100   100   000    Old_age   Always       -       0
173 MaxAvgErase_Ct          0x0000   100   100   000    Old_age   Offline      -       175 (Average 128)
181 Program_Fail_Count      0x0012   100   100   000    Old_age   Always       -       0
182 Erase_Fail_Count        0x0000   255   255   000    Old_age   Offline      -       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always       -       0
192 Unsafe_Shutdown_Count   0x0012   100   100   000    Old_age   Always       -       96
194 Temperature_Celsius     0x0023   063   052   000    Pre-fail  Always       -       37 (Min/Max 20/48)
196 Reallocated_Event_Count 0x0000   100   100   000    Old_age   Offline      -       0
199 SATA_CRC_Error_Count    0x0032   100   100   000    Old_age   Always       -       0
218 CRC_Error_Count         0x0000   100   100   000    Old_age   Offline      -       0
231 SSD_Life_Left           0x0013   100   100   000    Pre-fail  Always       -       87
233 Flash_Writes_GiB        0x0013   100   100   000    Pre-fail  Always       -       13234
241 Lifetime_Writes_GiB     0x0012   100   100   000    Old_age   Always       -       9776
242 Lifetime_Reads_GiB      0x0012   100   100   000    Old_age   Always       -       3215
244 Average_Erase_Count     0x0000   100   100   000    Old_age   Offline      -       128
245 Max_Erase_Count         0x0000   100   100   000    Old_age   Offline      -       175
246 Total_Erase_Count       0x0000   100   100   000    Old_age   Offline      -       759108

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%     12764         -
# 2  Short offline       Completed without error       00%     12758         -
# 3  Extended offline    Completed without error       00%     12757         -
# 4  Short offline       Completed without error       00%     12756         -

SMART Selective self-test log data structure revision number 0
Note: revision number not 1 implies that no selective self-test has ever been run
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
 
Is that the correct way?
That's excellent actually. Is this a laptop perhaps? Then I can imagine leaving it on, forgetting about it, and when the battery is drained it will shut off fairly suddenly. That value may not mean anything though. Just something to keep in mind, sudden loss of power could certainly cause filesystem corruptions, even with ZFS. Because this is ZFS you may want to run a scrub, just to see if things are still in order.
 
SirDice, thats not a laptop, its a desktop system.
wolffnx, i have rebooted and booted with: boot -s command, i have selected my shell and opened /etc/hosts file using vi, but it shows read only filesystem mode error:
 

Attachments

  • RO.jpg
    RO.jpg
    199.5 KB · Views: 185
i have rebooted and booted with: boot -s command,
When you boot in single user mode only the root filesystem is mounted, and is mounted read-only.

For ZFS: zfs readonly=no zroot/ROOT/default and perhaps a zfs mount -a if you need any other filesystems.
 
SirDice, thats not a laptop, its a desktop system.
wolffnx, i have rebooted and booted with: boot -s command, i have selected my shell and opened /etc/hosts file using vi, but it shows read only filesystem mode error:

like says SirDice , or you can boot in normal mode and work from the console with vi or nano
 
ZFS seems in order, i have executed:
zpool scrub zroot

When scrub finished i get that output from status command:
Code:
zpool status
  pool: zroot
 state: ONLINE
  scan: scrub repaired 0 in 0 days 00:11:57 with 0 errors on Fri Oct 23 12:26:22 2020
config:

    NAME        STATE     READ WRITE CKSUM
    zroot       ONLINE       0     0     0
      ada3p3    ONLINE       0     0     0

errors: No known data errors

When i can i will try single user mode with zfs readonly=no zroot/ROOT/default command.
 
I have booted in single user mode, with zfs readonly=off zroot/ROOT/default command i can edit files or at least vi doesnt complain about it, but i get a strange editor mode:
I have an spanish keyboard and vi is in USA keyboard mode, so i cant exit of vi, i am jailed inside vi interface jajaja, i rebooted using Ctrl+Alt+Spr.
I dont know if it is enought proof to discard disk problems.
 

Attachments

  • singleUser.jpg
    singleUser.jpg
    114.4 KB · Views: 144
I dont know if it is enought proof to discard disk problems.
Proof? Perhaps not in the mathematical sense. But it makes it very unlikely that you have a pervasive disk problem. And that means that it is a better investment of time to look elsewhere.

Here's my suggestion: Build the system back up in layers. Single-user mode worked. Great. Boot into console mode, without a GUI, without X. Use that to verify that you can read and write (edit) files, both in a system directory like /etc or /usr/local/etc, and in a home directory. If that works well, then try the same thing with the GUI running, but still with a simple editor (like vi, nano, ee) in a shell window. If that still works, then start using GUI tools.

And you're going to have to figure out the keyboard problem on the console, sooner or later. Being trapped inside vi and having to reboot is sort of a trap door in the floor. One of these days something WILL go wrong, and you'll have to use single-user mode to fix it, and then not having a functioning keyboard will be deadly.

Anecdote: My FreeBSD server sits on a shelf in the basement, with a small monitor that's wall-mounted nearby (for emergency repairs only, for real work I log in over the network), and a physically tiny keyboard that takes up no storage space (the traditional IBM/Lenovo ThinkPad keyboard, in a external USB packaging). Great. A few months ago, we cleaned up old unused keyboard (we had about 20 of them), threw the boring ones in the recycler, and gave the good ones (mechanical switches, old metal bases) away to collectors. So at this point, we had only 5 keyboards left at home, all actually in use, and 3 of them are very big and used for desktops. And then one day the FreeBSD server needed maintenance, and IT HAD NO KEYBOARD. It was just missing, nowhere to be found. I tried the only other small keyboard (which is usually on a Raspberry Pi), and it kind of works, but because it has a Mac layout, the control key is in the wrong place. My wife suspected that the Lenovo laptop keyboard might have been thrown away in the great cleanup. So for several weeks, whenever I needed to actually log into the console, I had to first run upstairs and retrieve a great big mechanical keyboard and plug it in, and then put it back for doing my day job. And this always happens at the least convenient time, like when we have a power outage and need to shut down quickly. About two weeks ago, we finally found the small Lenovo keyboard: It was in a stack of documents on the shelf. It is so small and flat that it actually vanishes if you put a few cm of paper documents on top of it.
 
As you said, you can open files with standard editors. I'm guessing you have no problems using other programs too, such as cat, less or similar which also open files.
The g_unix_mount_points_get() is suspicious, indeed.

Though personally I like devel/strace more, native truss(1) does the job too. It is worth tracing it with it (opening text editor with truss).

From little output I saw I have a feeling that that function passes NULL ptr ( to strcmp() and flockfile() ).
You could share info registers rsi rdi rdx command from gdb to verify that.

That truss could give the hint why that's happening.
 
Yes ralphbsz i have to solve the keyboard layout problem in single user mode.

The behavior is a little bit strange, how i said in my first post when i open recent opened files with geany i can work with it without problems, geany only crashes when i open a file without opening a recent one previously. With the other graphical editors i cant make the same test because i have been using geany since first day and i dont have any recent file opened in the other editors.

cat, less and vi works 100% of times.

Here i paste the gdb registers info of geany crash:
Code:
Core was generated by `geany'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000008016556df in flockfile () from /lib/libc.so.7
[Current thread is 1 (LWP 101823)]
(gdb) info registers rsi rdi rdx
rsi            0x400               1024
rdi            0x0                 0
rdx            0x0                 0

Launching geany with truss geany, opening a file and crashing i get the following output(only last lines attached):
Code:
access("/home/kr0m",W_OK)             = 0 (0x0)
:fstatat(AT_FDCWD,"/home/kr0m",{ mode=drwxr-xr-x ,inode=8,size=209,blksize=16384 },0x0) = 0 (0x0)
fstatat(AT_FDCWD,"/mnt/6T/.Trash",0x7fffdebf3c20,AT_SYMLINK_NOFOLLOW) ERR#2 'No such file or directory'
write(2,":",1)                     = 1 (0x1)
issetugid()                     = 0 (0x0)
mmap(0x0,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34484510720 (0x8076fe000)
geteuid()                     = 1000 (0x3e8)
19: fstatat(AT_FDCWD,"/home/kr0m/sshd",{ mode=-rw-r--r-- ,inode=232674,size=2172,blksize=4096 },AT_SYMLINK_NOFOLLOW) = 0 (0x0)
issetugid()                     = 0 (0x0)
write(2,"19: ",4)                 = 4 (0x4)
Inappropriate file type or formatfstatat(AT_FDCWD,"/mnt/6T/.Trash-1000",{ mode=drwx------ ,inode=139526145,size=4096,blksize=4096 },AT_SYMLINK_NOFOLLOW) = 0 (0x0)
write(5,"\^A",1)                 = 1 (0x1)
write(2,"Inappropriate file type or forma"...,33) = 33 (0x21)
openat(AT_FDCWD,"/home/kr0m/sshd",O_RDONLY,00)     = 28 (0x1c)

read(28,"# PAM configuration for the Secu"...,4096) = 2172 (0x87c)
write(2,"\n",1)                     = 1 (0x1)
close(28)                     = 0 (0x0)
SIGNAL 11 (SIGSEGV) code=SEGV_MAPERR trapno=12 addr=0xa0
issetugid()                     = 0 (0x0)
<thread 101310 exited>
<thread 101420 exited>
<thread 101422 exited>
<thread 101421 exited>
<thread 101341 exited>
<thread 101425 exited>
<thread 101426 exited>
<thread 100908 exited>
<thread 101427 exited>
<thread 101424 exited>
<thread 102339 exited>
process killed, signal = 11 (core dumped)
 
I have discovered thanks to truss output Inappropriate file type or formatfstatat(AT_FDCWD,"/mnt/6T/.Trash-1000",{ mode=drwx------ ,inode=139526145,size=4096,blksize=4096 },AT_SYMLINK_NOFOLLOW) = 0 (0x0) that if i dont mount any additional partition disk i can open files without problem.

Thats my /etc/fstab file content now:

Code:
# Device        Mountpoint    FStype    Options        Dump    Pass#
linprocfs        /compat/linux/proc    linprocfs    rw    0    0
linsysfs            /compat/linux/sys    linsysfs    rw    0    0
tmpfs            /compat/linux/dev/shm    tmpfs    rw,mode=1777    0    0
fdesc            /dev/fd            fdescfs        rw    0    0
proc            /proc            procfs        rw    0    0

/dev/ada3p2        none    swap    sw        0    0
#Alt+35
# fsck.ext4 -y /dev/ada2p1
#/dev/ada2p1        /mnt/6T        ext2fs    rw        0    0
# fsck.ext4 -y /dev/ada1s1
#/dev/ada1s1        /mnt/1T        ext2fs    rw        0    0
# No es necesario hacer nada
#/dev/ada4s1             /mnt/2T         ntfs    mountprog=/usr/local/bin/ntfs-3g,late,rw                0       0

# Chrome: save files in tmpfs
#md /home/kr0m/.cache/chromium mfs rw,late,noatime,noexec,nosuid,-wkr0m:kr0m,-s2g 2 0

I have commented /mnt/6T /mnt/1T and /mnt/2T, any idea why it is making crash the apps?
 
Tested, the only source of problems is the #/dev/ada2p1 /mnt/6T ext2fs rw 0 0 line in my fstab file, i will try to fsck.ext4
 
So was everything working before some sort of update? What update(s) did you do if any?

You seem to have moved away from discussing the /etc/fstab errors - are those still reported? Is your /etc/fstab correct?

As others are saying, it seems more like you've got some issue with a shared library.

If it seems to be to do with opening recent files, is there anything wrong with your home file directory or location of dot files? Maybe the editors are crashing trying to read or handle their recent file lists? Can you figure out e.g. where geany's recent file list is stored and clear it?

If you cat any of the files that cause issues, does the cat work OK? Think it will based on what you've said about things like vi working.
 
Back
Top