<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>9506</bug_id>
          
          <creation_ts>2006-05-03 13:54:44 +0400</creation_ts>
          <short_desc>openmortal crashed on x86_64</short_desc>
          <delta_ts>2018-07-19 14:34:50 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>openmortal</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Igor Zubkov">icesik</reporter>
          <assigned_to name="Nobody&apos;s working on this, feel free to take it">nobody</assigned_to>
          <cc>grenka</cc>
    
    <cc>rider</cc>
    
    <cc>viy</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>37794</commentid>
    <comment_count>0</comment_count>
    <who name="Igor Zubkov">icesik</who>
    <bug_when>2006-05-03 13:54:44 +0400</bug_when>
    <thetext>http://lists.altlinux.org/pipermail/devel/2006-May/032005.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37795</commentid>
    <comment_count>1</comment_count>
    <who name="Igor Zubkov">icesik</who>
    <bug_when>2006-05-03 14:00:04 +0400</bug_when>
    <thetext>У кого x86_64 -- можете подтвердить?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37799</commentid>
    <comment_count>2</comment_count>
    <who name="Anton Farygin">rider</who>
    <bug_when>2006-05-03 15:07:43 +0400</bug_when>
    <thetext>Подтверждается.
MAPPING: &apos;UPPERCUT_HITS&apos; =&gt; &apos;evilpsychola.wav&apos;
MAPPING: &apos;GROINKICK_HITS&apos; =&gt; &apos;woman_screams.voc&apos;
MAPPING: &apos;ATTACK_HITS&apos; =&gt; &apos;thump3.voc&apos;
MAPPING: &apos;COMBO&apos; =&gt; &apos;honk.wav&apos;
MAPPING: &apos;MAX_COMBO&apos; =&gt; &apos;ups.wav&apos;
MAPPING: &apos;JACINT&apos; =&gt; &apos;cow.wav&apos;
File &apos;/usr/share/openmortal/characters/STAFF.DAT&apos; contains 16 entries.
Unknown: &apos;info &apos;, size: 32
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Вот из strace:
6360  open(&quot;/usr/share/openmortal/gfx/Mortal.mask.png&quot;, O_RDONLY) = -1 ENOENT
(No such file or directory)
6360  open(&quot;/usr/share/openmortal/characters/STAFF.DAT&quot;, O_RDONLY) = 8
6360  fstat(8, {st_mode=S_IFREG|0644, st_size=346354, ...}) = 0
6360  mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2b0e580e3000
6360  fstat(8, {st_mode=S_IFREG|0644, st_size=346354, ...}) = 0
6360  lseek(8, 344064, SEEK_SET)        = 344064
6360  read(8, &quot;P*PSSR\4m)y\213\201\0\322\177\215\215\215\215\215\215\215&quot;...,
2290) = 2290
6360  mmap(NULL, 348160, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x2b0e580e4000
6360  lseek(8, 0, SEEK_SET)             = 0
6360  read(8, &quot;slh.ALL.\0\0\0\20propDATE\0\0\0\0174-05-200&quot;..., 344064) = 344064
6360  read(8, &quot;P*PSSR\4m)y\213\201\0\322\177\215\215\215\215\215\215\215&quot;...,
4096) = 2290
6360  close(8)                          = 0
6360  munmap(0x2b0e580e3000, 4096)      = 0
6360  write(2, &quot;File \&apos;/usr/share/openmortal/char&quot;..., 71) = 71
6360  write(2, &quot;Unknown: \&apos;info \&apos;, size: 32\n&quot;, 27) = 27
6360  --- SIGSEGV (Segmentation fault) @ 0 (0) ---
6360  rt_sigaction(SIGSEGV, {SIG_DFL}, {0x2b0e55161030, [], SA_RESTORER,
0x2b0e560e1940}, 8) = 0
6360  write(2, &quot;Fatal signal: &quot;, 14)    = 14
6360  write(2, &quot;Segmentation Fault&quot;, 18) = 18
6360  write(2, &quot; (SDL Parachute Deployed)\n&quot;, 26) = 26
6360  rt_sigprocmask(SIG_SETMASK, NULL, [SEGV RTMIN], 8) = 0
6360  rt_sigsuspend([SEGV] &lt;unfinished ...&gt;
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37800</commentid>
    <comment_count>3</comment_count>
    <who name="Igor Zubkov">icesik</who>
    <bug_when>2006-05-03 15:37:28 +0400</bug_when>
    <thetext>Мда... Может лучше ты мне шелл в vserver на x86_64 дашь?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>37801</commentid>
    <comment_count>4</comment_count>
    <who name="Anton Farygin">rider</who>
    <bug_when>2006-05-03 15:50:38 +0400</bug_when>
    <thetext>Без проблем. Только вот там запустить его естественно не получится. (vserver).

Приходи в Jabber
</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44322</commentid>
    <comment_count>5</comment_count>
    <who name="Igor Zubkov">icesik</who>
    <bug_when>2007-01-09 02:22:32 +0300</bug_when>
    <thetext>re</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>71942</commentid>
    <comment_count>6</comment_count>
    <who name="Mikhail Gusarov">dottedmag</who>
    <bug_when>2008-06-13 13:00:39 +0400</bug_when>
    <thetext></thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>169223</commentid>
    <comment_count>7</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2018-02-22 18:48:19 +0300</bug_when>
    <thetext>Не запускается в принципе!!!

$ openmortal
The locale returned by the operating system is &apos;C&apos;
The LANG envvar is &apos;ru_RU.UTF-8&apos;
Name &quot;main::BgMax2&quot; used only once: possible typo at Backend.pl line 446.
Name &quot;main::p4f&quot; used only once: possible typo at Backend.pl line 705.
Name &quot;main::MAXCOMBO&quot; used only once: possible typo at Backend.pl line 61.
Name &quot;main::WIDE&quot; used only once: possible typo at Backend.pl line 46.
Name &quot;main::ActiveFighters&quot; used only once: possible typo at Backend.pl line 172.
Name &quot;main::PlayerName&quot; used only once: possible typo at Backend.pl line 279.
Name &quot;main::p3hreal&quot; used only once: possible typo at Backend.pl line 704.
Name &quot;main::p3f&quot; used only once: possible typo at Backend.pl line 704.
Name &quot;main::p4hreal&quot; used only once: possible typo at Backend.pl line 705.
Name &quot;main::NextSound&quot; used only once: possible typo at Backend.pl line 637.
Name &quot;main::GROUND2&quot; used only once: possible typo at Backend.pl line 59.
Name &quot;main::p4h&quot; used only once: possible typo at Backend.pl line 705.
Name &quot;main::Name&quot; used only once: possible typo at Backend.pl line 279.
Name &quot;main::DELMULTIPLIER&quot; used only once: possible typo at Backend.pl line 60.
Can&apos;t locate PlayerInput.pl in @INC (@INC contains: /usr/local/lib64/perl/5.26 /usr/local/share/perl/5.26 /usr/lib64/perl5 /usr/share/perl5 /usr/lib64/perl5 /usr/share/perl5 /etc/perl5 /usr/lib/perl5/vendor_perl) at Backend.pl line 74.
couldn&apos;t start backend.
init2() failed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>169224</commentid>
    <comment_count>8</comment_count>
    <who name="viy">viy</who>
    <bug_when>2018-02-22 19:35:57 +0300</bug_when>
    <thetext>Пакет не мой. Зачем на меня баг вешать?

Предлагаю выкинуть пакет из Сизифа.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>172307</commentid>
    <comment_count>9</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2018-06-29 19:16:21 +0300</bug_when>
    <thetext>(В ответ на комментарий №8)
&gt; Предлагаю выкинуть пакет из Сизифа.

Давайте выкинем?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>172326</commentid>
    <comment_count>10</comment_count>
    <who name="viy">viy</who>
    <bug_when>2018-06-29 22:50:59 +0300</bug_when>
    <thetext>openmortal      @nobody

Спрашивать некого, надо все самому :(

new task #209273: owner=viy repo=sisyphus
task #209273: added #100: delete package openmortal from sisyphus</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>172731</commentid>
    <comment_count>11</comment_count>
    <who name="Grigory Ustinov">grenka</who>
    <bug_when>2018-07-19 14:34:50 +0300</bug_when>
    <thetext>Такого пакета больше нет в сизифе. Закрываю багу.

Заодно удалил openmortal-data</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>