[완료] shared library 링킹중에서 에러가 발생합니다

dalili의 이미지

함수를 shared library로 만들어서 사용중이거든요
그런데 프로세스를 올리고 shared library에 있는 함수가 처음 호출될때 죽어 버립니다

gdb로 코어파일 보면 스택에 나온 함수 _dl_runtime_resolve()에 관련해서 찾아보니 shared library가 linking 할때 사용되는 함수들이라고 하더군요

혹시 이런경험 있으신분 계신가요?

(gdb) where
#0 0x0039ca40 in do_lookup_x () from /lib/ld-linux.so.2
#1 0x0039cda2 in _dl_lookup_symbol_x () from /lib/ld-linux.so.2
#2 0x003a0156 in fixup () from /lib/ld-linux.so.2
#3 0x003a0090 in _dl_runtime_resolve () from /lib/ld-linux.so.2
#4 0x08049fb6 in main (ac=1, av=0xbfe5a2f4) at test.c:247

terzeron의 이미지

어떤 환경에서 어떻게 shared library를 만드셨는지, 소스 코드는 어떻게 되는지,
구체적인 절차는 어떻게 되는지 보여주셔야 답이 나올 것 같은데요.

_dl_runtime_resolve() 함수 자체는 이상할 게 없는 당연한 함수라서
위 스택만 보고는 답을 하기 어렵습니다.

dalili의 이미지

저희 회사 솔루션 제품인데 이유는 모르겠지만 아주 드물게 발생합니다.

자식 프로세스가 죽으면 부모 프로세스가 자식 프로세스를 다시 띄우는데, 이 때 자식 프로세스가 실행될 때 공유라이브러리 링킹 과정을 합니다.

그런데 위 core파일처럼 링킹 과정에서 죽어 버립니다.

이상한것은 항상 발생하는 것도 아닙니다.

테스트로 자식프로세스를 강제로 시그널을 줘서 죽일 때는 잘 된다는 것이죠.

어떤 상황에서 현상이 발생하는 것인지는 모르겠습니다.

OS는 redhat linux enterprize advanced server 4 입니다.

glibc버전은 glibc-2.3.4-2.39 입니다.

솔루션과 공유라이브러리도 같은 빌드서버에서 컴파일 되었습니다.

소스는 공개할 수가 없어서, 대략 형태만 그려 넣었습니다

int main()
{

for(;;)
{
pid = fork();
if(pid == -1)
exit(1);
if(pid == 0)
break;
else {
wait(&status);
sleep(5);
continue;
}
}

if (shared_library_func() < 0) {
exit(0);
}

return 0;
}

부모 프로세스는 자식프로세스를 만들고 대기상태에 있습니다.

만약 자식 프로세스가 죽으면 다시 fork하는 역할을 합니다.

자식 프로세스가 가장 처음 하는 일은 shared_library_func() 함수를 호출 하는 것입니다.

shared_library_func() 함수를 공유라이브러리를 가져다가 링킹하는 과정에서 죽는 듯 합니다. (core 파일 스택 구조를 분석한 결과)

shared_library_func() 함수가 호출 되고 그 안에서 죽는 것 같지는 않습니다.

dalili의 이미지

관련 문서를 찾아보니 glibc 버그라고 합니다

glibc 2.5 이상에서 fix 되었다고 합니다

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.