similar to: ov_clear Crash

Displaying 20 results from an estimated 10000 matches similar to: "ov_clear Crash"

2000 Dec 13
2
ov_clear segfaults?
Hi guys, I'm working doing the Java->JNI->OggVorbis thing. As a test to get me going, I've just written a quick routine that dumps info about the file test.ogg in the current directory. The problem arises when I call ov_clear. I get a segfault everytime. Note that I am *not* doing any decoding (ov_read) at all, just ov_comment and ov_info. Should I only call ov_clear if I have
2003 Apr 01
3
Access Violation when calling ov_clear
I get an access violation when calling ov_clear(). I know ov_open() worked because I used ov_info to get the sampling rate and number of channels in the .ogg file. I also know the FILE pointer and the OggVorbis_File structure are still in scope (they're member variables of the same class my deconstructor is in (where ov_clear() is called)). Anyone have any ideas? I opened the file using
2003 Sep 14
0
ov_clear(&vorbis) segfaults? (Backtrace and test case)
Well, I've done more work on this today and done the following: -I simplified the test program to just under 125 lines of code. -I discovered that the code works fine on my friend's Darwin machine. -I discovered that the code works fine in my friend's i386 linux machine. -I discovered that the code fails in ALL of my i386 redhat 9 machines. (Even the ones where I've rebuilt
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis and things, so please bear with me. :) I've been having trouble with libvorbisfile. My use of it is fairly simple, but when I try to ov_clear the vorbis file, it segfaults. I can attach or otherwise make availible some demo source code, but for now I'll just pull out relevant lines: //BEGIN PSEUDO CODE
2001 Nov 25
2
RTCW on Wine questions.........
Ok heres the deal..... Im not a gamer, this is the first game Ive bought in 4 years so please bear with me. Ive been playing RTCW MP2 Test since it came out , I loved it. Sooo...when it hit the shelves I bought it, now, heres the hook, I run only linux...but Im a completley impatient person so....I bought the windows version assuming I could run it under linux, I can, it rocks, all except one
2004 Feb 11
1
Problem using 'ov_open()'...
OK, I've been developing a small class that I can use in virtually any application to load and decode OGG files. Everything works fine until it reaches the line with the call to ov_open, then the application freezes and has to be killed. This is a single-threaded Win32 app. Below is both the structure that gets passed around, and my entire OGG class. Maybe one of you can figure this out.
2006 Jul 13
2
Do you have Photoshop CS2 working?
Does any one have Photoshop CS2 working? If so, can you please, for the benefit of all of us who cant seem to get it going, post detailed instructions on what you did? After several days of heavy googling ive come up with dozens of "i copied some files and registry keys and it worked" comments, but no actual instructions on what they did. Im starting to feel like Narcissus. Ive tried
2008 Sep 05
3
some help with a securom error......
hello, this is the first time i have posted here so if i get it wrong ill say sorry now. anyway to the problem, ive been trying to install a game for my son (4 years old) its called rubbadubbers, based on a childrens bbc show of the same name, it comes on a cd rom and according to the box can be installed on a pc or a mac (dont know if this makes a difference or not) ive installed the game using
2003 Sep 18
1
Mixing libvorbisfile with SDL
I am having no luck at all mixing libvorbisfile with the cross-platform gaming library SDL. It seems that any time I call ov_clear, the app goes unstable and crashes later in calls to glibc. This is unacceptable for obvious reasons and I was wondering if there was a way to fix it by just using libvorbis. I was going to experiment with the possibility, but I have, as yet, been unable to find
2002 Dec 09
2
ov_open/ov_test weirdness
Hi, I've been playing with a little player, and it seems I can't ov_open a file twice? heres a snipit... <p>#include <stdio.h> #include <stdlib.h> #include <errno.h> #include <vorbis/vorbisfile.h> OggVorbis_File vf; FILE *f = NULL; int main(int argc, char **argv) { char *file = NULL; int err = 0; if(argc < 2) {
2011 Jul 30
3
48 Hour Old Ubuntu 'Natty' user needs help
Hey, Ive just replaced Windows 7 on my laptop with Ubuntu Natty. I'm an experienced computer user with more than half a brain so i am usually good at getting things to work but I absolutely cannot figure out how to install a game Ive downloaded so could someone talk me through it please. Mastering this game will lead on to others. I have downloaded Lords of the Realm II in ISO format. I
2009 Oct 11
0
mail archiving (Andreas Ntaflos)
Thanks Andreas, Ill look int postfix. Ive always used sendmail and was able to migrate my mailman mailing lists and aliases files over from my old mailserver several years ago when it lost its drives (thank god for backups). Luckily at that time I had a server that I was building for another totally different reason, and I just moved my configs over. Ive actually never had any
2005 Jun 17
0
NTLM, Squid & default domain
Morning all, Im trying to resolve a problem with the way a new squid server im building handles NTLM authentication for Windows clients that arent part of the default domain. I have two groups of PCs. The first group of PC's are in the same domain as my squid server (which obviously has a working samba running on it as well). This first group of PC's are using NTLM authentication in
2006 Sep 22
0
Manually authenticate single user?
Hi there, Firt off, Im new to the word of samba and windbind (and AD for that matter) so I apologise if my problem has had attention before. Ill try to articulate whats happening as best I can. I beleive my issue is with winbind in particular. If Ive neglected anything that would be helpful in finding a solution please let me know. Ive several linux machines using samba and winbind to share
2000 Aug 31
2
More information on exception
The following block of code produces an exception. The testnew.ogg file is 10 seconds, containing pure silence encoded using mode E: http://www.cs.mun.ca/~chris3/testnew.ogg Other files and modes can cause the exception, but many files work fine. #include <stdio.h> #include "vorbis/vorbisfile.h" int main() { OggVorbis_File ov, ov2; FILE *f, *f2; f
2006 Nov 07
2
Boxplot
Hi, I am new to R and am still trying to get a grip of it. I have data in this format: Run Lab Batch Y 1 1 1 1 608.781 2 2 1 2 569.670 3 3 1 1 689.556 4 4 1 2 747.541 5 5 1 1 618.134 6 6 1 2 612.182 7 7 1 1 680.203 8 8 1 2 607.766 9 9 1 1 726.232 and I want to make a boxplot of the Y values for each
2005 Aug 09
2
Still having samba join domain problems
So I was having problems getting a machine to join to a samba PDC running on Solaris 9 using the bundled LDAP server. Ill skip all my previous troubleshooting steps here (Ive tried just about anything and everything). Anyway - so I deleted all of the attributes for samba in the directory and ran the idealx populate script. It seemed to go just fine (the other scripts seem to work fine too).
2004 Sep 07
3
Introducing ov_open_callbacksp and ov_clearp
Hello, I've been looking to the libvorbisfile and got into troubles when trying to use it: I need to compile it on a PalmOS and the libvorbisfile must be compiled in ARM whereas calling code is in 68K. This implies that the interface ov_open_callback is not usable because the OggVorbis_File *vf must point to something in the target architecture (ARM) whereas the caller cannot do that. As
2015 Feb 05
1
Re: vnc client for libvirt from os x?
os x comes with openssh, and some other nixy goodness. the rest you can get at brew.sh. when i ssh -Y into the host, ill just virt-manager or virt-viewer, but the x server on os x comes with some baggage and silly annoyances like "helpfully" trapping the mouse with a release combo thats hard to deal with from os x. running a vnc client over os x would still come with baggage and
2005 Sep 09
1
advice wrt pxelinux & tftpd & dhcp
Ive got a mucho-kludgo (but working) setup where; pxe-client boots an os-du-jour in runlevel 2, rc.2 runs a test-script that ends in a reboot, meanwhile, on tftp-server host, a script watches the syslog, notes the arrival of an RRQ message for a kernel, and runs a program to rewrite the pxelinux.cfg/default file so that it causes a different kernel to boot the next time. This setup lets me