* [BUG???] EXT3FS+VM86+/dev/mem+pthread=segfault
@ 2002-12-25 18:54 Nick Kurshev
2002-12-25 20:24 ` Marc Schiffbauer
0 siblings, 1 reply; 4+ messages in thread
From: Nick Kurshev @ 2002-12-25 18:54 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 755 bytes --]
Hello!
I met the strange problems (SUBJ).
I've found out that mplayerxp causes segfault when I trying
to use vesa outputs. Well, I've really spend a lot of my time
to investigate this problem and found out that this strange
combination is unworking.
Really, when I stay on ext2fs - everything works fine!
when I trying to compile my test code without threads on ext3fs -
everything works fine!
When I use mplayerxp with -vo dga (means: ext3fs+/dev/mem+pthread)
everything works fine!
Thus, if I'm excluding any component from SUBJ then everything works fine!
But not the SUBJ!
I've tried to concentrate this problem within of small project (attached)!
Any ideas please!!!
Btw, does there exists any way to convert ext3fs to ext2fs safely?
WBR! Nick
[-- Attachment #1.2: ext3fs.bug.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 13106 bytes --]
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [BUG???] EXT3FS+VM86+/dev/mem+pthread=segfault
@ 2002-12-25 19:06 Nick Kurshev
0 siblings, 0 replies; 4+ messages in thread
From: Nick Kurshev @ 2002-12-25 19:06 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 177 bytes --]
Hello!
Sorry! Forget to add - this bug happens with any kernels include 2.4.20 (I don't use DEV_FS)
I've tested this behaviour with glibc-2.1.3 and glibc-2.2.5.
WBR! Nick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG???] EXT3FS+VM86+/dev/mem+pthread=segfault
2002-12-25 18:54 [BUG???] EXT3FS+VM86+/dev/mem+pthread=segfault Nick Kurshev
@ 2002-12-25 20:24 ` Marc Schiffbauer
2002-12-25 20:35 ` Sean Neakums
0 siblings, 1 reply; 4+ messages in thread
From: Marc Schiffbauer @ 2002-12-25 20:24 UTC (permalink / raw)
To: linux-kernel
* Nick Kurshev schrieb am 25.12.02 um 19:54 Uhr:
> Hello!
>
Hi Nick,
[...]
>
> Btw, does there exists any way to convert ext3fs to ext2fs safely?
>
You may try to "mount -t ext2fs" it.
-Marc
--
-------------------------------------------
Take back the Net! http://www.anti-dmca.org
-------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [BUG???] EXT3FS+VM86+/dev/mem+pthread=segfault
2002-12-25 20:24 ` Marc Schiffbauer
@ 2002-12-25 20:35 ` Sean Neakums
0 siblings, 0 replies; 4+ messages in thread
From: Sean Neakums @ 2002-12-25 20:35 UTC (permalink / raw)
To: linux-kernel
commence Marc Schiffbauer quotation:
> * Nick Kurshev schrieb am 25.12.02 um 19:54 Uhr:
>> Btw, does there exists any way to convert ext3fs to ext2fs safely?
>>
>
> You may try to "mount -t ext2fs" it.
s/ext2fs/ext2/
If you wish to *permanently* convert an ext3 volume to ext2, I believe
the way to do it is to first umount it and then run:
# tune2fs -O ^has_journal /dev/xxx
# fsck -f /dev/xxx
where /dev/xxx is the volume in question.
--
/ |
[|] Sean Neakums | Questions are a burden to others;
[|] <sneakums@zork.net> | answers a prison for oneself.
\ |
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-12-25 20:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-25 18:54 [BUG???] EXT3FS+VM86+/dev/mem+pthread=segfault Nick Kurshev
2002-12-25 20:24 ` Marc Schiffbauer
2002-12-25 20:35 ` Sean Neakums
-- strict thread matches above, loose matches on Subject: below --
2002-12-25 19:06 Nick Kurshev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.