Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Modelsim error code 211 : segmentation violation....What to do ???

 
Thread Tools Search this Thread
Old 12-19-2003, 09:26 PM   #1
Default Modelsim error code 211 : segmentation violation....What to do ???


Hi everybody .

I have modelsim 5.7d that is called from HDL designer for simulation.
the probleme is that when i execut the command : "add wave *" or "add
wave name" in modelsim it disappear completly (modelsim exit) and in
the HDL log window it say :

# 0 0x00511e4f: '<unknown (@0x511e4f)> + 0x6aaef'
# 1 0x00511e99: '<unknown (@0x511e99)> + 0x6ab39'

# Corrupt Call Stack
** Fatal: (SIGSEGV) Bad pointer access. Closing vsim.
** Fatal: vsim is exiting with code 211.
(Exit codes are defined in the ModelSim messages appendix
of the ModelSim User's Manual.)

in the modelsim manual its indicated that the code 211 means :
segmentation violation.
I dont know what to do to correcte the probleme, i'v tryed to delet
the modelsim.ini file, also to reinstal modelsim, its doesnt hepl....
So please can you tel me whats can i do to solve this problem.

Thanks for answering.


Oleg
  Reply With Quote
Old 12-19-2003, 10:12 PM   #2
Kai Harrekilde-Petersen
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
(Oleg) writes:

> Hi everybody .
>
> I have modelsim 5.7d that is called from HDL designer for simulation.
> the probleme is that when i execut the command : "add wave *" or "add
> wave name" in modelsim it disappear completly (modelsim exit) and in
> the HDL log window it say :
>
> # 0 0x00511e4f: '<unknown (@0x511e4f)> + 0x6aaef'
> # 1 0x00511e99: '<unknown (@0x511e99)> + 0x6ab39'
>
> # Corrupt Call Stack
> ** Fatal: (SIGSEGV) Bad pointer access. Closing vsim.
> ** Fatal: vsim is exiting with code 211.
> (Exit codes are defined in the ModelSim messages appendix
> of the ModelSim User's Manual.)
>
> in the modelsim manual its indicated that the code 211 means :
> segmentation violation.
> I dont know what to do to correcte the probleme, i'v tryed to delet
> the modelsim.ini file, also to reinstal modelsim, its doesnt hepl....
> So please can you tel me whats can i do to solve this problem.
>
> Thanks for answering.


That's an error in Modelsim. Send an email to
describing the problem, they will be able to help you.

Regards,


Kai


Kai Harrekilde-Petersen
  Reply With Quote
Old 12-20-2003, 08:53 AM   #3
Hans
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
Or alternatively, try Modelsim 5.7e, 5.7f, 5.7g, or 5.8 although for the
latter one I would wait until HDL_Designer 2003.3 comes out (could be this
Monday!)

Hans
www.ht-lab.com

"Kai Harrekilde-Petersen" <> wrote in message
news:...
> (Oleg) writes:
>
> > Hi everybody .
> >
> > I have modelsim 5.7d that is called from HDL designer for simulation.
> > the probleme is that when i execut the command : "add wave *" or "add
> > wave name" in modelsim it disappear completly (modelsim exit) and in
> > the HDL log window it say :
> >
> > # 0 0x00511e4f: '<unknown (@0x511e4f)> + 0x6aaef'
> > # 1 0x00511e99: '<unknown (@0x511e99)> + 0x6ab39'
> >
> > # Corrupt Call Stack
> > ** Fatal: (SIGSEGV) Bad pointer access. Closing vsim.
> > ** Fatal: vsim is exiting with code 211.
> > (Exit codes are defined in the ModelSim messages appendix
> > of the ModelSim User's Manual.)
> >
> > in the modelsim manual its indicated that the code 211 means :
> > segmentation violation.
> > I dont know what to do to correcte the probleme, i'v tryed to delet
> > the modelsim.ini file, also to reinstal modelsim, its doesnt hepl....
> > So please can you tel me whats can i do to solve this problem.
> >
> > Thanks for answering.

>
> That's an error in Modelsim. Send an email to
> describing the problem, they will be able to help you.
>
> Regards,
>
>
> Kai





Hans
  Reply With Quote
Old 12-20-2003, 07:09 PM   #4
Oleg
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
Hi hans

It does'nt solve the probleme to install other versions of modelsim, i
already try it. Its a memory access conflict, we have a bad pointer
error message : probably modelsim is traying to access a memory
segment that is not alocated for it. but i dont know how to solve this
probleme.....
Thanks for answering anyways.


Oleg
  Reply With Quote
Old 12-20-2003, 07:14 PM   #5
Kai Harrekilde-Petersen
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
(Oleg) writes:

> Hi hans
>
> It does'nt solve the probleme to install other versions of modelsim, i
> already try it. Its a memory access conflict, we have a bad pointer
> error message : probably modelsim is traying to access a memory
> segment that is not alocated for it. but i dont know how to solve this
> probleme.....
> Thanks for answering anyways.


Have you tried running it on a different computer? - it might be a
problem with a flaky RAM module (especially if it isn't an ECC
module).

Regards,

Kai


Kai Harrekilde-Petersen
  Reply With Quote
Old 12-20-2003, 10:57 PM   #6
Oleg
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
Hi, Kai

Thanks for your interest to the problem and for taking a time to
answer, i realy appreciate.
I didnt test the software on other machine, i have to do it. But i
have tryed to run modelsim apart, it does the same problem....My RAM
module is 2x256 DDR 400mhz (not dual)Kingston Non-ECC module runing
with a P4 Pentium processor with 800 Mhz frontal bus. I have run
softwares for memory test (mem86 and others) before and it seems to be
ok, but i'll run it again to make sure that its ok.

Thanks again.


Oleg
  Reply With Quote
Old 02-07-2004, 03:34 PM   #7
amok
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
I am having the same problem in my computer and although i have tried a lot of things i haven't found a solution yet. I am beggining to suspect that the installation of MATLAB has something to do witj it.
Has anybody found the answer to the problem yet?

Thanx for your time.




amok
  Reply With Quote
Old 02-10-2004, 10:10 AM   #8
_dejaniv_
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
Hi!

Here is the solution to the problem:
Probably there are some other developing environments installed on your computer, such as Altera Quartus or MaxPlus. When you asked LicenseWizard to update LM_LICENSE_FILE environment variable, it has changed it to something like this:

c:\maxplus2\license.dat;c:\Modelsim_5.7f\win32\lic ense.dat

You should make this env variable to point ONLY to modelsim license file, like this:

c:\Modelsim_5.7f\win32\license.dat

Make sure both, System and User env variables are set to this value (Control Panel -> Performance and Maintenance -> System -> Advanced -> Environment Variables, for WinXP).

Then restart the system.

License.dat should be the same in c:\flexlm dir and in c:\Modelsim_5.7f\win32

If you still need to use other tools you may try to append contents of their license.dat to this file.

Cheers!

_dejaniv_




_dejaniv_
  Reply With Quote
Old 02-10-2004, 10:11 AM   #9
_dejaniv_
 
Posts: n/a
Default Re: Modelsim error code 211 : segmentation violation....What to do ???
Hi!

Here is the solution to the problem:
Probably there are some other developing environments installed on your computer, such as Altera Quartus or MaxPlus. When you asked LicenseWizard to update LM_LICENSE_FILE environment variable, it has changed it to something like this:

c:\maxplus2\license.dat;c:\Modelsim_5.7f\win32\lic ense.dat

You should make this env variable to point ONLY to modelsim license file, like this:

c:\Modelsim_5.7f\win32\license.dat

Make sure both, System and User env variables are set to this value (Control Panel -> Performance and Maintenance -> System -> Advanced -> Environment Variables, for WinXP).

Then restart the system.

License.dat should be the same in c:\flexlm dir and in c:\Modelsim_5.7f\win32

If you still need to use other tools you may try to append contents of their license.dat to this file.

Cheers!

_dejaniv_




_dejaniv_
  Reply With Quote
Old 02-27-2004, 01:59 PM   #10
Oleg
 
Posts: n/a
Default Modelsim error code 211 : segmentation violation....closed case ???
"_dejaniv_" <> wrote in message news:< alkaboutprogramming.com>...
> Hi!
>
> Here is the solution to the problem:
> Probably there are some other developing environments installed on your computer, such as Altera Quartus or MaxPlus. When you asked LicenseWizard to update LM_LICENSE_FILE environment variable, it has changed it to something like this:
>
> c:\maxplus2\license.dat;c:\Modelsim_5.7f\win32\lic ense.dat
>
> You should make this env variable to point ONLY to modelsim license file, like this:
>
> c:\Modelsim_5.7f\win32\license.dat
>
> Make sure both, System and User env variables are set to this value (Control Panel -> Performance and Maintenance -> System -> Advanced -> Environment Variables, for WinXP).
>
> Then restart the system.
>
> License.dat should be the same in c:\flexlm dir and in c:\Modelsim_5.7f\win32
>
> If you still need to use other tools you may try to append contents of their license.dat to this file.
>
> Cheers!
>
> _dejaniv_



Hi everyone, this probleme is due to the license. if you have a
license generated by crack tools it will give you this type of error
(# 211) that's it. its not RAM, PC or OS probleme in facte try to
install the starter modelsim that xilinx gives for free with there
webpack it will work fine. now if you tell the same modelsim to work
with the othere license (cracked) it will give you the same error
again.

Good luck.


Oleg
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Error in Modelsim 6.0a boitsas Software 1 10-26-2009 05:36 AM
simprim problems on modelsim saiyijinprince Hardware 2 04-05-2007 02:24 PM
Segmentation fault in C (fclose) sakura Software 1 10-20-2006 10:57 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46