Re: crashes after upgrade to 11.1-RELEASE AMD64 / libgcc5

2017-09-13 Thread Tomasz CEDRO
Here too! I did a fresh install on a second partition the same machine, no
problem observed.. for some reason freebsd-upgrade -r fails to create a
stable system or there is some sort of base/pkg mismatch after...

--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info

On Sep 13, 2017 15:58, "Mr. Binary" <01100011011001...@gmail.com> wrote:

Hey!

I have upgraded from 11.0 to 11.1-RELEASE, I get constantly crashing
applications, is web browser.. this may be related to libgcc5.. any
hints how to prevent?

Firefox / Chrome / Iridium GTK, Otter QT5..

Program received signal SIGSEGV, Segmentation fault.
0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1
(gdb) bt
#0  0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1
#1  0x in ?? ()

Program received signal SIGSEGV, Segmentation fault.
0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1

...

--
0110001101100100
___
freebsd-questi...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: crashes after upgrade to 11.1-RELEASE AMD64 / libgcc5

2017-09-13 Thread Jov
There is a similar PR for libgcc[1]. It's crash TensorFlow on 11.1-Release.
I make the tensorflow port on 11.0-R and test it on 11.0R,10.3R, all work
well. But now it is not working on 11.1R, even 11.0R jail on 11.1R get the
same crash.

[1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221880

2017-09-13 21:58 GMT+08:00 Mr. Binary <01100011011001...@gmail.com>:

> Hey!
>
> I have upgraded from 11.0 to 11.1-RELEASE, I get constantly crashing
> applications, is web browser.. this may be related to libgcc5.. any
> hints how to prevent?
>
> Firefox / Chrome / Iridium GTK, Otter QT5..
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1
> (gdb) bt
> #0  0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1
> #1  0x in ?? ()
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1
>
> ...
>
> --
> 0110001101100100
> ___
> freebsd-questi...@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-
> unsubscr...@freebsd.org"
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: 11.1 running on HyperV hn interface hangs

2017-09-13 Thread Sepherosa Ziehau
If you have any updates on this, please let me know.  There is still
time for 10.4.

On Thu, Sep 7, 2017 at 11:04 PM, Paul Koch  wrote:
> On Thu, 7 Sep 2017 13:51:11 +0800
> Sepherosa Ziehau  wrote:
>
>> Weird, your traffic pattern does not even belong to anything heavy.
>> Sending is mainly UDP, which will never be able to saturate the TX
>> buffer ring causing the RXBUF ACK sending failure.  This is weird.
>
> It's a bit tricky. The poller is very fast. We ping every device every 15
> seconds, and collect every MIB object every 60 seconds. The poller "rate
> limits" itself by dividing each minute into 100ms time slots and only sends a
> specific amount of pings/snmp packets in each time slot.  The problem is, it
> blasts the request packets out really fast at the start of each time slot,
> and then sits in a receive loop until the next time slot comes around.  The
> requests are not paced over the 100ms, therefore it will blast out a lot
> of packets in a few milliseconds.
>
> We use to use a 1 second rate limiting time slot, and didn't interlace
> ping/snmp requests, but we found certain interface types on Cisco 6509
> switches couldn't keep up with back-to-back pings and would lose them.
>
>
>> Anyhow, make sure to test this patch:
>> 8762017-Sep-07 02:19 hn_inc_txbr.diff
>
> Yep.  Might take a bit of time to test though because we'll need to get the
> customer to spin up a test VM on the same platform, and they are fairly
> remote (Perth, Australia).  We don't run any Microsoft servers/HyperV setups
> in our lab.
>
> Paul.
> --
> Paul Koch | Founder | CEO
> AKIPS Network Monitor | akips.com
> Brisbane, Australia



-- 
Tomorrow Will Never Die
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Unusually high "Wired" memory

2017-09-13 Thread Dan Nelson via freebsd-stable
2017-09-12 1:27 GMT-05:00 Borja Marcos :
>
>
> > On 11 Sep 2017, at 11:25, Borja Marcos  wrote:
> >
> >> Since I’ve updated a machine to 11.1-STABLE I am seeing a rather unusual 
> >> growth of Wired memory.
> >>
> >> Any hints on what might have changed from 11-RELEASE to 11.1-RELEASE and 
> >> 11.1-STABLE?
>
> vmstat -z and vmstat -m follow
>
> % vmstat -z
> ITEM   SIZE  LIMIT USED FREE  REQ FAIL SLEEP
> [...]
> g_bio:  376,  0,15235172, 248,477839025,   0,   0
> [...]


I think this is the problem - you're leaking g_bio objects (5.7 GB
currently allocated if you multiply SIZE*USED).  I'm seeing the same
thing and it looks like it started after the recent ZFS merges from
-current.  I have filed a bugreport with some more info (
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=88 ).
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

crashes after upgrade to 11.1-RELEASE AMD64 / libgcc5

2017-09-13 Thread Mr. Binary
Hey!

I have upgraded from 11.0 to 11.1-RELEASE, I get constantly crashing
applications, is web browser.. this may be related to libgcc5.. any
hints how to prevent?

Firefox / Chrome / Iridium GTK, Otter QT5..

Program received signal SIGSEGV, Segmentation fault.
0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1
(gdb) bt
#0  0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1
#1  0x in ?? ()

Program received signal SIGSEGV, Segmentation fault.
0x000806bdec19 in ?? () from /usr/local/lib/gcc5/libgcc_s.so.1

...

-- 
0110001101100100
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"