Bug 144763 - [linux] [panic] Kernel panic when start linux binaries
Summary: [linux] [panic] Kernel panic when start linux binaries
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-emulation (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-15 15:00 UTC by Michael Pounov
Modified: 2011-05-06 09:21 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Pounov 2010-03-15 15:00:15 UTC
When start linux binary kernel crash in fdescfs driver (sys/fs/fdescfs/fdesc_vnops.c) function fdescfs_readdir(); Because linprocfs try to use fdescfs with last commit from 2010-03-07 in sys/compat/linprocfs/linprocfs.c

Fix: 

Revert version of linprocfs.c from 1.144 to 1.143
How-To-Repeat: mount -t linprocfs procfs /usr/compat/linux/proc
and run linux application like cmsynergy
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2010-03-19 05:03:11 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-emulation

Over to maintainer(s).
Comment 2 Konstantin Belousov freebsd_committer freebsd_triage 2010-03-19 11:47:31 UTC
State Changed
From-To: open->feedback

This is most likely fdescfs issue. 

Please provide at least the backtrace.
Comment 3 Jaakko Heinonen freebsd_committer freebsd_triage 2011-05-06 09:21:00 UTC
State Changed
From-To: feedback->closed

Feedback timeout.