Skip to content
#

bsd

Here are 259 public repositories matching this topic...

zachriggle
zachriggle commented Apr 22, 2020

The constgrep tool could probably be a bit faster. I'm not sure what's making it so slow at the moment. It shouldn't take ~2 seconds to look up a value.

$ time constgrep EPERM
#define EPERM 1
constgrep EPERM  1.12s user 0.43s system 88% cpu 1.751 total
RalfJung
RalfJung commented Apr 13, 2020

xargo CI is failing with a strange ICE:

thread 'rustc' panicked at 'failed to lookup `SourceFile` in new context', src/librustc_middle/ty/query/on_disk_cache.rs:456:17

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

error: internal compiler error: unexpected panic

note: the compiler unexpect
fnkkio
fnkkio commented Nov 30, 2019

Steps to reproduce:

  1. Go to Tools > Preferences > General
  2. Under Home Page select Use Bookmark
  3. Select This Folder to set a bookmark folder as Home Page

Actual:
Bookmark selection menu allows selection of folders.

Expected:
In this case, bookmark selection menu should not allows selection of folders; it doesn't make sense to have a bookmark folder as home

vlasov-alexandr89
vlasov-alexandr89 commented Mar 26, 2020

Hi,
Could you please help me understand what I'm missing:

Python 3.6.9
[GCC 8.3.0] on linux

from pyroute2 import ethtool
etht = ethtool.Ethtool()
ERROR:root:Generic netlink protocol ethtool not found
ERROR:root:Please check if the protocol module is loaded

and looks like this happens specifically in this place

_with_nl.is_nlethtool_in_kernel()
ERROR:root:Generic netlink p

Improve this page

Add a description, image, and links to the bsd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bsd topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.