Arx Libertatis Bug Tracker
star_faded.png
Please log in to bookmark issues
bug_report_small.png
CLOSED  Crash report #317  -  [CAF38354] iConvertPal () from /usr/lib/libIL.so.1
Posted Jul 05, 2012 - updated Jul 05, 2012   Shortlink: http://arx.vg/317
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue is a duplicate of issue #218 - "[B5DFC6E4] Master DevIL SSE3 bug"
icon_info.png This issue has been closed with status "Not a bug" and resolution "DUPLICATE".
Issue details
  • Type of issue
    Crash report
  • Status
     
    Not a bug
  • Assigned to
    Not assigned to anyone
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     CrashBot
  • Owned by
    Not owned by anyone
  • Estimated time
    Not estimated
  • Category
    Not determined
  • Resolution
    DUPLICATE
  • Priority
    Not determined
  • Reproducability
    Not determined
  • Severity
    Not determined
  • Targetted for
    icon_milestones.png Not determined
  • OS
    icon_customdatatype.png Linux
  • Architecture
    icon_customdatatype.png x86
  • Fixed in
    icon_customdatatype.png Not determined
Issue description
Illegal instruction: illegal operand

GDB stack trace:
  1. [Thread debugging using libthread_db enabled]
  2. Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
  3. [New Thread 0xb6affb40 (LWP 2433)]
  4. [New Thread 0xb745ab40 (LWP 2432)]
  5. 0x081117f1 in CrashHandlerPOSIX::handleCrash(int, int) ()
  6. [Current thread is 1 (Thread 0xb7715700 (LWP 2429))]
  7. Id Target Id Frame
  8. 3 Thread 0xb745ab40 (LWP 2432) "arx" 0x00c0c416 in __kernel_vsyscall ()
  9. 2 Thread 0xb6affb40 (LWP 2433) "Sound Update" 0x00c0c416 in __kernel_vsyscall ()
  10. * 1 Thread 0xb7715700 (LWP 2429) "arx" 0x081117f1 in CrashHandlerPOSIX::handleCrash(int, int) ()
  11.  
  12. Thread 3 (Thread 0xb745ab40 (LWP 2432)):
  13. #0 0x00c0c416 in __kernel_vsyscall ()
  14. No symbol table info available.
  15. #1 0x00b0a380 in poll () from /lib/i386-linux-gnu/libc.so.6
  16. No symbol table info available.
  17. #2 0x0070f28e in ?? () from /usr/lib/i386-linux-gnu/libasound.so.2
  18. No symbol table info available.
  19. #3 0x0070f454 in snd_pcm_wait () from /usr/lib/i386-linux-gnu/libasound.so.2
  20. No symbol table info available.
  21. #4 0x007fafe3 in ?? () from /usr/lib/i386-linux-gnu/libopenal.so.1
  22. No symbol table info available.
  23. #5 0x007e1a70 in ?? () from /usr/lib/i386-linux-gnu/libopenal.so.1
  24. No symbol table info available.
  25. #6 0x00a19d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
  26. No symbol table info available.
  27. #7 0x00b18ace in clone () from /lib/i386-linux-gnu/libc.so.6
  28. No symbol table info available.
  29.  
  30. Thread 2 (Thread 0xb6affb40 (LWP 2433)):
  31. #0 0x00c0c416 in __kernel_vsyscall ()
  32. No symbol table info available.
  33. #1 0x00a211f6 in nanosleep () from /lib/i386-linux-gnu/libpthread.so.0
  34. No symbol table info available.
  35. #2 0x082fc1b8 in SoundUpdateThread::run() ()
  36. No symbol table info available.
  37. #3 0x08097b8c in Thread::entryPoint(void*) ()
  38. No symbol table info available.
  39. #4 0x00a19d4c in start_thread () from /lib/i386-linux-gnu/libpthread.so.0
  40. No symbol table info available.
  41. #5 0x00b18ace in clone () from /lib/i386-linux-gnu/libc.so.6
  42. No symbol table info available.
  43.  
  44. Thread 1 (Thread 0xb7715700 (LWP 2429)):
  45. #0 0x081117f1 in CrashHandlerPOSIX::handleCrash(int, int) ()
  46. No symbol table info available.
  47. #1 0x08111823 in ?? ()
  48. No symbol table info available.
  49. #2 <signal handler called>
  50. No symbol table info available.
  51. #3 0x001e52fb in iConvertPal () from /usr/lib/libIL.so.1
  52. No symbol table info available.
  53. #4 0x001e5886 in ilConvertPal () from /usr/lib/libIL.so.1
  54. No symbol table info available.
  55. #5 0x001d272e in iConvertPalette () from /usr/lib/libIL.so.1
  56. No symbol table info available.
  57. #6 0x001d29d4 in iConvertImage () from /usr/lib/libIL.so.1
  58. No symbol table info available.
  59. #7 0x001d37f9 in ilConvertImage () from /usr/lib/libIL.so.1
  60. No symbol table info available.
  61. #8 0x080e3218 in Image::LoadFromMemory(void*, unsigned int) ()
  62. No symbol table info available.
  63. #9 0x081a8cda in Texture2D::Restore() ()
  64. No symbol table info available.
  65. #10 0x081d31cc in TextureContainer::LoadFile(res::path const&) ()
  66. No symbol table info available.
  67. #11 0x081d3be5 in ?? ()
  68. No symbol table info available.
  69. #12 0x081df28d in LoadSysTextures() ()
  70. No symbol table info available.
  71. #13 0x0823f317 in InitializeDanae() ()
  72. No symbol table info available.
  73. #14 0x082c36cb in runGame() ()
  74. No symbol table info available.
  75. #15 0x080941a8 in main ()
  76. No symbol table info available.


Steps to reproduce this issue
The game crashed at start

#2
icon_reply.pngReply
Comment posted by
 CrashBot
Jul 05, 10:27
A file was uploaded. arx.logicon_open_new.png This comment was attached:

arxcrash-2429-3475189322
#3
icon_reply.pngReply
Comment posted by
 CrashBot
Jul 05, 10:27
A file was uploaded. cfg.iniicon_open_new.png This comment was attached:

arxcrash-2429-3475189322
#4
icon_reply.pngReply
Comment posted by
 CrashBot
Jul 05, 10:27
A file was uploaded. crash.xmlicon_open_new.png This comment was attached:

arxcrash-2429-3475189322
#5
icon_reply.pngReply
Comment posted by
 Daniel Scharrer
Jul 05, 10:45
This is a bug in DevIL (the library we use to load image files) - or more precisely a bug in the way it is packaged. Other major distros have fixed it by now, but Debian/Ubuntu don't seem to care. See the wiki page for more information.

The issue was updated with the following change(s):
  • The status has been updated, from New to Not a bug.
  • This issue has been closed
  • The resolution has been updated, from Not determined to DUPLICATE.