I am trying to run kernelshark in a virtual machine, Ubuntu 16.10 with an rt kernel (4.8.15).
If I try to capture without sudo I get a popup message saying that there are "no events or plugins found".
If I try to capture with sudo I get a segmentation fault.
I've tried to run kernelshark and to use the capture function on a non-rt kernel as well, yet the result is the same.
Is there any way to workaround this? Can someone recommend a visualizer similar to kernelshark ?
Kernelshark segmentation fault on capture
194 Views Asked by Bogdan Molinger At
1
There are 1 best solutions below
Related Questions in SEGMENTATION-FAULT
- C Reading binary file with fread()
- Vector of Vector of object
- opencv::mixchannels segmentation fault
- Why is the following convert command resulting in Segmentation fault?
- Xamarin Android Crash on Start "Got a SIGSEGV"
- Segmentation fault when using if statement with pointers (BST tree)
- C++ boost graph library segmentation fault with adjacency_iterator
- Segmentation fault while trying to test fgets()
- Closed system shellcode experimentation (segfault)
- Segmentation Fault in the given Program
- Variable without initialization returns segmentation fault
- Why realloc of char** gives Address is 0 bytes after alloc'd
- SDL_Keycodes are too big for storage
- Delete raw pointer after creating a shared_ptr from it
- segmentation fault in height balance tree code
Related Questions in KERNEL
- Are Berkeley Packet Filter opcode values implementation defined?
- Raspberry PI Compute Module - SPI1
- Is there any way to get a lru list in Linux kernel?
- Android Studio - HAX kernel Module not installed
- How to determine system value for _POSIX_PATH_MAX
- Different privileges in kernel module execution
- Buildroot custom kernel under 1MB
- Add/remove process from kernel runqueue
- Is it possible to limit data traffic in kernel USB drivers?
- "Segmentation fault" when `rmmod` or `modprobe -r`
- Intercept ELF loader in linux kernel: fs/binfmt_elf.c file via loadable kernel module
- Best way to handle ERESTARTSYS in kthread?
- Purpose and usage of firmware packages on Linux
- In linux every process is given a 4GB of virtual address space considering a 32-bit architecture
- How to make a scanf() type function in a 32bit os in c?
Related Questions in REAL-TIME
- In Java how to read the latest string of constantly generated stream fast?
- Octave Real time plotting
- What technologies should I use to create a real time One to One chat?
- EXE_BAD_BADACCESS trying to access GKMatch?
- Event-Driven(Real - Time) mobile set-up suggestions
- rm scheduling - calculation
- How to make android app in which I can change database after publish the app?
- CloudAMQP & Android
- Is there an extensible open address hash table?
- Is it possible to add a text overlay to videos?
- Does it make sense to poll `pthread_mutex_trylock`?
- Signalr - websocket successfully connected but client events only called with long pooling
- WPF: try to populate my chart with real time data
- Pubnub chat application with storage
- Text chat only in TokBox?
Related Questions in UBUNTU-16.10
- npm ERR! Linux 4.4.0-31-generic
- Docker not naming images Meteorup
- Cannot install postgres on Ubuntu (E: Unable to locate package postgresql)
- After running multiple time with same code with same input size in Python 3.4 throw IndexError: list index out of range
- How to install tensorflow on ubuntu 16.10 having python2.7
- ubuntu-16.10 unable to locate package
- Rails + PostgreSQL + rbenv-vars: fe_sendauth: no password supplied using environment variables
- Unicorn service failing to start on Ubuntu 16.10
- debian -bash: ./program: cannot execute binary file: exec format error
- Can't start MongoDB on Ubuntu 16.10
- Heavy resourse utilization - Weblogic server
- How to overcome this compilation(Nuitka) error for python
- How to open android studio in different workspace in ubuntu?
- SDL not rendering (Linux, i3wm)
- Kernelshark segmentation fault on capture
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Apparently there are some issues with ubuntu 16.10.
After switching over to ubuntu 16.04 everything worked perfectly.