linux c debufs_create_file로 만든 파일을 open하지 못하는 에러가 발생합니다.

ggumnet의 이미지

dir = debugfs_create_dir("paddr", NULL);

if (!dir) {
printk("Cannot create paddr dir\n");
return -1;
}
output = debugfs_create_file("output", 0777, dir, NULL , &dbfs_fops);

위와 같이 paddr라는 dir를 만들고 output이라는 파일을 추가했습니다.

#define DBFS_FILE_PATH "/sys/kernel/debug/paddr/output"
...

fd = open(DBFS_FILE_PATH, O_RDWR);

이후 위와 같이 만든 output 파일을 열거나, cat으로 확인하려고 하면 Killed 가 발생하였고 dmesg로 확인 결과 아래와 같은 에러가 발생했습니다.

[ 389.299078] BUG: unable to handle page fault for address: 00007f6cfb9a8008
[ 389.299092] #PF: supervisor read access in kernel mode
[ 389.299098] #PF: error_code(0x0000) - not-present page

혹시 해결방안이 무엇인지 궁금해 선배님들의 조언을 여쭙고자 글을 쓰게 되었습니다.

//첫 질문글인데 미숙한 점은 지적해주시면 감사하겠습니다

furmuwon의 이미지

질문을 보고 아련한 옛날이 떠 올라서 댓글 남겨 봅니다.
이런류에 kernel 관련 프로그래밍에서 예상치 못한 문제를 맞닥뜨리면..
구글에 어떻게 검색을 해야하는가? 어디에 물어 보아야 하는가?
질문에서 조차 방향을 알 수 없는... ㅎㅎㅎ (동공지진)

저 같은 경우는 다른 kernel driver 나 code 에서 사용하는 code를 Reference 삼아
그대로 복사하면 보통 되는데요...

1. 777 로 권한을 주는데, 이게 가능한지 한번 살펴보시고 파일이 생성 되었는지 확인해 보세요
2. sudo 로 실행?
3. unable to handle page fault for address 가 발생한 걸로 봐서는
이미 open 되고 dbfs_fops 중에 질문자분이 추가한 코드가 동작하면서 문제가 발생하는 것 같습니다. 즉 open 되고 operation 되고 있는 상태로 보여집니다.

open 쪽 함수에 prinkt 를 추가 하여 진짜 open 하지 못하는가? 를 검토해 보세요~

owlet의 이미지

dmesg에서 아래로 에러메시지가 더 있지않나요? call trace를 보시면 에러 위치를 확인할 수 있습니다.
아마도 dbfs_fops를 점검해봐야 할 것 같습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.