> "I'm guessing it might have something to do with the line just ending at
> the EOF"
>
> Yes, that's it!
I have fixed it, at least for my example .ram file.
Patched file 'plugin-list.cpp' attached.
The problem was that the test for EOF was not working, and the
while-loop that it is in gets re-entered, then everything is messed up
and it crashes.
Regards,
Barry Kauler
On 1/23/10, Kevin DeKorte <kdekorte@...> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 01/23/2010 04:28 AM, Barry Kauler wrote:
>> Kevin wrote:
>>
>> "I'm guessing it might have something to do with the line just ending at
>> the EOF"
>>
>> Yes, that's it!
>>
>> I downloaded that .ram file from:
>>
>> http://www.slp3d.com/ram/slp3d.ram
>>
>> If I open it using File -> Open, the browser crashes. However, after
>> editing the file and putting a carriage-return on the end, it works!
>>
>> I'm extremely mediocre at C coding... would it be pretty simple to
>> test for that condition and either insert a carriage-return or code a
>> workaround?
>>
>> Regards,
>> Barry Kauler
>
> Barry,
>
> I still need the backtrace, because I am testing for EOF already.
>
> Kevin
>
> - --
> Get my public GnuPG key from
> http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7D0BD5D1
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (GNU/Linux)
> Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAktbCTAACgkQ6w2kMH0L1dEiGQCeJ/b6i3PsM/KMutpj12zCyOr9
> xl4AoIziDxfiuSf1PcQUGTZ2cKuAiARE
> =yAu0
> -----END PGP SIGNATURE-----
>
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for
> Conference
> attendees to learn about information security's most important issues
> through
> interactions with peers, luminaries and emerging and established companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Mplayerplug-in-devel mailing list
> Mplayerplug-in-devel@...
> https://lists.sourceforge.net/lists/listinfo/mplayerplug-in-devel
>
|