Solved FBReader and pybookreader Core Dumped

How I got new issue :D
After install FBReader from ports (and even pkg) there is no way to run FBReader, just something happend and - core dumped. This happens with pybookreader too. Notice, that console didn't output much, just something doing in magical way trying to run FBreader and crash.
Wasnt able to sent mail to mainteiner, don't know why:
Code:
Delivery to the following recipient failed permanently:

     fluffy@freebsd.org
What to do next.
P.S. I think that it was bad idea to migrate to FreeBSD 10 on my dell d610 notebook (almost 12 years old). It is too much problems. Even chromium got a strange behavior - crashing when I try to close preference bookmarks, like settings, or extensions or tools ...
 
kAldown said:
How I got new issue :D
After install FBReader from ports (and even pkg) there is no way to run FBReader, just something happend and - core dumped. This happens with pybookreader too. Notice, that console didn't output much, just something doing in magical way trying to run FBreader and crash.
Wasnt able to sent mail to mainteiner, don't know why:
Code:
Delivery to the following recipient failed permanently:

     fluffy@freebsd.org
What to do next.
P.S. I think that it was bad idea to migrate to FreeBSD 10 on my dell d610 notebook (almost 12 years old). It is too much problems. Even chromium got a strange behavior - crashing when I try to close preference bookmarks, like settings, or extensions or tools ...
I just installed deskutils/fbreader and got the same segmentation fault as you reported when I tried to run it. Seems to be a problem with the port. If sending an e-mail to the specified port maintainer did not work, you may want to post this issue on the freebsd-ports@freebsd.org mailing list. I could find no other deskutils/fbreader topics on these forums.

BTW, your issue with www/chromium is a known problem and has nothing to do with the age of your Dell notebook. From what you've reported, your problems are not related to FreeBSD-10.0, but only with a couple of ports. You should be fine running FreeBSD-10.0 on your Dell notebook.
 
Thanks god. Thought that cutting my hands and replace them by claws would be a better idea than wasting time my and others :D
Ok now. Wanna find some SaaS to read fb2 books.
 
I'm getting a segmentation fault as well on multiple machines. I'm not sure how to show a trace but I did run it through gdb below. Let me know if anyone can point me in the right direction.

Code:
$ uname -a
FreeBSD fbsdtest 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0: Wed Apr 30 00:10:56 UTC 2014     root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

Here is the error in gdb.

Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 2a40a380 (LWP 100193/FBReader)]
0x2c3b5228 in _citrus_HZ_stdenc_getops () from /usr/lib/i18n/libHZ.so.4

I've tried the following with no change.

Code:
$ sudo pkg install -fR FBReader
 
Back
Top