<p>hi,all. I download the source code of MPlayer-1.0pre7 and configure with the &quot;./configure --enable-debug=1&quot; in cygwin.When the whole project is compiled,I run :<br>gdb mplayer<br>(gdb) break mplayer.c:main<br>
Breakpoint 1 at 0x403904:file mplayer.c,line 2739<br>(gdb) list 2739<br>2734&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; while( !brk_cmd &amp;&amp; (cmd = mp_input_get_cmd(0,0,0)) != NULL) {<br>2735&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; switch(cmd-&gt;id) {<br>2736&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case MP_CMD_SEEK : {
<br>2737&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; float v;<br>2738&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int abs;<br>2739&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; osd_show_percentage = 25;<br>2740&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; v = cmd-&gt;args[0].v.f;<br>2741&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; abs = (cmd-&gt;nargs &gt; 1) ? cmd-&gt;args[1].v.i : 0;<br>2742&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(abs==2) { /* Absolute seek to a specific timestamp in seconds */
<br>2743&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; abs_seek_pos = 1;</p>
<p>the line 2739 is not the main() function (it should at line 1004).</p>
<p>I try again in MinGW,but the phenomena is the same.</p>
<div>Does anybody could tell me what's happen?</div>
<div>&nbsp;</div>
<div>Renzhong Xiao</div>